代码搜索:exec

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

代码结果 10,000
www.eeworm.com/read/100285/6270845

c pl_exec.c

/********************************************************************** * pl_exec.c - Executor for the PL/pgSQL * procedural language * * IDENTIFICATION * $Header: /usr/local/cvsroot/pgsql
www.eeworm.com/read/100285/6271848

c fe-exec.c

/*------------------------------------------------------------------------- * * fe-exec.c * functions related to sending a query down to the backend * * Copyright (c) 1994, Regents of the Unive
www.eeworm.com/read/364336/6283848

c gui_exec.c

/* ********************************************************************************************************* * uC/GUI * Univers
www.eeworm.com/read/421459/6311372

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/421459/6311382

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/494691/6360177

c exec1.c

#include #include #include "ourhdr.h" char *env_init[] = { "USER=unknown", "PATH=/tmp", NULL }; int main(void) { pid_t pid; if ( (pid = fork()) < 0) err_sys("fork err
www.eeworm.com/read/494691/6360186

c exec2.c

#include #include #include "ourhdr.h" int main(void) { pid_t pid; if ( (pid = fork()) < 0) err_sys("fork error"); else if (pid == 0) { /* child */ if (execl("/home
www.eeworm.com/read/490627/6449913

c exec1.c

#include #include #include "ourhdr.h" char *env_init[] = { "USER=unknown", "PATH=/tmp", NULL }; int main(void) { pid_t pid; if ( (pid = fork()) < 0) err_sys("fork err
www.eeworm.com/read/490627/6449922

c exec2.c

#include #include #include "ourhdr.h" int main(void) { pid_t pid; if ( (pid = fork()) < 0) err_sys("fork error"); else if (pid == 0) { /* child */ if (execl("/home
www.eeworm.com/read/484763/6574117

c gui_exec.c

/* ********************************************************************************************************* * uC/GUI * Universal