Searched defs:status (Results 1 – 18 of 18) sorted by relevance
28 __new_quick_exit (int status) in __new_quick_exit()42 __old_quick_exit (int status) in __old_quick_exit()
38 __run_exit_handlers (int status, struct exit_function_list **listp, in __run_exit_handlers()141 exit (int status) in exit()
25 __on_exit (void (*func) (int status, void *arg), void *arg) in __on_exit()
44 # define WEXITSTATUS(status) __WEXITSTATUS (status) argument45 # define WTERMSIG(status) __WTERMSIG (status) argument46 # define WSTOPSIG(status) __WSTOPSIG (status) argument47 # define WIFEXITED(status) __WIFEXITED (status) argument48 # define WIFSIGNALED(status) __WIFSIGNALED (status) argument49 # define WIFSTOPPED(status) __WIFSTOPPED (status) argument51 # define WIFCONTINUED(status) __WIFCONTINUED (status) argument
32 int status = feenableexcept (except_mask); in do_test() local
60 int status = support_capture_subprogram_self_sgid (MAGIC_ARGUMENT); in do_test() local
37 int status = 0; in do_test() local
54 int status = 0; in do_test() local
64 int status = 0; in do_test() local
23 int status = 0; in do_test() local
29 int status = 0; in do_test() local
75 int status = 0; in do_test() local
30 int status = 0; in do_test() local
98 int status; in do_test() local
117 int status; in do_test() local
542 int status = 0; in do_test() local
317 int status = 0; in do_test() local
90 int status = 0; in do_test() local
Completed in 28 milliseconds