Searched refs:statuses (Results 1 – 12 of 12) sorted by relevance
| /NextBSD/contrib/gcclibs/libiberty/testsuite/ |
| HD | test-pexecute.c | 188 int statuses[10]; in main() local 298 TEST_PEX_GET_STATUS (pex1, 2, statuses); in main() 299 if (!WIFEXITED (statuses[0]) || WEXITSTATUS (statuses[0]) != EXIT_SUCCESS in main() 300 || !WIFEXITED (statuses[1]) || WEXITSTATUS (statuses[1]) != EXIT_SUCCESS) in main() 316 TEST_PEX_GET_STATUS (pex1, 2, statuses); in main() 317 if (!WIFEXITED (statuses[0]) || WEXITSTATUS (statuses[0]) != EXIT_SUCCESS in main() 318 || !WIFEXITED (statuses[1]) || WEXITSTATUS (statuses[1]) != EXIT_SUCCESS) in main() 334 TEST_PEX_GET_STATUS (pex1, 2, statuses); in main() 335 if (!WIFEXITED (statuses[0]) || WEXITSTATUS (statuses[0]) != EXIT_SUCCESS in main() 336 || !WIFEXITED (statuses[1]) || WEXITSTATUS (statuses[1]) != EXIT_SUCCESS) in main() [all …]
|
| /NextBSD/contrib/gcclibs/libiberty/ |
| HD | pex-djgpp.c | 122 int *statuses; in pex_djgpp_exec_child() local 267 statuses = (int *) obj->sysdep; in pex_djgpp_exec_child() 268 statuses = XRESIZEVEC (int, statuses, obj->count + 1); in pex_djgpp_exec_child() 269 statuses[obj->count] = status; in pex_djgpp_exec_child() 270 obj->sysdep = (void *) statuses; in pex_djgpp_exec_child() 285 int *statuses; in pex_djgpp_wait() local 290 statuses = (int *) obj->sysdep; in pex_djgpp_wait() 291 *status = statuses[pid]; in pex_djgpp_wait()
|
| HD | pex-msdos.c | 51 int *statuses; member 97 ret->statuses = NULL; in pex_init() 275 ms->statuses = XRESIZEVEC(int, ms->statuses, obj->count + 1); in pex_msdos_exec_child() 276 ms->statuses[obj->count] = status; in pex_msdos_exec_child() 298 *status = ms->statuses[pid]; in pex_msdos_wait() 315 if (msdos->statuses != NULL) in pex_msdos_cleanup() 316 free (msdos->statuses); in pex_msdos_cleanup()
|
| /NextBSD/contrib/gcc/ |
| HD | gcc.c | 2994 int *statuses; in execute() local 2998 statuses = alloca (n_commands * sizeof (int)); in execute() 2999 if (!pex_get_status (pex, n_commands, statuses)) in execute() 3013 int status = statuses[i]; in execute()
|
| /NextBSD/contrib/ofed/libmthca/ |
| HD | ChangeLog | 324 QP operation errors instead of all error statuses.
|
| /NextBSD/contrib/atf/ |
| HD | NEWS | 377 These statuses can be used to denote test cases that are known to fail
|
| /NextBSD/sys/dev/aic7xxx/ |
| HD | aic79xx.seq | 2083 * poll for these statuses too.
|
| /NextBSD/contrib/groff/ |
| HD | NEWS | 2181 its exit status can take account of the exit statuses of all its child
|
| /NextBSD/contrib/libc++/include/ |
| D | locale | 458 // Initialize all statuses to __might_match, except for "" keywords are __does_match
|
| /NextBSD/crypto/heimdal/lib/wind/ |
| HD | rfc3454.txt | 430 full case mapping (that is, using statuses C, F, and I).
|
| /NextBSD/contrib/subversion/ |
| HD | CHANGES | 351 * info: fix url calculation for a few statuses (r1661476)
|
| /NextBSD/contrib/xz/ |
| HD | ChangeLog | 3487 statement used to analyze the exit statuses from "xz" when
|