代码搜索:cli
找到约 6,094 项符合「cli」的源代码
代码结果 6,094
www.eeworm.com/read/405411/11463175
cmd multiplexingechoclient.cmd
@echo off
java -ea -cp classes;libs\commons-cli-1.0.jar client.MultiplexingClient %1 %2 %3 %4 %5 %6 %7 %8 %9 %{10} %{11} %{12} %{13}
www.eeworm.com/read/405411/11463179
cmd multiplexingechoserver.cmd
@echo off
java -ea -cp classes;libs\commons-cli-1.0.jar server.Server %1 %2 %3 %4 %5 %6 %7 %8 %9 %{10} %{11} %{12} %{13}
www.eeworm.com/read/155248/11887753
c ftpfile.c
#include
#include
#include
#include
#include
#include
#include
#include "srcc.h"
int errno;
FILE *fp;
//#define
www.eeworm.com/read/253411/12225198
29 fig17.29
#include "apue.h"
#include
#define CL_OPEN "open" /* client's request for server */
extern char errmsg[]; /* error message string to return to client */
extern int oflag; /* open() fl
www.eeworm.com/read/253408/12225526
h opend.h
#include "apue.h"
#include
#define CL_OPEN "open" /* client's request for server */
extern char errmsg[]; /* error message string to return to client */
extern int oflag; /* open() fl
www.eeworm.com/read/253405/12226014
c loop.c
#include "calld.h"
#include
static void cli_done(int);
static void child_done(int);
/*
* One bit per client cxn, plus one for listenfd;
* modified by loop() and cli_done()
*/
static fd_
www.eeworm.com/read/150065/12319051
sas reglog6_13.sas
proc reg data=data_prg.nlin6_13b;
model y=x1 x2 x3 x4 /selection=stepwise p r cli;
run;
quit;
www.eeworm.com/read/129891/14219771
makefile
include ../Make.defines
PROGS = tcpcli01 tcpcli04 tcpcli05 tcpcli06 \
tcpcli07 tcpcli08 tcpcli09 tcpcli10 \
tcpserv01 tcpserv02 tcpserv03 tcpserv04 \
tcpserv08 tcpserv09 tcpservselect01 tcpserv
www.eeworm.com/read/230739/14277208
c cmdline.c
/*
Copyright (c) 1990-2005 Info-ZIP. All rights reserved.
See the accompanying file LICENSE, version 2000-Apr-09 or later
(the contents of which are also included in unzip.h) for terms of use.
www.eeworm.com/read/229498/14334051
makefile
#############################################################################
# Makefile for building send
# Generated by tmake at 10:59, 2006/07/18
# Project: send
# Template: app
############