代码搜索:exec
找到约 10,000 项符合「exec」的源代码
代码结果 10,000
www.eeworm.com/read/111947/15499749
c exec.c
#include
#include
#include
#include
#include
#include
#include
#include
extern int sys_exi
www.eeworm.com/read/110649/15528024
c exec.c
#include
#include
#include
#include
#include
#include
#include
#include
extern i
www.eeworm.com/read/110160/15541021
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 hea
www.eeworm.com/read/107118/15612629
o exec.o
www.eeworm.com/read/107118/15612650
c exec.c
#include
#include
#include
#include
#include
#include
#include
#include
extern int sys_exi
www.eeworm.com/read/106970/15615759
asm exec.asm
_exec_cmd:
;Check for Empty Comamnd
mov si,strCmd
cmp BYTE[si],0x00
je _cmd_done
_cmd_ver:
mov si,strCmd
mov di,cmdInfo
mov cx,5
repe cmpsb
jne _cmd_cpuid
www.eeworm.com/read/106111/15647780
h exec.h
#ifndef EXEC_H
#define EXEC_H
extern void token_func(int argc,char *argv[]);
extern void value_func(int argc,char *argv[]);
extern void token_quit(int argc,char *argv[]);
#endif /* EXEC_H */
www.eeworm.com/read/106111/15647782
c exec.c
#include
#include
#include
#include "iofn.h"
static char outbuf[128];
void token_func(int argc,char *argv[])
{
int i;
char tmp_buf[512];
/* in
www.eeworm.com/read/105179/15676277
c exec.c
/*
* linux/fs/exec.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*/
/*
* #!-checking implemented by tytso.
*/
/*
* Demand-loading implemented 01.12.91 - no need to read anything but
* the