Searched refs:_sh_fork (Results 1 – 6 of 6) sorted by relevance
/titanic_51/usr/src/lib/libshell/common/include/ |
H A D | defs.h | 378 extern pid_t _sh_fork(pid_t, int ,int*);
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | defs.h | 416 extern pid_t _sh_fork(Shell_t*,pid_t, int ,int*);
|
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | path.c | 84 _sh_fork(pid, 0, (int*)0); in path_pfexecve() 137 _sh_fork(pid, 0, (int*)0); in _spawnveg() 1168 while(_sh_fork(pid,0,(int*)0) < 0); in path_spawn()
|
H A D | xec.c | 1341 _sh_fork(parent, 0, (int*)0); in sh_exec() 2372 pid_t _sh_fork(register pid_t parent,int flags,int *jobid) in _sh_fork() function 2523 while(_sh_fork(parent=fork(),flags,jobid) < 0); in sh_fork() 3105 _sh_fork(spawnpid,otype,jobid); in sh_ntfork() 3256 _sh_fork(spawnpid,otype,jobid); in sh_ntfork()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | xec.c | 1859 _sh_fork(shp,parent, 0, (int*)0); in sh_exec() 2022 _sh_fork(shp,pid,0,0); in sh_exec() 3098 pid_t _sh_fork(Shell_t *shp,register pid_t parent,int flags,int *jobid) in _sh_fork() function 3259 while(_sh_fork(shp,parent=fork(),flags,jobid) < 0); in sh_fork() 3909 _sh_fork(shp,spawnpid,otype,jobid); in sh_ntfork() 4065 _sh_fork(shp,spawnpid,otype,jobid); in sh_ntfork()
|
H A D | path.c | 114 _sh_fork(shp,pid, 0, (int*)0); in path_pfexecve() 1205 while(_sh_fork(shp,pid,0,(int*)0) < 0); in path_spawn()
|