代码搜索:exec
找到约 10,000 项符合「exec」的源代码
代码结果 10,000
www.eeworm.com/read/279968/4129009
c exec.c
#include
#include
extern char **environ;
int
execv (const char *path, char * const *args) {
extern int execve (const char *, char * const *, char * const*);
return execve
www.eeworm.com/read/271651/4226026
h exec.h
/*
* Copyright (C) 2003-2007 Funambol
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Fr
www.eeworm.com/read/271651/4226281
cpp exec.cpp
/*
* Copyright (C) 2003-2007 Funambol
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Fr
www.eeworm.com/read/271650/4226645
h exec.h
/*
* Copyright (C) 2003-2007 Funambol, Inc
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* publ
www.eeworm.com/read/271650/4226900
cpp exec.cpp
/*
* Copyright (C) 2003-2007 Funambol, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* pub
www.eeworm.com/read/270919/4232494
java exec.java
// Autogenerated AST node
package org.python.parser.ast;
import org.python.parser.SimpleNode;
import java.io.DataOutputStream;
import java.io.IOException;
public class Exec extends stmtType {
pub
www.eeworm.com/read/447892/1694170
c exec.c
#include
#include
#include
#ifdef __EMX__
#include
#include
#else
#include
#include
#endif
static
www.eeworm.com/read/439725/1804990
c exec.c
#include
#include
#include
#include
#include
#include
#include
#include
extern int sys_exi
www.eeworm.com/read/439082/1819598
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