代码搜索:Exec
找到约 10,000 项符合「Exec」的源代码
代码结果 10,000
www.eeworm.com/read/117181/6110738
c foll-exec.c
#include
#include
#include
#include
int global_i = 100;
#ifdef PROTOTYPES
int main (void)
#else
main ()
#endif
{
int local_j = global_i+1;
int loca
www.eeworm.com/read/117181/6110744
exp foll-exec.exp
# Copyright 1997, 1999 Free Software Foundation, Inc.
# 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
#
www.eeworm.com/read/113399/6131608
c sys_exec.c
#include "syslib.h"
PUBLIC int sys_exec(proc, ptr, traced, prog_name, initpc)
int proc; /* process that did exec */
char *ptr; /* new stack pointer */
int traced; /* is tracing enabled? */
www.eeworm.com/read/110034/6168236
c exec32.c
/*
* Support for 32-bit Linux for S390 ELF binaries.
*
* Copyright (C) 2000 IBM Deutschland Entwicklung GmbH, IBM Corporation
* Author(s): Gerhard Tonn (ton@de.ibm.com)
*
* Seperated from binfmt
www.eeworm.com/read/106385/6193628
hxx cdl_exec.hxx
//####COPYRIGHTBEGIN####
//
// ----------------------------------------------------------------------------
// Copyright (C) 1
www.eeworm.com/read/106385/6193632
cxx cdl_exec.cxx
//####COPYRIGHTBEGIN####
//
// ----------------------------------------------------------------------------
// Copyright (C) 1
www.eeworm.com/read/102935/6226823
c exec32.c
/*
* Support for 32-bit Linux for S390 ELF binaries.
*
* Copyright (C) 2000 IBM Deutschland Entwicklung GmbH, IBM Corporation
* Author(s): Gerhard Tonn (ton@de.ibm.com)
*
* Seperated from binfmt
www.eeworm.com/read/101082/6249179
c sh.exec.c
#ifndef lint
static char *sccsid = "@(#)sh.exec.c 4.4 (ULTRIX) 9/11/90";
#endif
/************************************************************************
*