Searched refs:statuses (Results 1 – 14 of 14) sorted by relevance
/openbsd/gnu/lib/libiberty/src/testsuite/ |
H A D | test-pexecute.c | 184 int statuses[10]; in main() local 294 TEST_PEX_GET_STATUS (pex1, 2, statuses); in main() 295 if (!WIFEXITED (statuses[0]) || WEXITSTATUS (statuses[0]) != EXIT_SUCCESS in main() 296 || !WIFEXITED (statuses[1]) || WEXITSTATUS (statuses[1]) != EXIT_SUCCESS) in main() 312 TEST_PEX_GET_STATUS (pex1, 2, statuses); in main() 313 if (!WIFEXITED (statuses[0]) || WEXITSTATUS (statuses[0]) != EXIT_SUCCESS in main() 314 || !WIFEXITED (statuses[1]) || WEXITSTATUS (statuses[1]) != EXIT_SUCCESS) in main() 331 if (!WIFEXITED (statuses[0]) || WEXITSTATUS (statuses[0]) != EXIT_SUCCESS in main() 332 || !WIFEXITED (statuses[1]) || WEXITSTATUS (statuses[1]) != EXIT_SUCCESS) in main() 359 if (!WIFEXITED (statuses[0]) || WEXITSTATUS (statuses[0]) != EXIT_SUCCESS in main() [all …]
|
/openbsd/gnu/gcc/gcc/ |
H A D | gcc.c | 2961 int *statuses; in execute() local 2965 statuses = alloca (n_commands * sizeof (int)); in execute() 2966 if (!pex_get_status (pex, n_commands, statuses)) in execute() 2980 int status = statuses[i]; in execute()
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perlpodstyle.pod | 125 Exceptions, error return codes, exit statuses, and errno settings.
|
H A D | perlvms.pod | 1085 For other termination statuses, the severity portion of the
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | GettingInvolved.rst | 374 build statuses, but it is a noisy channel due to the automated messages. The
|
/openbsd/usr.sbin/pkg_add/OpenBSD/ |
H A D | Intro.pod | 159 object keeps track of all the package name statuses: what's queued for
|
/openbsd/sys/dev/pci/ |
H A D | if_iwxreg.h | 2891 } __packed statuses[16]; member
|
/openbsd/gnu/usr.bin/cvs/doc/ |
H A D | cvs.info-4 | 413 display statuses; the `-q' option avoids printing the name of each
|
H A D | ChangeLog | 2744 statuses from cvs status. Also document "Working revision" and
|
H A D | cvs.texinfo | 5874 update, but merely to display statuses; the @samp{-q}
|
/openbsd/sys/dev/microcode/aic7xxx/ |
H A D | aic79xx.seq | 2084 * poll for these statuses too.
|
/openbsd/gnu/llvm/libcxx/include/ |
H A D | locale | 295 // Initialize all statuses to __might_match, except for "" keywords are __does_match
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | ChangeLog-2003 | 14730 * lin-lwp.c (child_wait): Ignore exit statuses for processes other 14732 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
|
/openbsd/gnu/usr.bin/texinfo/ |
H A D | ChangeLog.46 | 8959 exit statuses.
|