Searched refs:my_status (Results 1 - 25 of 41) sorted by relevance

12

/macosx-10.9.5/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A Dmisc.c174 int my_err = 0, my_status; local
217 my_wait_pid = wait4( my_pid, &my_status, 0, NULL );
229 if (!(WIFSIGNALED( my_status ))) {
230 printf( "child process was not signaled and should have been\n", my_status );
234 if (WTERMSIG( my_status ) != SIGKILL) {
235 printf( "wait4 returned wrong signal status - 0x%02X \n", my_status );
255 int my_err, my_pid, my_status; local
292 my_err = wait4(my_pid, &my_status, 0, NULL);
299 if (WEXITSTATUS(my_status) != (arch & 0xff)) {
301 (WEXITSTATUS(my_status)),
[all...]
H A Dsocket_tests.c24 int my_err, my_status, my_len; local
373 my_wait_pid = wait4( my_pid, &my_status, 0, NULL );
379 if ( WIFEXITED( my_status ) && WEXITSTATUS( my_status ) != 0 ) {
411 int my_err, my_status; local
577 my_wait_pid = wait4( my_pid, &my_status, 0, NULL );
589 if ( WIFEXITED( my_status ) && WEXITSTATUS( my_status ) != 0 ) {
590 printf( "wait4 returned wrong exit status - 0x%02X \n", my_status );
H A Dmemory_tests.c37 int my_page_size, my_status; local
293 my_wait_pid = wait4( my_pid, &my_status, 0, NULL );
307 if ( !WIFEXITED( my_status ) || (WEXITSTATUS( my_status ) != 0)) {
308 printf( "wait4 returned child died of status - 0x%08X \n", my_status );
H A Dkqueue_tests.c145 int my_err, my_status; local
367 my_wait_pid = wait4( my_pid, &my_status, 0, NULL );
379 if ( WIFEXITED( my_status ) && WEXITSTATUS( my_status ) != 0 ) {
380 printf( "wait4 returned wrong exit status - 0x%02X \n", my_status );
H A Dtests.c125 int my_err, my_status; local
149 my_wait_pid = wait4( my_pid, &my_status, 0, &my_usage );
170 if ( WIFEXITED( my_status ) && WEXITSTATUS( my_status ) == 44 ) {
173 printf( "wait4 returned wrong exit status - 0x%02X \n", my_status );
1536 int my_err, my_status; local
1604 my_wait_pid = wait4( my_pid, &my_status, 0, NULL );
1616 if ( WIFEXITED( my_status ) && WEXITSTATUS( my_status ) != 0 ) {
1617 printf( "wait4 returned wrong exit status - 0x%02X \n", my_status );
1642 int my_err, my_status; local
2035 int my_err, my_status; local
2491 int my_err, my_status; local
2744 int my_err, my_status; local
2862 int my_err, my_status; local
3181 int my_err, my_status; local
3798 int my_err, my_status; local
3916 int my_err, my_status; local
5104 int my_pid, my_status, ret; local
[all...]
/macosx-10.9.5/xnu-2422.115.4/tools/tests/xnu_quick_test/helpers/
H A Dlaunch.c31 int my_err, my_status; local
/macosx-10.9.5/postfix-252/postfix/src/global/
H A Dbounce.c228 char *my_status = mystrdup(my_dsn.status); local
234 my_dsn.status = my_status;
236 my_status[0] = '4';
267 myfree(my_status);
/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Dmep-dis.c135 int my_status = 0;
141 my_status = print_insn (cd, pc, info, insnbuf, corelength);
142 if (my_status != corelength)
145 my_status = corelength;
147 status += my_status;
163 int my_status = 0;
189 my_status = print_insn (cd, pc, info, insnbuf, copro1length);
191 if (my_status != copro1length)
194 my_status = copro1length;
196 status += my_status;
134 int my_status = 0; local
162 int my_status = 0; local
[all...]
/macosx-10.9.5/dcerpc-58/dcerpc/ncklib/
H A Dcomnet.c813 unsigned32 my_status;
853 rpc_protseq_vector_free (&psvp, &my_status);
1036 unsigned32 my_status;
1083 rpc_string_free (&endpoint, &my_status);
1101 rpc_protseq_vector_free (&psvp, &my_status);
804 unsigned32 my_status; local
1024 unsigned32 my_status; local
/macosx-10.9.5/Heimdal-323.92.1/lib/libedit/
H A Dltmain.sh665 my_status=$?
666 if test "$my_status" -eq 0; then :; else
667 eval "(exit $my_status); $my_fail_exp"
690 my_status=$?
692 if test "$my_status" -eq 0; then :; else
693 eval "(exit $my_status); $my_fail_exp"
/macosx-10.9.5/Heimdal-323.92.1/
H A Dltmain.sh458 my_status=$?
459 if test "$my_status" -eq 0; then :; else
460 eval "(exit $my_status); $my_fail_exp"
483 my_status=$?
485 if test "$my_status" -eq 0; then :; else
486 eval "(exit $my_status); $my_fail_exp"
/macosx-10.9.5/SmartcardCCID-55005/ccid/ccid/
H A Dltmain.sh458 my_status=$?
459 if test "$my_status" -eq 0; then :; else
460 eval "(exit $my_status); $my_fail_exp"
483 my_status=$?
485 if test "$my_status" -eq 0; then :; else
486 eval "(exit $my_status); $my_fail_exp"
/macosx-10.9.5/SmartcardCCID-55005/libusb/libusb/
H A Dltmain.sh665 my_status=$?
666 if test "$my_status" -eq 0; then :; else
667 eval "(exit $my_status); $my_fail_exp"
690 my_status=$?
692 if test "$my_status" -eq 0; then :; else
693 eval "(exit $my_status); $my_fail_exp"
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/admin/
H A Dltmain.sh458 my_status=$?
459 if test "$my_status" -eq 0; then :; else
460 eval "(exit $my_status); $my_fail_exp"
483 my_status=$?
485 if test "$my_status" -eq 0; then :; else
486 eval "(exit $my_status); $my_fail_exp"
/macosx-10.9.5/curl-78.94.1/curl/
H A Dltmain.sh661 my_status=$?
662 if test "$my_status" -eq 0; then :; else
663 eval "(exit $my_status); $my_fail_exp"
686 my_status=$?
688 if test "$my_status" -eq 0; then :; else
689 eval "(exit $my_status); $my_fail_exp"
/macosx-10.9.5/libarchive-29/libarchive/build/autoconf/
H A Dltmain.sh458 my_status=$?
459 if test "$my_status" -eq 0; then :; else
460 eval "(exit $my_status); $my_fail_exp"
483 my_status=$?
485 if test "$my_status" -eq 0; then :; else
486 eval "(exit $my_status); $my_fail_exp"
/macosx-10.9.5/pcre-7/pcre/
H A Dltmain.sh458 my_status=$?
459 if test "$my_status" -eq 0; then :; else
460 eval "(exit $my_status); $my_fail_exp"
483 my_status=$?
485 if test "$my_status" -eq 0; then :; else
486 eval "(exit $my_status); $my_fail_exp"
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dltmain.sh458 my_status=$?
459 if test "$my_status" -eq 0; then :; else
460 eval "(exit $my_status); $my_fail_exp"
483 my_status=$?
485 if test "$my_status" -eq 0; then :; else
486 eval "(exit $my_status); $my_fail_exp"
/macosx-10.9.5/sudo-72/src/
H A Dltmain.sh661 my_status=$?
662 if test "$my_status" -eq 0; then :; else
663 eval "(exit $my_status); $my_fail_exp"
686 my_status=$?
688 if test "$my_status" -eq 0; then :; else
689 eval "(exit $my_status); $my_fail_exp"
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Dltmain.sh458 my_status=$?
459 if test "$my_status" -eq 0; then :; else
460 eval "(exit $my_status); $my_fail_exp"
483 my_status=$?
485 if test "$my_status" -eq 0; then :; else
486 eval "(exit $my_status); $my_fail_exp"
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dltmain.sh458 my_status=$?
459 if test "$my_status" -eq 0; then :; else
460 eval "(exit $my_status); $my_fail_exp"
483 my_status=$?
485 if test "$my_status" -eq 0; then :; else
486 eval "(exit $my_status); $my_fail_exp"
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/config/
H A Dltmain.sh620 my_status=$?
621 if test "$my_status" -eq 0; then :; else
622 eval "(exit $my_status); $my_fail_exp"
645 my_status=$?
647 if test "$my_status" -eq 0; then :; else
648 eval "(exit $my_status); $my_fail_exp"
/macosx-10.9.5/BerkeleyDB-21/db/dist/
H A Dltmain.sh312 my_status=""
318 my_status=$?
319 if test "$my_status" -ne 0 && test ! -d "$my_gentop"; then
320 exit $my_status
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/build/
H A Dltmain.sh356 my_status=""
362 my_status=$?
363 if test "$my_status" -ne 0 && test ! -d "$my_gentop"; then
364 exit $my_status
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/ldapc++/
H A Dltmain.sh312 my_status=""
318 my_status=$?
319 if test "$my_status" -ne 0 && test ! -d "$my_gentop"; then
320 exit $my_status

Completed in 509 milliseconds

12