代码搜索:cli
找到约 6,094 项符合「cli」的源代码
代码结果 6,094
www.eeworm.com/read/229812/4732952
makefile
#pmake: build debug flat register 32bit os2 threading dll startup iX86 dynamic os_os2 cpu_386
processor = 386
convention = register
model = mf
system = os2
linkage = dynamic
cli
www.eeworm.com/read/229812/4733090
makefile
#pmake: build debug flat register 32bit os2 threading dll startup iX86 dynamic os_os2 cpu_386
processor = 386
convention = register
model = mf
system = os2
linkage = dynamic
cli
www.eeworm.com/read/229812/4733312
makefile
#pmake: build debug flat register 32bit os2 threading dll startup iX86 dynamic os_os2 cpu_386
processor = 386
convention = register
model = mf
system = os2
linkage = dynamic
cli
www.eeworm.com/read/229812/4733567
makefile
#pmake: build debug flat register 32bit os2 threading dll startup iX86 dynamic os_os2 cpu_386
processor = 386
convention = register
model = mf
system = os2
linkage = dynamic
cli
www.eeworm.com/read/229812/4733590
makefile
#pmake:all small stack 32bit netware streamio iX86 static build os_nov cpu_386
processor=386
model=ms
system=nw_libc
linkage=static
convention=stack
!include ../../../objects.mif
!include $(cli
www.eeworm.com/read/229812/4733606
makefile
#pmake:all small stack 32bit netware streamio iX86 static build os_nov cpu_386
processor=386
model=ms
system=nw_clib
linkage=static
convention=stack
!include ../../../objects.mif
!include $(cli
www.eeworm.com/read/182103/5265828
am makefile.am
##
## $Id: Makefile.am,v 1.7 2003/01/24 12:05:35 ralf Exp $
##
include_rtemsdir = $(includedir)/rtems
LIBNAME = libcapture
LIB = $(ARCH)/$(LIBNAME).a
C_FILES = capture.c capture-cli.c
OBJS = $(C_FI
www.eeworm.com/read/167890/5451284
c set-id.c
#include
#include
#include
#include
#include "libbionet-internal.h"
#include "bionet.h"
int bionet_set_id(const char *new_id) {
if (libbionet_cli
www.eeworm.com/read/332113/3401468
c bind.c
#include
#include
#include
#include
int soc,cli,i;
struct sockaddr_in serv_addr;
int main()
{
serv_addr.sin_family=2;
serv_addr.
www.eeworm.com/read/318736/3563486
c client.c
#include
#include
#include
#include
#include
#include
#define MAX_LINE 500
#define MAX_NAME 100
int init_cli();
#if