Searched defs:spawn (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libshell/common/sh/ |
H A D | path.c | 76 static pid_t path_pfexecve(const char *path, char *argv[],char *const envp[],int spawn) argument 81 if(spawn) 148 * spawn is non-zero when invoked via spawn 151 static pid_t path_xargs(const char *path, char *argv[],char *const envp[], int spawn) argument 169 if(!spawn) 194 if(saveargs || av<avlast || (exitval && !spawn)) 209 else if(spawn && !sh_isoption(SH_PFSH)) 212 return(_spawnveg(path,argv,envp,spawn>>1)); 215 return(path_pfexecve(path,argv,envp,spawn)); 1011 path_spawn(const char *opath,register char **argv, char **envp, Pathcomp_t *libpath, int spawn) argument [all...] |
/illumos-gate/usr/src/man/man3head/ |
H A D | Makefile | 76 spawn.h.3head \ 165 spawn.3head \ 254 spawn.3head := LINKSRC = spawn.h.3head
|
/illumos-gate/usr/src/cmd/init/ |
H A D | init.c | 581 static void spawn(struct PROC_TABLE *, struct CMD_LINE *); 790 * Scan the inittab file and spawn and respawn processes that 1273 spawn(pp, &cmd); 1307 spawn(pp, &cmd); 1310 spawn(pp, &cmd); 1321 * spawn() spawns a shell, inserts the information about the process 1325 spawn(struct PROC_TABLE *process, struct CMD_LINE *cmd) function
|
Completed in 67 milliseconds