代码搜索:cli
找到约 6,094 项符合「cli」的源代码
代码结果 6,094
www.eeworm.com/read/198616/7923970
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/198616/7924166
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/332098/12779589
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/332098/12780510
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/332098/12780798
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/331180/12840975
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/331180/12841436
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/328267/13036199
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/139480/13154530
c scd.c
#include "scd.h"
//deal with client's request
void process_cli(int connectfd, struct sockaddr_in client);
//when server create a thread ,call this function
void * start_routine(void* arg);
//ad
www.eeworm.com/read/240383/13221114
c udpserv.c
/*
* Copyright (c) 1996 W. Richard Stevens. All rights reserved.
* Permission to use or modify this software and its documentation only for
* educational purposes and without fee is hereby granted