Home
last modified time | relevance | path

Searched refs:bail (Results 1 – 25 of 57) sorted by relevance

123

/freebsd/contrib/pam-krb5/tests/fakepam/
H A Dconfig.c182 bail("script line too long"); in readline()
208 bail("unrecognized PAM call %s", name); in string_to_call()
224 bail("unrecognized PAM flag %s", name); in string_to_flag()
240 bail("unrecognized PAM group %s", name); in string_to_group()
256 bail("unrecognized syslog priority %s", name); in string_to_priority()
270 bail("no PAM status on line"); in string_to_status()
274 bail("unrecognized PAM status %s", name); in string_to_status()
290 bail("unrecognized PAM prompt style %s", name); in string_to_style()
345 bail("new password not set"); in expand_string()
350 bail("password not set"); in expand_string()
[all …]
H A Dscript.c83 bail("invalid regex /%s/: %s", wanted, err); in like()
100 bail("regexec failed for regex /%s/: %s", wanted, err); in like()
283 bail("cannot find PAM script %s", file); in run_script()
/freebsd/contrib/sendmail/test/
H A Dt_exclopen.c59 bail(status) in bail() function
81 bail(1);
88 bail(1);
98 bail(1);
102 bail(0);
108 bail(2);
112 bail(1);
/freebsd/sys/opencrypto/
H A Dcryptodev.c422 goto bail; in cse_create()
430 goto bail; in cse_create()
441 goto bail; in cse_create()
452 goto bail; in cse_create()
468 goto bail; in cse_create()
477 goto bail; in cse_create()
487 goto bail; in cse_create()
493 goto bail; in cse_create()
529 bail: in cse_create()
678 goto bail; in cryptodev_op()
[all …]
/freebsd/crypto/openssh/openbsd-compat/
H A Dgetgrouplist.c51 int bail; in getgrouplist() local
73 for (bail = 0, i = 0; bail == 0 && i < ngroups; i++) in getgrouplist()
75 bail = 1; in getgrouplist()
76 if (bail) in getgrouplist()
/freebsd/contrib/pam-krb5/tests/tap/
H A Dkerberos.c186 bail("cannot read %s", path); in kerberos_kinit()
189 bail("no newline in %s", path); in kerberos_kinit()
202 bail("cannot get Kerberos tickets"); in kerberos_kinit()
332 bail("cannot read %s", path); in kerberos_setup()
334 bail("no newline in %s", path); in kerberos_setup()
338 bail("cannot read password from %s", path); in kerberos_setup()
341 bail("password too long in %s", path); in kerberos_setup()
353 bail("test principal has no realm"); in kerberos_setup()
368 bail("cannot read %s", path); in kerberos_setup()
370 bail("no newline in %s", path); in kerberos_setup()
[all …]
H A Dprocess.c140 bail("maximum output size exceeded in run_child_function"); in run_child_function()
221 bail("%s", output); in run_setup()
223 bail("setup command failed with no output"); in run_setup()
309 bail("child process %lu did not exit on SIGTERM", pid); in process_kill()
386 bail("cannot read PID from %s", path); in read_pidfile()
483 bail("cannot start %s", argv[0]); in process_start_internal()
H A Dlibtap.sh207 bail () { function
245 mkdir "$tap_tmpdir" || bail "Error creating $tap_tmpdir"
H A Dbasic.c169 bail("strings too long in concat"); in concat()
667 bail(const char *format, ...) in bail() function
861 bail("reallocarray too large"); in breallocarray()
H A Dbasic.h109 void bail(const char *format, ...)
/freebsd/usr.bin/login/
H A Dlogin.c78 static void bail(int, int);
189 bail(NO_SLEEP_EXIT, 0); in main()
301 bail(NO_SLEEP_EXIT, 1); in main()
309 bail(NO_SLEEP_EXIT, 1); in main()
317 bail(NO_SLEEP_EXIT, 1); in main()
368 bail(SLEEP_EXIT, 1); in main()
402 bail(NO_SLEEP_EXIT, 1); in main()
434 bail(SLEEP_EXIT, 1); in main()
450 bail(SLEEP_EXIT, 1); in main()
456 bail(SLEEP_EXIT, 1); in main()
[all …]
/freebsd/contrib/pam-krb5/tests/module/
H A Dfast-anon-t.c45 bail("cannot initialize Kerberos"); in anon_fast_works()
48 bail("cannot get default realm"); in anon_fast_works()
54 bail("cannot construct anonymous principal"); in anon_fast_works()
61 bail("cannot create credential options"); in anon_fast_works()
H A Dcache-t.c65 bail("cannot create Kerberos context"); in check_cache()
80 bail("cannot create krbtgt principal name"); in check_cache()
/freebsd/sys/fs/udf/
H A Dudf_vfsops.c323 goto bail; in udf_mountfs()
338 goto bail; in udf_mountfs()
367 goto bail; in udf_mountfs()
379 goto bail; in udf_mountfs()
381 goto bail; in udf_mountfs()
399 goto bail; in udf_mountfs()
407 goto bail; in udf_mountfs()
433 goto bail; in udf_mountfs()
439 goto bail; in udf_mountfs()
450 goto bail; in udf_mountfs()
[all …]
/freebsd/sys/contrib/openzfs/module/icp/spi/
H A Dkcf_spi.c71 goto bail; in crypto_register_provider()
79 goto bail; in crypto_register_provider()
96 bail: in crypto_register_provider()
/freebsd/contrib/pam-krb5/tests/pam-util/
H A Dvector-t.c45 bail("vector_new returned NULL"); in main()
67 bail("vector_copy returned NULL"); in main()
96 bail("vector_split_multi returned NULL"); in main()
H A Dfakepam-t.c71 bail("pam_getenvlist returned NULL"); in main()
103 bail("pam_getenvlist returned NULL"); in main()
H A Doptions-t.c170 bail("cannot create PAM argument struct"); in main()
337 bail("cannot find data/krb5-pam.conf"); in main()
343 bail("cannot parse test krb5.conf file"); in main()
365 bail("cannot parse test krb5.conf file"); in main()
H A Dlogging-t.c109 bail("cannot create PAM argument struct"); in main()
/freebsd/contrib/pam-krb5/tests/
H A Druntests.c800 const char *bail; in test_checkline() local
807 bail = strstr(line, "Bail out!"); in test_checkline()
808 if (bail != NULL) { in test_checkline()
809 bail = skip_whitespace(bail + strlen("Bail out!")); in test_checkline()
810 if (*bail != '\0') { in test_checkline()
813 length = strlen(bail); in test_checkline()
814 if (bail[length - 1] == '\n') in test_checkline()
818 printf("ABORTED (%.*s)\n", (int) length, bail); in test_checkline()
/freebsd/sys/contrib/openzfs/module/icp/io/
H A Dsha2_mod.c605 goto bail; in sha2_mac_atomic()
651 bail: in sha2_mac_atomic()
706 goto bail; in sha2_mac_verify_atomic()
713 goto bail; in sha2_mac_verify_atomic()
792 bail: in sha2_mac_verify_atomic()
/freebsd/usr.bin/tee/tests/
H A Dsigint.orch7 -- If SIGINT isn't being ignored, we'll bail out somewhere in the process of
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dqplib_sp.c114 goto bail; in bnxt_qplib_get_dev_attr()
204 bail: in bnxt_qplib_get_dev_attr()
1057 goto bail; in bnxt_qplib_get_roce_error_stats()
1113 bail: in bnxt_qplib_get_roce_error_stats()
1200 goto bail; in bnxt_qplib_qext_stat()
1232 bail: in bnxt_qplib_qext_stat()
/freebsd/lib/libc/gen/
H A Dfts-compat11.c1158 goto bail; in fts_safe_changedir()
1163 goto bail; in fts_safe_changedir()
1166 bail: in fts_safe_changedir()
H A Dfts-compat.c1178 goto bail; in fts_safe_changedir()
1183 goto bail; in fts_safe_changedir()
1186 bail: in fts_safe_changedir()

123