代码搜索:exec
找到约 10,000 项符合「exec」的源代码
代码结果 10,000
www.eeworm.com/read/320714/13419334
c exec.c
/* passed
* linux/fs/exec.c
*
* (C) 1991 Linus Torvalds
*/
#include
/*
* #!开始的程序检测部分是由tytso 实现的。
*/
/*
* 需求时加载是于1991.12.1 实现的- 只需将执行文件头部分读进内存而无须
* 将整个执行文件都加载进内存。执行文件的i 节点被放在
www.eeworm.com/read/320714/13419478
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/316231/13527682
html exec.html
One-Step Query Execution Interface
body {
margin: aut
www.eeworm.com/read/309709/13665993
html exec.html
One-Step Query Execution Interface
body {
margin: aut
www.eeworm.com/read/300969/13876049
c _exec.c
#include
#define execl _execl
#define execle _execle
#define execv _execv
#define execve _execve
#define sbrk _sbrk
#include
#include
#include
#
www.eeworm.com/read/300969/13876514
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
www.eeworm.com/read/149795/5697309
h exec.h
/*
*
* $Id: exec.h,v 1.5 2004/08/24 08:58:29 janakj Exp $
*
*
* Copyright (C) 2001-2003 FhG Fokus
*
* This file is part of ser, a free SIP server.
*
* ser is free software; you can redistribu
www.eeworm.com/read/149795/5697317
c exec.c
/*
*
* $Id: exec.c,v 1.13 2004/09/01 10:12:42 janakj Exp $
*
*
* Copyright (C) 2001-2003 FhG Fokus
*
* This file is part of ser, a free SIP server.
*
* ser is free software; you can redistrib
www.eeworm.com/read/148153/5717881
c exec.c
/*
* exec.c Execute external programs.
*
* Version: $Id: exec.c,v 1.42.2.1 2005/08/26 19:17:45 aland Exp $
*
* This program is free software; you can redistribute it and/or modify
* it under