Searched refs:EXIT_SUCCESS (Results 51 - 75 of 290) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/console-tools/
H A Ddumpkmap.c65 return EXIT_SUCCESS;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/coreutils/
H A Dcatv.c18 int retval = EXIT_SUCCESS;
H A Dcksum.c53 fflush_stdout_and_exit(EXIT_SUCCESS);
H A Dmkdir.c41 int status = EXIT_SUCCESS;
H A Dmknod.c45 return EXIT_SUCCESS;
H A Did.c33 status = EXIT_SUCCESS;
99 fflush_stdout_and_exit(EXIT_SUCCESS);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/procps/
H A Duptime.c59 return EXIT_SUCCESS;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/util-linux/
H A Drdate.c70 return EXIT_SUCCESS;
H A Dreadprofile.c96 return EXIT_SUCCESS;
133 return EXIT_SUCCESS;
236 return EXIT_SUCCESS;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dstdlib.in.h39 #ifndef EXIT_SUCCESS
40 # define EXIT_SUCCESS 0 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dstdlib.in.h39 #ifndef EXIT_SUCCESS
40 # define EXIT_SUCCESS 0 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/
H A DSequenceExample.java18 private static final int EXIT_SUCCESS = 0; field in class:SequenceExample
59 System.exit(EXIT_SUCCESS);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dstdlib.in.h39 #ifndef EXIT_SUCCESS
40 # define EXIT_SUCCESS 0 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgcmp.c168 exit (EXIT_SUCCESS);
173 usage (EXIT_SUCCESS);
178 error (EXIT_SUCCESS, 0, _("no input files given"));
183 error (EXIT_SUCCESS, 0, _("exactly 2 input files required"));
189 exit (EXIT_SUCCESS);
197 if (status != EXIT_SUCCESS)
H A Dmsgfmt.c213 exit_status = EXIT_SUCCESS;
371 exit (EXIT_SUCCESS);
376 usage (EXIT_SUCCESS);
381 error (EXIT_SUCCESS, 0, _("no input file given"));
422 error (EXIT_SUCCESS, 0,
437 error (EXIT_SUCCESS, 0,
444 error (EXIT_SUCCESS, 0,
459 error (EXIT_SUCCESS, 0,
466 error (EXIT_SUCCESS, 0,
476 error (EXIT_SUCCESS,
[all...]
H A Dmsgcat.c288 exit (EXIT_SUCCESS);
293 usage (EXIT_SUCCESS);
298 exit (EXIT_SUCCESS);
341 exit (EXIT_SUCCESS);
349 if (status != EXIT_SUCCESS)
H A Dmsgcomm.c275 exit (EXIT_SUCCESS);
280 usage (EXIT_SUCCESS);
303 error (EXIT_SUCCESS, 0, _("at least two files must be specified"));
333 exit (EXIT_SUCCESS);
341 if (status != EXIT_SUCCESS)
H A Dmsguniq.c254 exit (EXIT_SUCCESS);
259 usage (EXIT_SUCCESS);
268 error (EXIT_SUCCESS, 0, _("at most one input file allowed"));
300 exit (EXIT_SUCCESS);
308 if (status != EXIT_SUCCESS)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/db_archive/
H A Ddb_archive.c32 return (db_archive_main(argc, argv) ? EXIT_FAILURE : EXIT_SUCCESS);
92 return (EXIT_SUCCESS);
173 return (exitval == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
/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);
108 return (EXIT_SUCCESS);
219 return (exitval == 0 ? EXIT_SUCCESS : 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);
129 return (EXIT_SUCCESS);
222 return (exitval == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/db_upgrade/
H A Ddb_upgrade.c32 return (db_upgrade_main(argc, argv) ? EXIT_FAILURE : EXIT_SUCCESS);
86 return (EXIT_SUCCESS);
186 return (exitval == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/jpeg-7/
H A Dcdjpeg.h174 #ifndef EXIT_SUCCESS
176 #define EXIT_SUCCESS 1 /* VMS is very nonstandard */ macro
178 #define EXIT_SUCCESS 0 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db_archive/
H A Ddb_archive.c77 return (EXIT_SUCCESS);
158 return (exitval == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/loginutils/
H A Daddgroup.c167 return EXIT_SUCCESS;
179 return EXIT_SUCCESS;

Completed in 400 milliseconds

1234567891011>>