代码搜索:exec
找到约 10,000 项符合「exec」的源代码
代码结果 10,000
www.eeworm.com/read/360250/2963892
c gui_exec.c
/*
*********************************************************************************************************
* uC/GUI
* Univers
www.eeworm.com/read/359563/2975146
c exec1.c
#include
#include
void main()
{
fprintf(stderr, "--begin--\n");
execl("/bin/ls", "/u", 0);
fprintf(stderr, "--end--\n");
}
www.eeworm.com/read/359563/2975155
c exec2.c
#include
#include
void main()
{
pid_t pid;
if ((pid = fork()) == 0) /* 子进程 */
{
fprintf(stderr, "--begin--\n");
execl("/bin/ls", "-l", "/u", 0);
fprintf(stderr, "--end--\
www.eeworm.com/read/358313/2986274
attr-exec,v
head 1.1;
branch 1.1.1;
access ;
symbols vendortag:1.1.1.1 vendorbranch:1.1.1;
locks ; strict;
comment @# @;
1.1
date 2003.01.25.13.43.57; author jrandom; state Exp;
branches 1.1.
www.eeworm.com/read/358060/3006863
rom_exec1
:0200000480007A
:10000000050000EA0010A0E3011081E240CD51E2BA
:10001000E2CF5C22FBFFFF3A010040E2000050E328
:10002000F7FFFF1A0EF0A0E1A4009FE55210A0E335
:100030000C10C0E53010A0E30010C0E50EF0A0E108
:10
www.eeworm.com/read/354764/3074513
c gui_exec.c
/*
*********************************************************************************************************
* uC/GUI
* Universal
www.eeworm.com/read/352607/3094047
c exec-server.c
/* exec-server.c
*
* Copyright (c) 2000 Sean Walton and Macmillan Publishers. Use may be in
* whole or in part in accordance to the General Public License (GPL).
*
* THIS SOFTWARE IS PROVID
www.eeworm.com/read/350657/3119926
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/266752/4271171
c gui_exec.c
/*
*********************************************************************************************************
* uC/GUI
* Univers
www.eeworm.com/read/264095/4293603
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