代码搜索:cli
找到约 6,094 项符合「cli」的源代码
代码结果 6,094
www.eeworm.com/read/305277/3779211
jikes5 main.check.jikes5
Error: "-dd" is an invalid option.
use: jikes [options] [@files] file.java...
For more help, try -help or -version.
Found 1 semantic error compiling "files/cli/test2/Main.java":
6. test1.Ma
www.eeworm.com/read/305277/3779221
jikes main.check.jikes
Error: "-dd" is an invalid option.
use: jikes [options] [@files] file.java...
For more help, try -help or -version.
Found 1 semantic error compiling "files/cli/test2/Main.java":
6. test1.Ma
www.eeworm.com/read/290808/3970655
c sctp_strcliecho2.c
#include "unp.h"
#define SCTP_MAXLINE 800
void
sctpstr_cli_echoall(FILE *fp, int sock_fd, struct sockaddr *to, socklen_t tolen)
{
struct sockaddr_in peeraddr;
struct sctp_sndrcvinfo sri;
char sen
www.eeworm.com/read/290808/3970691
c sctp_strcliecho.c
#include "unp.h"
#define SCTP_MAXLINE 800
void
sctpstr_cli_echoall(FILE *fp, int sock_fd, struct sockaddr *to, socklen_t tolen)
{
struct sockaddr_in peeraddr;
struct sctp_sndrcvinfo sri;
char sen
www.eeworm.com/read/290808/3970833
c strclithread2.c
#include "unpthread.h"
void *copyto(void *);
static int sockfd;
static FILE *fp;
static int done;
void
str_cli(FILE *fp_arg, int sockfd_arg)
{
char recvline[MAXLINE];
pthread_t tid;
sockfd = s
www.eeworm.com/read/290808/3971144
c dgclitimeo3.c
#include "unp.h"
static void sig_alrm(int);
void
dg_cli(FILE *fp, int sockfd, const SA *pservaddr, socklen_t servlen)
{
int n;
char sendline[MAXLINE], recvline[MAXLINE + 1];
Signal(SIGALRM, sig_
www.eeworm.com/read/282310/4105834
frm form1.frm
VERSION 5.00
Object = "{D45DB913-393E-4329-9226-06A029A25857}#1.0#0"; "Clock.ocx"
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 3195
ClientLeft = 60
Cli
www.eeworm.com/read/422060/2045322
phpt bug29236.phpt
--TEST--
Bug #29236 (memory error when wsdl-cache is enabled)
--SKIPIF--
--FILE--
www.eeworm.com/read/401699/2336508
frm form1.frm
VERSION 5.00
Object = "{D45DB913-393E-4329-9226-06A029A25857}#1.0#0"; "Clock.ocx"
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 3195
ClientLeft = 60
Cli
www.eeworm.com/read/384875/2596651
c client.c
#include "inet.h"
#include
#include
extern int init_cli();
void add_set( fd_set *sockset, int sockfd)
{
FD_ZERO( sockset);
FD_SET( sockfd, sockset);
FD