代码搜索:cli
找到约 6,094 项符合「cli」的源代码
代码结果 6,094
www.eeworm.com/read/301397/3840877
clw cli_softandhard.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
ODLFile=Cli_SoftAndHard.odl
ClassCount=3
Class1=CCli_SoftAndHardApp
LastClass=CVideoShow
NewFileInclude2=#incl
www.eeworm.com/read/301397/3840878
dsp cli_softandhard.dsp
# Microsoft Developer Studio Project File - Name="Cli_SoftAndHard" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32
www.eeworm.com/read/301397/3840879
odl cli_softandhard.odl
// Cli_SoftAndHard.odl : type library source for Cli_SoftAndHard.dll
// This file will be processed by the MIDL compiler to produce the
// type library (Cli_SoftAndHard.tlb).
[ uuid(9E761A09-53
www.eeworm.com/read/292144/3957197
erl ssh_cli.erl
%% ``The contents of this file are subject to the Erlang Public License,
%% Version 1.1, (the "License"); you may not use this file except in
%% compliance with the License. You should have received a
www.eeworm.com/read/292144/3958284
c epmd_cli.c
/* ``The contents of this file are subject to the Erlang Public License,
* Version 1.1, (the "License"); you may not use this file except in
* compliance with the License. You should have received a
www.eeworm.com/read/290808/3970728
c dg_cli.c
#include "unp.h"
void
dg_cli(FILE *fp, int sockfd, const SA *pservaddr, socklen_t servlen)
{
int n;
char sendline[MAXLINE], recvline[MAXLINE + 1];
while (Fgets(sendline, MAXLINE, fp) != NULL) {
www.eeworm.com/read/290808/3970761
lc str_cli.lc
#include "unp.h"## 1 ##src/lib/str_cli.c##
void## 2 ##src/lib/str_cli.c##
str_cli(FILE *fp, int sockfd)## 3 ##src/lib/str_cli.c##
{## 4 ##src/lib/str_cli.c##
char sendline[MAXLINE], rec
www.eeworm.com/read/290808/3970794
c str_cli.c
#include "unp.h"
void
str_cli(FILE *fp, int sockfd)
{
char sendline[MAXLINE], recvline[MAXLINE];
while (Fgets(sendline, MAXLINE, fp) != NULL) {
Writen(sockfd, sendline, strlen(sendline));
if
www.eeworm.com/read/290808/3971013
lc dg_cli.lc
#include "unp.h"## 1 ##src/rtt/dg_cli.c##
ssize_t Dg_send_recv(int, const void *, size_t, void *, size_t,## 2 ##src/rtt/dg_cli.c##
const SA *, socklen_t);## 3 ##src/rtt/dg_
www.eeworm.com/read/290808/3971016
c dg_cli.c
#include "unp.h"
ssize_t Dg_send_recv(int, const void *, size_t, void *, size_t,
const SA *, socklen_t);
void
dg_cli(FILE *fp, int sockfd, const SA *pservaddr, socklen_t servlen)
{
ssize_t n