Home
last modified time | relevance | path

Searched refs:fatal (Results 1 – 25 of 207) sorted by relevance

123456789

/dragonfly/crypto/openssh/
H A Duidswap.c88 fatal("getgroups: %.100s", strerror(errno)); in temporarily_use_uid()
93 fatal("getgroups: %.100s", strerror(errno)); in temporarily_use_uid()
102 fatal("initgroups: %s: %.100s", pw->pw_name, in temporarily_use_uid()
107 fatal("getgroups: %.100s", strerror(errno)); in temporarily_use_uid()
112 fatal("getgroups: %.100s", strerror(errno)); in temporarily_use_uid()
121 fatal("setgroups: %.100s", strerror(errno)); in temporarily_use_uid()
131 fatal("setegid %u: %.100s", (u_int)pw->pw_gid, in temporarily_use_uid()
134 fatal("seteuid %u: %.100s", (u_int)pw->pw_uid, in temporarily_use_uid()
172 fatal("setgroups: %.100s", strerror(errno)); in restore_uid()
189 fatal("permanently_set_uid: no user given"); in permanently_set_uid()
[all …]
H A Dauth-pam.c424 fatal("%s: buffer error: %s", in sshpam_thread_conv()
433 fatal("%s: buffer error: %s", in sshpam_thread_conv()
439 fatal("%s: buffer error: %s", in sshpam_thread_conv()
446 fatal("%s: buffer error: %s", in sshpam_thread_conv()
643 fatal("%s: buffer error: %s", in sshpam_store_conv()
906 fatal("%s: buffer error: %s", in sshpam_query()
915 fatal("Internal error: PAM auth " in sshpam_query()
1055 fatal("PAM: initialisation failed"); in start_pam()
1110 fatal("PAM: pam_setcred(): %s", in do_pam_setcred()
1190 fatal("PAM: pam_chauthtok(): %s", in do_pam_chauthtok()
[all …]
H A Dssh-keygen.c300 fatal("bad key type"); in ask_filename()
522 fatal("sshkey_new failed"); in do_convert_private_ssh2()
646 fatal("sshbuf_new failed"); in do_convert_from_ssh2()
703 fatal("sshkey_new failed"); in do_convert_from_pkcs8()
709 fatal("sshkey_new failed"); in do_convert_from_pkcs8()
802 fatal("key write failed"); in do_convert_from()
878 fatal("no pkcs11 support"); in do_download()
889 fatal("sshkey_new failed"); in try_read_key()
1724 fatal("no pkcs11 support"); in load_pkcs11_key()
2182 fatal("sshkey_new"); in do_show_cert()
[all …]
H A Dssh-keysign.c207 fatal("getpwuid failed"); in main()
224 fatal("ssh-keysign not enabled in %s", in main()
235 fatal("could not open any host key"); in main()
253 fatal("no hostkey found"); in main()
256 fatal("%s: sshbuf_new failed", __progname); in main()
258 fatal("%s: ssh_msg_recv failed", __progname); in main()
262 fatal("%s: bad version: received %d, expected %d", in main()
267 fatal("%s: bad fd = %d", __progname, fd); in main()
274 fatal("%s: not a valid request", __progname); in main()
288 fatal("%s: sshkey_fingerprint failed", __progname); in main()
[all …]
H A Dxmalloc.c39 fatal("xmalloc: zero size"); in xmalloc()
42 fatal("xmalloc: out of memory (allocating %zu bytes)", size); in xmalloc()
52 fatal("xcalloc: zero size"); in xcalloc()
54 fatal("xcalloc: nmemb * size > SIZE_MAX"); in xcalloc()
57 fatal("xcalloc: out of memory (allocating %zu bytes)", in xcalloc()
69 fatal("xreallocarray: out of memory (%zu elements of %zu bytes)", in xreallocarray()
81 fatal("xrecallocarray: out of memory (%zu elements of %zu bytes)", in xrecallocarray()
104 fatal("xvasprintf: could not allocate memory"); in xvasprintf()
H A Dservconf.c814 fatal("bad addr or host: %s (%s)", in add_one_listen_addr()
1150 fatal("Invalid Match localaddress " in match_cfg_line()
1360 fatal("%s line %d: too many ports.", in process_server_config_line_depth()
1389 fatal("%s line %d: missing address", in process_server_config_line_depth()
1406 fatal("%s line %d: bad port number", in process_server_config_line_depth()
1890 fatal("%s line %d: Subsystem '%s' " in process_server_config_line_depth()
1928 fatal("%s line %d: Invalid %s spec.", in process_server_config_line_depth()
1949 fatal("%s line %d: Invalid %s spec.", in process_server_config_line_depth()
2380 fatal("%s line %d: \"any\" must " in process_server_config_line_depth()
2400 fatal("%s line %d: no %s specified", in process_server_config_line_depth()
[all …]
H A Dcompat.c167 fatal("match_filter_denylist failed"); in compat_cipher_proposal()
170 fatal("No supported ciphers found"); in compat_cipher_proposal()
182 fatal("match_filter_denylist failed"); in compat_pkalg_proposal()
185 fatal("No supported PK algorithms found"); in compat_pkalg_proposal()
201 fatal("match_filter_denylist failed"); in compat_kex_proposal()
207 fatal("match_filter_denylist failed"); in compat_kex_proposal()
212 fatal("No supported key exchange algorithms found"); in compat_kex_proposal()
H A Dmoduli.c323 fatal("BN_new failed"); in gen_candidates()
330 fatal("BN_new failed"); in gen_candidates()
333 fatal("BN_rand failed"); in gen_candidates()
336 fatal("BN_copy: failed"); in gen_candidates()
341 fatal("BN_set_bit: failed"); in gen_candidates()
428 fatal("BN_add failed"); in gen_candidates()
601 fatal("BN_new failed"); in prime_test()
603 fatal("BN_new failed"); in prime_test()
667 fatal("BN_hex2bn failed"); in prime_test()
670 fatal("BN_lshift failed"); in prime_test()
[all …]
H A Dentropy.c75 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in rexec_send_rng_seed()
87 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in rexec_recv_rng_seed()
105 fatal("OpenSSL version mismatch. Built against %lx, you " in seed_rng()
114 fatal("Could not obtain seed from PRNGd"); in seed_rng()
120 fatal("PRNG is not seeded"); in seed_rng()
H A Dssh.c696 fatal("Couldn't allocate session state"); in main()
752 fatal("Cannot specify multiplexing " in main()
769 fatal("Invalid multiplex command."); in main()
862 fatal("Invalid -J argument"); in main()
900 fatal("stdio forward already specified"); in main()
1112 fatal("sshbuf_new failed"); in main()
1142 fatal("Can't specify both -y and -E"); in main()
1370 fatal("gethostname: %s", strerror(errno)); in main()
1631 fatal("Invalid IdentityAgent " in main()
1855 fatal("stdio forwarding failed"); in ssh_stdio_confirm()
[all …]
H A Dmonitor_wrap.c654 fatal("%s: sshbuf_new failed", __func__); in mm_start_pam()
674 fatal("%s: sshbuf_new failed", __func__); in mm_do_pam_account()
682 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in mm_do_pam_account()
700 fatal("%s: sshbuf_new failed", __func__); in mm_sshpam_init_ctx()
706 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in mm_sshpam_init_ctx()
726 fatal("%s: sshbuf_new failed", __func__); in mm_sshpam_query()
735 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in mm_sshpam_query()
761 fatal("%s: sshbuf_new failed", __func__); in mm_sshpam_respond()
787 fatal("%s: sshbuf_new failed", __func__); in mm_sshpam_free_ctx()
895 fatal("%s: sshbuf_new failed", __func__); in mm_audit_event()
[all …]
/dragonfly/sbin/newfs/
H A Dnewfs.c263 fatal("%s: bad sector size", optarg); in main()
283 fatal("%s: bad block size", optarg); in main()
317 fatal("%s: bad track skew", optarg); in main()
321 fatal("%s: bad interleave", optarg); in main()
371 fatal("%s: bad total tracks", optarg); in main()
471 fatal("%s is mounted on %s", in main()
486 fatal("null special file name"); in main()
530 fatal("%s: is unavailable", argv[0]); in main()
664 fatal("vfsload(mfs)"); in main()
669 fatal("mfs filesystem not available"); in main()
[all …]
/dragonfly/usr.sbin/watch/
H A Dwatch.c57 static void fatal(int, const char *);
143 fatal(int error, const char *buf) in fatal() function
247 fatal(EX_DATAERR, "bad device name"); in set_dev()
348 fatal(EX_UNAVAILABLE, "malloc failed"); in main()
360 fatal(EX_OSERR, "ioctl(FIONREAD)"); in main()
365 fatal(EX_IOERR, "read (stdin) failed"); in main()
385 fatal(EX_IOERR, "write failed"); in main()
397 fatal(EX_OSERR, "ioctl(FIONREAD)"); in main()
424 fatal(EX_UNAVAILABLE, "malloc failed"); in main()
435 fatal(EX_IOERR, "read failed"); in main()
[all …]
/dragonfly/usr.sbin/lpr/common_source/
H A Drmjob.c81 fatal(pp, "getprintcap: %s", pcaperr(i)); in rmjob()
101 fatal(pp, "The login name \"-all\" is reserved"); in rmjob()
108 fatal(pp, "cannot chdir to spool directory"); in rmjob()
110 fatal(pp, "cannot access spool directory"); in rmjob()
124 fatal(pp, "cannot kill printer daemon"); in rmjob()
137 fatal(pp, "cannot restart printer daemon\n"); in rmjob()
155 fatal(pp, "%s: %s", slockf, strerror(errno)); in lockchk()
193 fatal(pp, "cannot open %s", file); in process()
330 fatal(pp, "out of memory in rmremote()"); in rmremote()
345 fatal(pp, "out of memory in rmremote()"); in rmremote()
[all …]
/dragonfly/usr.bin/chat/
H A Dchat.c178 fatal(2, "memory error!"); in dup_mem()
327 fatal(1, "%s -- open failed: %m", chatfile); in do_file()
420 fatal(int code, const char *fmt, ...) in fatal() function
455 fatal(2, "SIGINT"); in sigint()
460 fatal(2, "SIGTERM"); in sigterm()
465 fatal(2, "SIGHUP"); in sighup()
486 fatal(2, "Can't get terminal parameters: %m"); in set_tty_parameters()
500 fatal(2, "Can't set terminal parameters: %m"); in set_tty_parameters()
901 fatal(2, "Too many ABORT strings"); in chat_send()
952 fatal(2, "Too many REPORT strings"); in chat_send()
[all …]
/dragonfly/sys/dev/acpica/Osd/
H A DOsdDebug.c72 ACPI_SIGNAL_FATAL_INFO *fatal; in AcpiOsSignal() local
76 fatal = (ACPI_SIGNAL_FATAL_INFO *)Info; in AcpiOsSignal()
78 fatal->Type, fatal->Code, fatal->Argument); in AcpiOsSignal()
/dragonfly/usr.bin/patch/
H A Dpatch.c168 fatal("out of memory\n"); in main()
177 fatal("cannot allocate memory"); in main()
183 fatal("cannot allocate memory"); in main()
189 fatal("cannot allocate memory"); in main()
195 fatal("cannot allocate memory"); in main()
320 fatal("lost hunk on alloc error!\n"); in main()
615 fatal("too many file arguments\n"); in get_some_switches()
636 fatal("argument for -r is too long\n"); in get_some_switches()
677 fatal("too many file arguments\n"); in get_some_switches()
1179 fatal("lost hunk on alloc error!\n"); in handle_creation()
[all …]
H A Dpch.c155 fatal("Internal memory allocation error\n"); in grow_hunkmax()
167 fatal("out of memory\n"); in grow_hunkmax()
485 fatal("Internal error: seek %lld>%lld\n", in skip_to()
493 fatal("Unexpected end of file\n"); in skip_to()
598 fatal("unexpected end of file in patch\n"); in another_hunk()
614 fatal("unexpected end of hunk " in another_hunk()
623 fatal("unexpected *** at line %ld: %s", in another_hunk()
979 fatal("unexpected end of file in patch\n"); in another_hunk()
1127 fatal("< expected at line %ld of patch\n", in another_hunk()
1166 fatal("> expected at line %ld of patch\n", in another_hunk()
[all …]
H A Dinp.c172 fatal("can't find %s\n", filename); in plan_a()
175 fatal("%s is not a normal file--can't patch\n", filename); in plan_a()
264 fatal("this file doesn't appear to be the " in plan_a()
272 fatal("aborted\n"); in plan_a()
303 fatal("out of memory\n"); in plan_b()
328 fatal("this file doesn't appear to be the " in plan_b()
336 fatal("aborted\n"); in plan_b()
348 fatal("out of memory\n"); in plan_b()
351 fatal("out of memory\n"); in plan_b()
/dragonfly/contrib/binutils-2.34/binutils/
H A Dar.c747 fatal (_("fatal error: libbfd ABI mismatch")); in main()
803 fatal (_("no operation specified")); in main()
821 fatal (_("missing position arg.")); in main()
829 fatal (_("`N' missing value.")); in main()
832 fatal (_("Value for `N' must be positive.")); in main()
848 fatal (_("`x' cannot be used on thin archives.")); in main()
1052 fatal (_("%s is not a valid archive"), in print_contents()
1059 fatal ("stdout: %s", strerror (errno)); in print_contents()
1156 fatal (_("%s is not a valid archive"), in extract_file()
1446 fatal (_("internal stat error on %s"), in replace_members()
[all …]
/dragonfly/usr.sbin/cron/crontab/
H A Dcrontab.c322 goto fatal;
331 goto fatal;
335 goto fatal;
367 goto fatal;
372 fatal: unlink(Filename);
396 goto fatal;
426 goto fatal;
430 goto fatal;
435 goto fatal;
439 goto fatal;
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgenhooks.c54 fatal ("Malformed @Fcode for hook %s\n", hook_name); in emit_findices()
128 fatal ("Couldn't open input file"); in emit_documentation()
145 fatal ("Duplicate placement for hook %s\n", shp->name); in emit_documentation()
163 fatal ("Duplicate hook %s\n", sh.name); in emit_documentation()
167 fatal ("No place specified to document hook %s\n", sh.name); in emit_documentation()
176 fatal ("Couldn't open input file"); in emit_documentation()
202 fatal ("No documentation for hook %s\n", sh.name); in emit_documentation()
314 fatal ("Unexpected nesting of %s\n", name); in emit_init_macros()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dgenhooks.c55 fatal ("Malformed @Fcode for hook %s\n", hook_name); in emit_findices()
130 fatal ("Couldn't open input file"); in emit_documentation()
147 fatal ("Duplicate placement for hook %s\n", shp->name); in emit_documentation()
165 fatal ("Duplicate hook %s\n", sh.name); in emit_documentation()
170 fatal ("No place specified to document hook %s\n", sh.name); in emit_documentation()
179 fatal ("Couldn't open input file"); in emit_documentation()
205 fatal ("No documentation for hook %s\n", sh.name); in emit_documentation()
317 fatal ("Unexpected nesting of %s\n", name); in emit_init_macros()
/dragonfly/contrib/binutils-2.27/binutils/
H A Dar.c764 fatal (_("no operation specified")); in main()
767 fatal (_("`u' is only meaningful with the `r' option.")); in main()
787 fatal (_("Value for `N' must be positive.")); in main()
801 fatal (_("`x' cannot be used on thin archives.")); in main()
848 fatal (_("internal error -- this option not implemented")); in main()
1005 fatal (_("%s is not a valid archive"), in print_contents()
1012 fatal ("stdout: %s", strerror (errno)); in print_contents()
1083 fatal (_("%s is not a valid archive"), in extract_file()
1106 fatal ("%s: %s", output_filename, strerror (errno)); in extract_file()
1379 fatal (_("internal stat error on %s"), in replace_members()
[all …]
/dragonfly/usr.sbin/lpr/lprm/
H A Dlprm.c98 fatal(0, "Who are you?"); in main()
100 fatal(0, "Your name is too long"); in main()
128 fatal(0, "Too many requests"); in main()
132 fatal(0, "Too many users"); in main()

123456789