代码搜索:cli

找到约 6,094 项符合「cli」的源代码

代码结果 6,094
www.eeworm.com/read/103960/15715524

c loop.c

#include "calld.h" #include #include static void cli_done(int); static void child_done(int); static fd_set allset; /* one bit per client conn, plus one for listenfd */ /
www.eeworm.com/read/103960/15715637

c cliconn.c

#include #include #include #include "ourhdr.h" /* Create a client endpoint and connect to a server. */ int /* returns fd if all OK,
www.eeworm.com/read/101788/15815724

c cmdline.c

/* Copyright (c) 1990-2001 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/100585/15870563

c loop.c

#include "calld.h" #include #include static void cli_done(int); static void child_done(int); static fd_set allset; /* one bit per client conn, plus one for listenfd */ /
www.eeworm.com/read/100585/15870676

c cliconn.c

#include #include #include #include "ourhdr.h" /* Create a client endpoint and connect to a server. */ int /* returns fd if all OK,
www.eeworm.com/read/100149/15882369

c cmdline.c

#define module_name VMS_UNZIP_CMDLINE #define module_ident "02-007" /* ** ** Facility: UNZIP ** ** Module: VMS_UNZIP_CMDLINE ** ** Author: Hunter Goatley ** ** D
www.eeworm.com/read/100044/15887531

dpr client5.dpr

program client5; uses Forms, cli5 in 'CLI5.PAS' {ClientForm}; {$R *.RES} begin Application.CreateForm(TClientForm, ClientForm); Application.Run; end.
www.eeworm.com/read/101153/6237855

h rtl_sync.h

/* * Copyright (C) 1999 FSM Labs (http://www.fsmlabs.com/) * Written by Cort Dougan * */ #ifndef __ARCH_RTL_SYNC__ #define __ARCH_RTL_SYNC__ #include #include