| /freebsd/contrib/pam-krb5/tests/fakepam/ |
| H A D | config.c | 182 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 D | script.c | 83 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 D | t_exclopen.c | 59 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 D | cryptodev.c | 422 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 D | getgrouplist.c | 51 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 D | kerberos.c | 186 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 D | process.c | 140 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 D | libtap.sh | 207 bail () { function 245 mkdir "$tap_tmpdir" || bail "Error creating $tap_tmpdir"
|
| H A D | basic.c | 169 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 D | basic.h | 109 void bail(const char *format, ...)
|
| /freebsd/usr.bin/login/ |
| H A D | login.c | 78 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 D | fast-anon-t.c | 45 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 D | cache-t.c | 65 bail("cannot create Kerberos context"); in check_cache() 80 bail("cannot create krbtgt principal name"); in check_cache()
|
| /freebsd/sys/fs/udf/ |
| H A D | udf_vfsops.c | 323 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 D | kcf_spi.c | 71 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 D | vector-t.c | 45 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 D | fakepam-t.c | 71 bail("pam_getenvlist returned NULL"); in main() 103 bail("pam_getenvlist returned NULL"); in main()
|
| H A D | options-t.c | 170 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 D | logging-t.c | 109 bail("cannot create PAM argument struct"); in main()
|
| /freebsd/contrib/pam-krb5/tests/ |
| H A D | runtests.c | 800 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 D | sha2_mod.c | 605 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 D | sigint.orch | 7 -- If SIGINT isn't being ignored, we'll bail out somewhere in the process of
|
| /freebsd/sys/dev/bnxt/bnxt_re/ |
| H A D | qplib_sp.c | 114 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 D | fts-compat11.c | 1158 goto bail; in fts_safe_changedir() 1163 goto bail; in fts_safe_changedir() 1166 bail: in fts_safe_changedir()
|
| H A D | fts-compat.c | 1178 goto bail; in fts_safe_changedir() 1183 goto bail; in fts_safe_changedir() 1186 bail: in fts_safe_changedir()
|