Searched refs:exit_code (Results 1 - 25 of 36) sorted by relevance

12

/freebsd-10-stable/contrib/netbsd-tests/fs/tmpfs/
H A Dh_funcs.subr64 exit_code=$?
65 atf_check_equal "$exit_code" "0"
66 return $exit_code
/freebsd-10-stable/contrib/subversion/subversion/svnversion/
H A Dsvnversion.c127 sub_main(int *exit_code, int argc, const char *argv[], apr_pool_t *pool) argument
173 *exit_code = EXIT_FAILURE;
196 *exit_code = EXIT_FAILURE;
209 *exit_code = EXIT_FAILURE;
257 *exit_code = EXIT_FAILURE;
295 int exit_code = EXIT_SUCCESS; local
307 err = sub_main(&exit_code, argc, argv, pool);
315 exit_code = EXIT_FAILURE;
320 return exit_code;
/freebsd-10-stable/contrib/subversion/subversion/svnfsfs/
H A Dsvnfsfs.c262 sub_main(int *exit_code, int argc, const char *argv[], apr_pool_t *pool)
285 *exit_code = EXIT_FAILURE;
311 *exit_code = EXIT_FAILURE;
356 *exit_code = EXIT_FAILURE;
391 *exit_code = EXIT_FAILURE;
409 *exit_code = EXIT_FAILURE;
465 *exit_code = EXIT_FAILURE;
518 int exit_code = EXIT_SUCCESS;
530 err = sub_main(&exit_code, argc, argv, pool);
538 exit_code
259 sub_main(int *exit_code, int argc, const char *argv[], apr_pool_t *pool) argument
515 int exit_code = EXIT_SUCCESS; local
[all...]
/freebsd-10-stable/contrib/subversion/subversion/svnserve/
H A Dwinservice.c441 winservice_stop(DWORD exit_code)
445 winservice_status.dwWin32ExitCode = exit_code;
461 exit_code = winservice_status.dwWin32ExitCode;
440 winservice_stop(DWORD exit_code) argument
H A Dsvnserve.c666 sub_main(int *exit_code, int argc, const char *argv[], apr_pool_t *pool)
741 *exit_code = EXIT_FAILURE;
948 *exit_code = EXIT_FAILURE;
963 *exit_code = EXIT_FAILURE;
973 *exit_code = EXIT_FAILURE;
1094 *exit_code = EXIT_FAILURE;
1338 int exit_code = EXIT_SUCCESS;
1348 err = sub_main(&exit_code, argc, argv, pool);
1356 exit_code = EXIT_FAILURE;
1370 return exit_code;
665 sub_main(int *exit_code, int argc, const char *argv[], apr_pool_t *pool) argument
1337 int exit_code = EXIT_SUCCESS; local
[all...]
/freebsd-10-stable/crypto/heimdal/lib/roken/
H A Dresolve-test.c75 int optidx = 0, i, exit_code = 0; local
101 exit_code = 1;
184 return exit_code;
/freebsd-10-stable/crypto/heimdal/appl/telnet/telnet/
H A Dmain.c63 usage(int exit_code) argument
80 exit(exit_code);
/freebsd-10-stable/crypto/heimdal/lib/hx509/
H A Derror.c203 * @param exit_code exit() code from process.
212 hx509_err(hx509_context context, int exit_code, argument
226 errx(exit_code, "%s: %s", str, msg);
/freebsd-10-stable/contrib/subversion/subversion/svnbench/
H A Dsvnbench.c363 sub_main(int *exit_code, int argc, const char *argv[], apr_pool_t *pool)
406 *exit_code = EXIT_FAILURE;
427 *exit_code = EXIT_FAILURE;
714 *exit_code = EXIT_FAILURE;
733 *exit_code = EXIT_FAILURE;
767 *exit_code = EXIT_FAILURE;
983 int exit_code = EXIT_SUCCESS;
995 err = sub_main(&exit_code, argc, argv, pool);
1003 exit_code = EXIT_FAILURE;
1008 return exit_code;
359 sub_main(int *exit_code, int argc, const char *argv[], apr_pool_t *pool) argument
979 int exit_code = EXIT_SUCCESS; local
[all...]
/freebsd-10-stable/usr.bin/catman/
H A Dcatman.c71 static int exit_code; /* exit code to use when finished */ variable
290 exit_code = 1;
363 exit_code = 1;
373 exit_code = 1;
399 exit_code = 1;
477 exit_code = 1;
628 exit_code = 1;
642 exit_code = 1;
707 exit_code = 1;
818 exit(exit_code);
[all...]
/freebsd-10-stable/contrib/ncurses/progs/
H A Dtput.c130 exit_code(int token, int value) function
292 return exit_code(BOOLEAN, status);
295 return exit_code(NUMBER, 0);
350 return exit_code(STRING, 0);
352 return exit_code(STRING, 1);
/freebsd-10-stable/sys/boot/efi/libefi/
H A Dlibefi.c75 void exit(EFI_STATUS exit_code) argument
79 BS->Exit(IH, exit_code, 0, NULL);
/freebsd-10-stable/usr.bin/m4/
H A Dextern.h91 extern int exit_code;
/freebsd-10-stable/contrib/ntp/sntp/libopts/
H A Dproto.h102 option_exits(int exit_code);
H A Dmakeshell.c77 option_exits(int exit_code) argument
80 printf("\nexit %d\n", exit_code);
81 exit(exit_code);
H A Dusage.c54 print_usage_details(tOptions * opts, int exit_code);
337 * @param[in] exit_code whether or not there was a usage error reported.
341 print_usage_details(tOptions * opts, int exit_code) argument
364 if ( (exit_code != EXIT_SUCCESS)
373 prt_opt_usage(opts, exit_code, pOptTitle);
399 if (exit_code == EXIT_SUCCESS)
571 int exit_code = (usage_exit_code == AO_EXIT_REQ_USAGE) local
588 if (exit_code == EXIT_SUCCESS) {
614 if ((exit_code == EXIT_SUCCESS) ||
627 option_exits(exit_code);
[all...]
/freebsd-10-stable/contrib/ntp/ntpd/
H A Dntpd.c542 int exit_code; local
552 exit_code = (errno) ? errno : -1;
554 exit(exit_code);
558 exit_code = wait_child_sync_if(pipe_fds[0],
560 exit(exit_code);
767 int exit_code; local
919 exit_code = (errno) ? errno : -1;
922 exit(exit_code);
1525 int exit_code; local
1552 exit_code
[all...]
/freebsd-10-stable/contrib/subversion/subversion/svnmucc/
H A Dsvnmucc.c457 sub_main(int *exit_code, int argc, const char *argv[], apr_pool_t *pool) argument
541 *exit_code = EXIT_FAILURE;
930 *exit_code = EXIT_FAILURE;
952 int exit_code = EXIT_SUCCESS; local
964 err = sub_main(&exit_code, argc, argv, pool);
972 exit_code = EXIT_FAILURE;
977 return exit_code;
/freebsd-10-stable/contrib/subversion/subversion/svnrdump/
H A Dsvnrdump.c781 sub_main(int *exit_code, int argc, const char *argv[], apr_pool_t *pool)
851 *exit_code = EXIT_FAILURE;
976 *exit_code = EXIT_FAILURE;
996 *exit_code = EXIT_FAILURE;
1029 *exit_code = EXIT_FAILURE;
1060 *exit_code = EXIT_FAILURE;
1142 int exit_code = EXIT_SUCCESS;
1154 err = sub_main(&exit_code, argc, argv, pool);
1162 exit_code = EXIT_FAILURE;
1167 return exit_code;
779 sub_main(int *exit_code, int argc, const char *argv[], apr_pool_t *pool) argument
1140 int exit_code = EXIT_SUCCESS; local
[all...]
/freebsd-10-stable/contrib/subversion/subversion/svndumpfilter/
H A Dsvndumpfilter.c1326 sub_main(int *exit_code, int argc, const char *argv[], apr_pool_t *pool)
1349 *exit_code = EXIT_FAILURE;
1373 *exit_code = EXIT_FAILURE;
1416 *exit_code = EXIT_FAILURE;
1462 *exit_code = EXIT_FAILURE;
1481 *exit_code = EXIT_FAILURE;
1546 *exit_code = EXIT_FAILURE;
1579 *exit_code = EXIT_FAILURE;
1607 int exit_code = EXIT_SUCCESS;
1619 err = sub_main(&exit_code, arg
1322 sub_main(int *exit_code, int argc, const char *argv[], apr_pool_t *pool) argument
1603 int exit_code = EXIT_SUCCESS; local
[all...]
/freebsd-10-stable/crypto/heimdal/kdc/
H A Dhprop.c393 int type, exit_code; local
461 exit_code = dump_database (context, type, database, db);
463 exit_code = propagate_database (context, type, database,
473 return exit_code;
/freebsd-10-stable/usr.bin/makewhatis/
H A Dmakewhatis.c105 static int exit_code; /* exit code to use when finished */ variable
339 exit_code = 1;
354 exit_code = 1;
421 exit_code = 1;
707 exit_code = 1;
846 exit_code = 1;
915 exit_code = 1;
1048 exit(exit_code);
/freebsd-10-stable/sbin/rcorder/
H A Drcorder.c76 static int exit_code; variable
192 exit(exit_code);
633 exit_code = 1;
648 exit_code = 1;
718 was_set = exit_code = 1;
/freebsd-10-stable/contrib/subversion/subversion/svn/
H A Dsvn.c1861 sub_main(int *exit_code, int argc, const char *argv[], apr_pool_t *pool)
1918 *exit_code = EXIT_FAILURE;
1939 *exit_code = EXIT_FAILURE;
2500 *exit_code = EXIT_FAILURE;
2530 *exit_code = EXIT_FAILURE;
2564 *exit_code = EXIT_FAILURE;
3118 int exit_code = EXIT_SUCCESS;
3130 err = sub_main(&exit_code, argc, argv, pool);
3138 exit_code = EXIT_FAILURE;
3143 return exit_code;
1857 sub_main(int *exit_code, int argc, const char *argv[], apr_pool_t *pool) argument
3114 int exit_code = EXIT_SUCCESS; local
[all...]
/freebsd-10-stable/contrib/byacc/
H A Dmain.c104 int exit_code; variable
690 exit_code = EXIT_SUCCESS;
703 done(exit_code);

Completed in 147 milliseconds

12