代码搜索:exec

找到约 10,000 项符合「exec」的源代码

代码结果 10,000
www.eeworm.com/read/341465/12082972

bat exec2440.bat

SJF2440 /f:ucos.bin Pause
www.eeworm.com/read/255333/12088838

__i exec_iram.__i

-c -cpu ARM7TDMI -g -O0 -o "exec_iram.o" "exec_iram.c"
www.eeworm.com/read/255333/12088941

o exec_iram.o

www.eeworm.com/read/255333/12089018

c exec_iram.c

// Execute in ram #include "lpc22xx.h" #include "main.h" extern short adc_data[]; extern int index; void sample(void) { do { while ((IOPIN0 & (1
www.eeworm.com/read/253408/12225471

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/253408/12225490

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/339483/12231795

sh self-exec.sh

#!/bin/bash # self-exec.sh echo echo "This line appears ONCE in the script, yet it keeps echoing." echo "The PID of this instance of the script is still $$." # Demonstrates that a subshell is no
www.eeworm.com/read/253222/12238386

test cdemo-exec.test

#! /bin/sh # cdemo-exec.test - check that programs in the ../cdemo subdirectory are viable # Test script header. need_prefix=no if test -z "$srcdir"; then srcdir=`echo "$0" | sed 's%/[^/]*$%%'` t
www.eeworm.com/read/253222/12238395

test mdemo-exec.test

#! /bin/sh # mdemo-exec.test - check that programs in the ../mdemo subdirectory are viable # Test script header. need_prefix=no if test -z "$srcdir"; then srcdir=`echo "$0" | sed 's%/[^/]*$%%'` t
www.eeworm.com/read/253222/12238398

test pdemo-exec.test

#! /bin/sh # pdemo-exec.test - check that programs in the ../pdemo subdirectory are viable # Test script header. need_prefix=no if test -z "$srcdir"; then srcdir=`echo "$0" | sed 's%/[^/]*$%%'` t