Home
last modified time | relevance | path

Searched refs:statuses (Results 1 – 12 of 12) sorted by relevance

/NextBSD/contrib/gcclibs/libiberty/testsuite/
HDtest-pexecute.c188 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/
HDpex-djgpp.c122 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()
HDpex-msdos.c51 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/
HDgcc.c2994 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/
HDChangeLog324 QP operation errors instead of all error statuses.
/NextBSD/contrib/atf/
HDNEWS377 These statuses can be used to denote test cases that are known to fail
/NextBSD/sys/dev/aic7xxx/
HDaic79xx.seq2083 * poll for these statuses too.
/NextBSD/contrib/groff/
HDNEWS2181 its exit status can take account of the exit statuses of all its child
/NextBSD/contrib/libc++/include/
Dlocale458 // Initialize all statuses to __might_match, except for "" keywords are __does_match
/NextBSD/crypto/heimdal/lib/wind/
HDrfc3454.txt430 full case mapping (that is, using statuses C, F, and I).
/NextBSD/contrib/subversion/
HDCHANGES351 * info: fix url calculation for a few statuses (r1661476)
/NextBSD/contrib/xz/
HDChangeLog3487 statement used to analyze the exit statuses from "xz" when