代码搜索:exec
找到约 10,000 项符合「exec」的源代码
代码结果 10,000
www.eeworm.com/read/216450/4895560
c exec.c
/* This file handles the EXEC system call. It performs the work as follows:
* - see if the permissions allow the file to be executed
* - read the header and extract the sizes
* - fetch th
www.eeworm.com/read/209211/4981995
c exec.c
#include
#include
#include
#include
#include
#define Extern extern
#include "acid.h"
void
error(char *fmt, ...)
{
int i;
char buf[2048];
va_list arg;
/*
www.eeworm.com/read/209211/4982310
c exec.c
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include "d
www.eeworm.com/read/209211/4982406
h exec.h
/*
* Definitions used in the interpreter
*/
extern void Xappend(void), Xasync(void), Xbackq(void), Xbang(void), Xclose(void);
extern void Xconc(void), Xcount(void), Xdelfn(void), Xdol(void), Xqdol(v
www.eeworm.com/read/209211/4982420
c exec.c
#include "rc.h"
#include "getflags.h"
#include "exec.h"
#include "io.h"
#include "fns.h"
/*
* Start executing the given code at the given pc with the given redirection
*/
char *argv0="rc";
void
sta
www.eeworm.com/read/209211/4984556
c exec.c
/*
* execute command tree
*/
#include "sh.h"
#include "c_test.h"
#include
#include "ksh_stat.h"
/* Does ps4 get parameter substitutions done? */
#ifdef KSH
# define PS4_SUBSTITUTE(s) sub
www.eeworm.com/read/209211/4986275
c exec.c
#include "u.h"
#include "mem.h"
#include "dat.h"
#include "fns.h"
#include "lib.h"
uchar pcbpage[64*1024+sizeof(PCB)];
PCB *pcb;
void (*kentry)(Bootconf*);
void
gokernel(void)
{
(*kentry)(&conf);
www.eeworm.com/read/209211/4986757
c exec.c
#include
#include
#include
#include "threadimpl.h"
#define PIPEMNT "/mnt/temp"
void
procexec(Channel *pidc, char *prog, char *args[])
{
int n;
Proc *p;
Thread *t;
_thr
www.eeworm.com/read/204040/5036197
txt exec.txt
An EXEC function with memory swap
=================================
Thomas Wagner
Ferrari electronic GmbH
Beusselstrasse 27
D-1000
www.eeworm.com/read/198501/5087208
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