代码搜索:exec
找到约 10,000 项符合「exec」的源代码
代码结果 10,000
www.eeworm.com/read/411465/11244925
o gui_exec.o
www.eeworm.com/read/335362/12534407
c exec1.c
#include "apue.h"
#include
char *env_init[] = { "USER=unknown", "PATH=/tmp", NULL };
int
main(void)
{
pid_t pid;
if ((pid = fork()) < 0) {
err_sys("fork error");
} else if (pid ==
www.eeworm.com/read/335362/12534428
c exec2.c
#include "apue.h"
#include
int
main(void)
{
pid_t pid;
if ((pid = fork()) < 0) {
err_sys("fork error");
} else if (pid == 0) { /* child */
if (execl("/home/sar/bin/testinterp",
www.eeworm.com/read/334200/12618459
c pr_exec.c
/*
Copyright (C) 1996-1997 Id Software, 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 the Free So
www.eeworm.com/read/134172/14003364
lnp exec51.lnp
"..\out\UCOS_II.obj",
"..\out\OS_CPU_C.obj",
"..\out\OS_CPU_A.obj",
"..\out\mainfile.obj",
"..\out\function.obj"
TO "..\out\EXEc51" REGFILE (..\out\EXEc51.ORC)
PRINT("..\out\EXEc51.m51") CODE(
www.eeworm.com/read/134172/14003375
plg exec51.plg
Build target 'NTM8051'
compiling UCOS_II.C...
assembling ..\out\UCOS_II.src...
compiling OS_CPU_C.C...
assembling ..\out\OS_CPU_C.src...
assembling OS_CPU_A.ASM...
compiling mainfile.C...
compiling fu
www.eeworm.com/read/134172/14003382
hex exec51.hex
:101914004832000102040810204080610030C400F5
:1019240000010002000100030001000200010004A4
:101934000001000200010003000100020001000593
:101944000001000200010003000100020001000484
:1019540000010002000
www.eeworm.com/read/236211/14027980
gif run_exec.gif
www.eeworm.com/read/203305/15362648