代码搜索:exec
找到约 10,000 项符合「exec」的源代码
代码结果 10,000
www.eeworm.com/read/404050/11492225
c exec.c
#include
#include
#include
int main(int argc, char *argv[])
{/* C program forking a separate process */
int pid;
int ReturnValue; //返回值。
char * TheArgv[]={"/bin
www.eeworm.com/read/400742/11569736
c exec.c
/*
* linux/fs/exec.c
*
* (C) 1991 Linus Torvalds
*/
/*
* #!-checking implemented by tytso.
*/
/*
* #!开始的程序检测部分是由tytso 实现的。
*/
/*
* Demand-loading implemented 01.12.91 - no need to read anything but
www.eeworm.com/read/261904/11615661
c exec.c
/*
* vivi/lib/exec.c: Execute a binary.
*
* Copyright (C) 2002 MIZI Research, Inc.
*
* Author: Janghoon Lyu
* Date : $Date: 2002/08/10 07:47:08 $
*
* $Revision: 1.4 $
*
* $
www.eeworm.com/read/347479/11663077
c exec.c
#include
#include
#include
#include
#include
#include
#include
#include
extern int sys_exi
www.eeworm.com/read/156735/11780844
c exec.c
/*
* linux/fs/exec.c
*
* (C) 1991 Linus Torvalds
*/
/*
* #!-checking implemented by tytso.
*/
/*
* Demand-loading implemented 01.12.91 - no need to read anything but
* the header into mem
www.eeworm.com/read/344712/11864298
h exec.h
#ifndef _EXEC_H_
#define _EXEC_H_
void eDbStart(void);
void eDbStop(void);
int dmleDbInsert(eDb *db,ParseResult *pRes, int *nCur);
int dmleDbDelete(eDb *db,ParseResult *pRes, int *nCur);
int dml
www.eeworm.com/read/344712/11864367
c exec.c
#include "eDbInit.h"
extern int eDbRunParser(Parser*, const char*, char **);
int getKeyID(eDb *db,BtCursor *pCur);
int checkConditionOk(eDb *db, int base, WhereExpr *pW);
KeyData *fillKeyData(
www.eeworm.com/read/344712/11864583
h exec.h
#ifndef _EXEC_H_
#define _EXEC_H_
void eDbStart(void);
void eDbStop(void);
int dmleDbInsert(eDb *db,ParseResult *pRes, int *nCur);
int dmleDbDelete(eDb *db,ParseResult *pRes, int *nCur);
int dml
www.eeworm.com/read/344712/11864662
c exec.c
#include "eDbInit.h"
extern int eDbRunParser(Parser*, const char*, char **);
int getKeyID(eDb *db,BtCursor *pCur);
int checkConditionOk(eDb *db, int base, WhereExpr *pW);
KeyData *fillKeyData(