代码搜索:cli
找到约 6,094 项符合「cli」的源代码
代码结果 6,094
www.eeworm.com/read/476738/6749097
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/476738/6749447
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/476738/6749546
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/476848/6751822
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/476848/6751935
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/265314/11268740
cs fastdbcli.cs
using System;
using System.Text;
using System.Runtime.InteropServices;
namespace FastDbNet
{
///
/// Exception thrown by Gigabase/FastDB CLI implementation.
///
www.eeworm.com/read/264377/11317475
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/264377/11318068
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/264377/11318279
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/408584/11381679
makefile
include ../Make.defines
PROGS = tcpcli01 tcpcli04 tcpcli05 tcpcli06 \
tcpcli07 tcpcli08 tcpcli09 tcpcli10 \
tcpserv01 tcpserv02 tcpserv03 tcpserv04 \
tcpserv08 tcpserv09 tcpservselect01 tcpserv