Home
last modified time | relevance | path

Searched refs:_sh_fork (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/lib/libshell/common/include/
H A Ddefs.h378 extern pid_t _sh_fork(pid_t, int ,int*);
/titanic_50/usr/src/lib/libshell/common/sh/
H A Dpath.c84 _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 Dxec.c1341 _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()