| /src/external/gpl2/diffutils/dist/lib/ |
| exitfail.c | 29 #ifndef EXIT_FAILURE 30 # define EXIT_FAILURE 1 33 int volatile exit_failure = EXIT_FAILURE; variable
|
| /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/ |
| exit.h | 28 #ifndef EXIT_FAILURE 29 # define EXIT_FAILURE 1
|
| closeout.c | 60 /* Close standard output and standard error, exiting with status EXIT_FAILURE 67 error (EXIT_FAILURE, errno, "%s", _("write error")); 76 exit (EXIT_FAILURE); 79 exit (EXIT_FAILURE);
|
| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| exit.h | 28 #ifndef EXIT_FAILURE 29 # define EXIT_FAILURE 1
|
| exitfail.c | 25 int volatile exit_failure = EXIT_FAILURE; variable
|
| closeout.c | 60 /* Close standard output and standard error, exiting with status EXIT_FAILURE 67 error (EXIT_FAILURE, errno, "%s", _("write error")); 76 exit (EXIT_FAILURE); 79 exit (EXIT_FAILURE);
|
| /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/ |
| exit.h | 28 #ifndef EXIT_FAILURE 29 # define EXIT_FAILURE 1
|
| exitfail.c | 25 int volatile exit_failure = EXIT_FAILURE; variable
|
| /src/external/gpl2/xcvs/dist/lib/ |
| exit.h | 28 #ifndef EXIT_FAILURE 29 # define EXIT_FAILURE 1
|
| exitfail.c | 30 int volatile exit_failure = EXIT_FAILURE; variable
|
| /src/external/gpl2/texinfo/dist/lib/ |
| xexit.c | 25 EXIT_FAILURE. So far no system has defined one of EXIT_FAILURE and 29 systems like Sony NEWS-OS Release 4.0C, whereby EXIT_FAILURE 31 # if !EXIT_FAILURE 32 # undef EXIT_FAILURE 33 # define EXIT_FAILURE 1 38 # define EXIT_FAILURE 0x10000002 41 # define EXIT_FAILURE 1 65 exit_status = exit_status == 0 ? EXIT_SUCCESS : EXIT_FAILURE;
|
| /src/external/gpl3/gdb/dist/gnulib/import/ |
| exitfail.c | 24 int volatile exit_failure = EXIT_FAILURE; variable
|
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| exitfail.c | 24 int volatile exit_failure = EXIT_FAILURE; variable
|
| /src/tests/lib/librumphijack/ |
| h_cwd.c | 62 err(EXIT_FAILURE, "%s", errmsg); 72 err(EXIT_FAILURE, "open %s", errmsg); 74 err(EXIT_FAILURE, "fchdir %s", errmsg); 85 err(EXIT_FAILURE, "getcwd1"); 87 errx(EXIT_FAILURE, "strcmp1"); 90 err(EXIT_FAILURE, "mkdir2"); 93 err(EXIT_FAILURE, "getcwd2"); 95 errx(EXIT_FAILURE, "strcmp2"); 98 err(EXIT_FAILURE, "mkdir3"); 101 err(EXIT_FAILURE, "getcwd3") [all...] |
| h_client.c | 60 err(EXIT_FAILURE, "pipe"); 66 err(EXIT_FAILURE, "select"); 68 errx(EXIT_FAILURE, "select successful"); 71 errx(EXIT_FAILURE, "stdin fileno is still set"); 87 err(EXIT_FAILURE, "select"); 89 errx(EXIT_FAILURE, "select successful"); 93 err(EXIT_FAILURE, "select2"); 95 errx(EXIT_FAILURE, "select2 successful"); 104 err(EXIT_FAILURE, "open"); 113 errx(EXIT_FAILURE, "poll unexpected rv %d (%d)" [all...] |
| /src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.shared/ |
| linkD.c | 11 const int res = runTests() ? EXIT_SUCCESS : EXIT_FAILURE; 12 if (!lib_term()) return EXIT_FAILURE;
|
| /src/usr.sbin/crash/ |
| unsupported.c | 39 errx(EXIT_FAILURE, "not yet supported on this platform");
|
| /src/external/gpl2/gettext/dist/gnulib-local/lib/ |
| closeout.c | 60 /* Close standard output and standard error, exiting with status EXIT_FAILURE 67 error (EXIT_FAILURE, errno, "%s", _("write error")); 76 exit (EXIT_FAILURE); 79 exit (EXIT_FAILURE);
|
| /src/usr.sbin/ldpd/ |
| main.c | 91 return EXIT_FAILURE; 100 return EXIT_FAILURE; 107 return EXIT_FAILURE; 110 return EXIT_FAILURE; 115 return EXIT_FAILURE; 123 return EXIT_FAILURE; 126 return EXIT_FAILURE; 130 return EXIT_FAILURE; 135 return EXIT_FAILURE; 139 return EXIT_FAILURE; [all...] |
| /src/tests/net/tcp/ |
| tcp_shutdown.c | 66 errx(EXIT_FAILURE, "invalid argument"); 71 err(EXIT_FAILURE, "socket"); 74 err(EXIT_FAILURE, "shutdown"); 86 err(EXIT_FAILURE, "connect didn't fail on a shudown socket"); 88 err(EXIT_FAILURE, "connect failed with unexpected error"); 93 err(EXIT_FAILURE, "setsockopt didn't fail on a shutdown socket"); 95 err(EXIT_FAILURE, "setsockopt failed with unexpected error"); 101 err(EXIT_FAILURE, "getsockname didn't fail on a shutdown socket"); 103 err(EXIT_FAILURE, "getsockname failed with unexpected error"); 107 err(EXIT_FAILURE, "listen didn't fail on a shutdown socket") [all...] |
| /src/tests/kernel/ |
| h_fexecve.c | 45 err(EXIT_FAILURE, "open %s", args[0]); 47 err(EXIT_FAILURE, "fcntl"); 49 err(EXIT_FAILURE, "fexecve");
|
| /src/usr.sbin/tprof/arch/ |
| tprof_noarch.c | 49 errx(EXIT_FAILURE, "architecture not supported"); 55 errx(EXIT_FAILURE, "architecture not supported"); 61 errx(EXIT_FAILURE, "architecture not supported");
|
| /src/sys/modules/examples/fopsmapper/ |
| cmd_mapper.c | 48 err(EXIT_FAILURE, "Cannot open %s", _PATH_DEV_MAPPER); 52 err(EXIT_FAILURE, "Mapping failed"); 57 err(EXIT_FAILURE, "Unmap failed"); 60 err(EXIT_FAILURE, "Cannot close %s", _PATH_DEV_MAPPER);
|
| /src/sys/modules/examples/mapper/ |
| cmd_mapper.c | 48 err(EXIT_FAILURE, "Cannot open %s", _PATH_DEV_MAPPER); 53 err(EXIT_FAILURE, "Mapping failed"); 58 err(EXIT_FAILURE, "Unmap failed"); 61 err(EXIT_FAILURE, "Cannot close %s", _PATH_DEV_MAPPER);
|
| /src/external/mit/isl/dist/ |
| flow_cmp.c | 33 exit(EXIT_FAILURE); 43 exit(EXIT_FAILURE); 54 * Return EXIT_SUCCESS if they are and EXIT_FAILURE if they are not 70 return EXIT_FAILURE; 82 return EXIT_FAILURE); 85 return EXIT_FAILURE); 94 return EXIT_FAILURE; 97 return EXIT_FAILURE); 99 return EXIT_FAILURE; 101 return EXIT_FAILURE; [all...] |