代码搜索:cli
找到约 6,094 项符合「cli」的源代码
代码结果 6,094
www.eeworm.com/read/269691/11083591
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/269691/11083789
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/335362/12534328
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/335362/12535204
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/335362/12535476
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/334549/12593820
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/247748/12621313
txt sql攻击代码.txt
/*
MSSQL2000 Remote UDP Exploit!
Modified from "Advanced Windows Shellcode" by David Litchfield, david@ngssoftware.com
fix a bug.
Modified by lion, lion@cnhonker.net
Welcome to HUC Web
www.eeworm.com/read/111497/15511580
c disable.c
/*****************************************************************************
*****************************************************************************/
unsigned disable(void)
{
unsigned ret_val
www.eeworm.com/read/109550/15555199
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/108182/15591820
dpr client5.dpr
program client5;
uses
Forms,
cli5 in 'CLI5.PAS' {ClientForm};
{$R *.RES}
begin
Application.CreateForm(TClientForm, ClientForm);
Application.Run;
end.