Searched refs:EXIT_FAILURE (Results 26 - 50 of 341) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/coreutils/
H A Dmkfifo.c32 retval = EXIT_FAILURE;
H A Dcatv.c38 retval = EXIT_FAILURE;
48 retval = EXIT_FAILURE;
H A Drealpath.c37 retval = EXIT_FAILURE;
H A Drmdir.c43 status = EXIT_FAILURE;
H A Dln.c68 status = EXIT_FAILURE;
79 status = EXIT_FAILURE;
101 status = EXIT_FAILURE;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/debianutils/
H A Dwhich.c46 status = EXIT_FAILURE;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/miscutils/
H A Dreadahead.c31 retval = EXIT_FAILURE;
H A Dmakedevs.c125 ret = EXIT_FAILURE;
140 ret = EXIT_FAILURE;
145 ret = EXIT_FAILURE;
152 ret = EXIT_FAILURE;
157 ret = EXIT_FAILURE;
162 ret = EXIT_FAILURE;
178 ret = EXIT_FAILURE;
192 ret = EXIT_FAILURE;
196 ret = EXIT_FAILURE;
200 ret = EXIT_FAILURE;
[all...]
H A Dmountpoint.c41 return EXIT_FAILURE;
60 return EXIT_FAILURE;
65 return EXIT_FAILURE;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dstdlib.in.h42 /* Tandem/NSK and other platforms that define EXIT_FAILURE as -1 interfere
44 #ifndef EXIT_FAILURE
45 # define EXIT_FAILURE 1 macro
46 #elif EXIT_FAILURE != 1
47 # undef EXIT_FAILURE macro
48 # define EXIT_FAILURE 1 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dstdlib.in.h42 /* Tandem/NSK and other platforms that define EXIT_FAILURE as -1 interfere
44 #ifndef EXIT_FAILURE
45 # define EXIT_FAILURE 1 macro
46 #elif EXIT_FAILURE != 1
47 # undef EXIT_FAILURE macro
48 # define EXIT_FAILURE 1 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dstdlib.in.h42 /* Tandem/NSK and other platforms that define EXIT_FAILURE as -1 interfere
44 #ifndef EXIT_FAILURE
45 # define EXIT_FAILURE 1 macro
46 #elif EXIT_FAILURE != 1
47 # undef EXIT_FAILURE macro
48 # define EXIT_FAILURE 1 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_c/ex_apprec/
H A Dex_apprec.c56 exit(EXIT_FAILURE);
61 return (EXIT_FAILURE);
75 return (EXIT_FAILURE);
92 return (EXIT_FAILURE);
96 return (EXIT_FAILURE);
107 return (EXIT_FAILURE);
122 return (EXIT_FAILURE);
129 return (EXIT_FAILURE);
133 return (EXIT_FAILURE);
144 return (EXIT_FAILURE);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/
H A DMpoolExample.cpp101 return (EXIT_FAILURE);
118 return (EXIT_FAILURE);
129 return (EXIT_FAILURE);
141 return (EXIT_FAILURE);
180 return (EXIT_FAILURE);
193 return (EXIT_FAILURE);
199 return (EXIT_FAILURE);
205 return (EXIT_FAILURE);
214 return (EXIT_FAILURE);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libiconv-1.11/srclib/
H A Dxmalloc.c36 int xmalloc_exit_failure = EXIT_FAILURE;
45 exit (EXIT_FAILURE);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/
H A DSequenceExample.java19 private static final int EXIT_FAILURE = 1; field in class:SequenceExample
27 System.exit(EXIT_FAILURE);
54 System.exit(EXIT_FAILURE);
57 System.exit(EXIT_FAILURE);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/archival/libunarchive/
H A Dget_header_tar_gz.c35 return EXIT_FAILURE;
H A Dfilter_accept_list_reassign.c43 return EXIT_FAILURE;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddbkill.cpp76 exit(EXIT_FAILURE);
119 exit(EXIT_FAILURE);
127 exit(EXIT_FAILURE);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dread-java.c70 error (EXIT_FAILURE, errno, _("fdopen() failed"));
80 error (EXIT_FAILURE, 0, _("%s subprocess failed with exit code %d"),
134 exit (EXIT_FAILURE);
H A Dmsgunfmt.c241 usage (EXIT_FAILURE);
287 error (EXIT_FAILURE, 0, _("%s and %s are mutually exclusive"),
295 error (EXIT_FAILURE, 0,
304 error (EXIT_FAILURE, 0,
313 usage (EXIT_FAILURE);
320 usage (EXIT_FAILURE);
327 error (EXIT_FAILURE, 0,
336 usage (EXIT_FAILURE);
343 usage (EXIT_FAILURE);
352 usage (EXIT_FAILURE);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/db_checkpoint/
H A Ddb_checkpoint.c32 return (db_checkpoint_main(argc, argv) ? EXIT_FAILURE : EXIT_SUCCESS);
85 return (EXIT_FAILURE);
97 return (EXIT_FAILURE);
103 return (EXIT_FAILURE);
219 return (exitval == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
227 return (EXIT_FAILURE);
242 return (EXIT_FAILURE);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/db_deadlock/
H A Ddb_deadlock.c32 return (db_deadlock_main(argc, argv) ? EXIT_FAILURE : EXIT_SUCCESS);
110 return (EXIT_FAILURE);
118 return (EXIT_FAILURE);
122 return (EXIT_FAILURE);
222 return (exitval == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
231 return (EXIT_FAILURE);
246 return (EXIT_FAILURE);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db_checkpoint/
H A Ddb_checkpoint.c70 return (EXIT_FAILURE);
82 return (EXIT_FAILURE);
88 return (EXIT_FAILURE);
204 return (exitval == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
212 return (EXIT_FAILURE);
227 return (EXIT_FAILURE);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db_deadlock/
H A Ddb_deadlock.c95 return (EXIT_FAILURE);
103 return (EXIT_FAILURE);
107 return (EXIT_FAILURE);
207 return (exitval == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
216 return (EXIT_FAILURE);
231 return (EXIT_FAILURE);

Completed in 203 milliseconds

1234567891011>>