OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:forkparent
(Results
1 - 3
of
3
) sorted by null
/system/core/sh/
jobs.h
98
int
forkparent
(struct job *, union node *, int, pid_t);
jobs.c
862
return
forkparent
(jp, n, mode, pid);
867
forkparent
(struct job *jp, union node *n, int mode, pid_t pid)
function
eval.c
893
forkparent
(jp, cmd, mode, pid);
Completed in 706 milliseconds