Searched refs:status (Results 1 – 11 of 11) sorted by relevance
| /elf/ |
| A D | tst-dl-iter-static.c | 39 int status; in do_test() local 41 status = dl_iterate_phdr (callback, &count); in do_test() 43 return status || count != 1; in do_test()
|
| A D | tst-latepthread.c | 66 int status; in do_test() local 67 if (waitpid (pid, &status, 0) < 0) in do_test() 90 printf ("info: exit status: %d, message: %s\n", status, buf); in do_test() 96 if (!WIFEXITED (status) || WEXITSTATUS (status) != 127) in do_test()
|
| A D | tst-env-setuid.c | 114 int status = support_capture_subprogram_self_sgid (SETGID_CHILD); in do_test() local 116 if (WEXITSTATUS (status) == EXIT_UNSUPPORTED) in do_test() 119 if (!WIFEXITED (status)) in do_test() 120 FAIL_EXIT1 ("Unexpected exit status %d from child process\n", status); in do_test()
|
| A D | tst-align2.c | 131 int status; in do_test() local 133 termpid = TEMP_FAILURE_RETRY (waitpid (pid, &status, 0)); in do_test() 145 else if (!WIFEXITED (status) || WEXITSTATUS (status)) in do_test()
|
| A D | tst-env-setuid-tunables.c | 136 int status = support_capture_subprogram_self_sgid (buf); in do_test() local 139 if (WEXITSTATUS (status) == EXIT_UNSUPPORTED) in do_test() 142 ret |= status; in do_test()
|
| A D | tst-stackguard1.c | 127 int status; in do_test() local 128 termpid = TEMP_FAILURE_RETRY (waitpid (pid, &status, 0)); in do_test() 140 else if (!WIFEXITED (status) || WEXITSTATUS (status)) in do_test()
|
| A D | tst-ptrguard1.c | 137 int status; in do_test() local 138 termpid = TEMP_FAILURE_RETRY (waitpid (pid, &status, 0)); in do_test() 150 else if (!WIFEXITED (status) || WEXITSTATUS (status)) in do_test()
|
| A D | pldd.c | 185 int status = get_process_info (exe.data, dfd, pid); in main() local 199 return status; in main() 207 int status; in wait_for_ptrace_stop() local 211 while (waitpid (pid, &status, __WALL) == pid && WIFSTOPPED (status)) in wait_for_ptrace_stop() 214 if (WSTOPSIG (status) == SIGSTOP) in wait_for_ptrace_stop() 217 (void *) (uintptr_t) WSTOPSIG (status))) in wait_for_ptrace_stop()
|
| A D | pldd-xx.c | 177 int status = 0; in E() local 212 return status; in E()
|
| A D | dl-load.c | 551 dirp->status[cnt] = init_val; in fillin_rpath() 768 pelem->status[cnt] = unknown; in _dl_init_paths() 1526 if ((*list)->status[cnt] != nonexisting) in print_search_path() 1883 if (this_dir->status[cnt] == nonexisting) in open_path() 1902 if (this_dir->status[cnt] == unknown) in open_path() 1905 this_dir->status[cnt] = existing; in open_path() 1921 this_dir->status[cnt] = nonexisting; in open_path() 1923 this_dir->status[cnt] = existing; in open_path() 1928 here_any |= this_dir->status[cnt] != nonexisting; in open_path()
|
| A D | Makefile | 1954 echo "info: ld.so exit status: $$status" >> $@; \ 1957 if test $$status -eq 0; then \ 1961 (exit $$status); \
|
Completed in 30 milliseconds