代码搜索:cli
找到约 6,094 项符合「cli」的源代码
代码结果 6,094
www.eeworm.com/read/392544/8337570
12 fig17.12
#include "apue.h"
#include
#include
/*
* Create a client endpoint and connect to a server.
* Returns fd if all OK,
www.eeworm.com/read/171230/9766036
h rotate.h
/*
* Copyright (c) 2001,2002,2003 Mike Matsnev. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the fol
www.eeworm.com/read/269691/11082957
c cliconn.c
#include "apue.h"
#include
#include
/*
* Create a client endpoint and connect to a server.
* Returns fd if all OK,
www.eeworm.com/read/269691/11083731
12 fig17.12
#include "apue.h"
#include
#include
/*
* Create a client endpoint and connect to a server.
* Returns fd if all OK,
www.eeworm.com/read/335362/12534247
c cliconn.c
#include "apue.h"
#include
#include
/*
* Create a client endpoint and connect to a server.
* Returns fd if all OK,
www.eeworm.com/read/335362/12535399
12 fig17.12
#include "apue.h"
#include
#include
/*
* Create a client endpoint and connect to a server.
* Returns fd if all OK,
www.eeworm.com/read/427891/8914718
h ircp_client.h
#ifndef IRCP_CLIENT_H
#define IRCP_CLIENT_H
#include "ircp.h"
#include "types.h"
#define VISIT_FILE 1
#define VISIT_GOING_DEEPER 2
#define VISIT_GOING_UP 3
typedef struct ircp_client
{
obex_t *ob
www.eeworm.com/read/192259/8390958
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/192259/8391231
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/189219/8484024
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 */
/