Searched defs:status (Results 1 – 22 of 22) sorted by relevance
54 # define WEXITSTATUS(status) __WEXITSTATUS (status) argument55 # define WTERMSIG(status) __WTERMSIG (status) argument56 # define WSTOPSIG(status) __WSTOPSIG (status) argument57 # define WIFEXITED(status) __WIFEXITED (status) argument58 # define WIFSIGNALED(status) __WIFSIGNALED (status) argument59 # define WIFSTOPPED(status) __WIFSTOPPED (status) argument61 # define WIFCONTINUED(status) __WIFCONTINUED (status) argument67 # define WCOREDUMP(status) __WCOREDUMP (status) argument
25 _exit (int status) in _exit()
16 int status; in main() local
48 int status; in do_test() local
42 int status; in do_test() local
43 int status; in try_fexecve() local
42 int status; in main() local
50 int status; in run_script() local109 int status; in do_test() local
83 int status; in do_test() local
40 int status; in call_execveat() local
113 int status; in do_test() local
63 check_sigchld (int code, int status, pid_t pid) in check_sigchld()
59 int status; in run_script() local
123 int status; in do_test() local
65 check_sigchld (int code, int status, pid_t pid) in check_sigchld()
71 int status; in singlethread_test() local
180 int status; in do_test() local
148 int status; in do_test() local
165 int status; in spawn_closefrom_test() local
686 int status; in xsystem() local
307 int status; in __glob() local
882 int status = 0; in exec_comm() local
Completed in 64 milliseconds