Home
last modified time | relevance | path

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

12345678910>>...52

/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Dparsecpu.awk34 function fatal (m) { function
41 if (cpu_name != "") fatal("missing \"end cpu\"")
42 if (arch_name != "") fatal("missing \"end arch\"")
43 if (fpu_name != "") fatal("missing \"end fpu\"")
58 } else fatal("Unknown comment style: "style)
106 } else fatal("feature " bits[bit] " not declared")
225 fatal("unknown \"tune for\" target " cpu_tune_for[cpus[n]] \
267 fatal("Alias " aliases[alias] " target not defined " \
310 fatal("unknown arch " feats[1] " for cpu " cpus[n])
315 fatal("unknown feature " feats[m] " for architecture " feats[1])
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Dparsecpu.awk34 function fatal (m) { function
41 if (cpu_name != "") fatal("missing \"end cpu\"")
42 if (arch_name != "") fatal("missing \"end arch\"")
43 if (fpu_name != "") fatal("missing \"end fpu\"")
58 } else fatal("Unknown comment style: "style)
106 } else fatal("feature " bits[bit] " not declared")
225 fatal("unknown \"tune for\" target " cpu_tune_for[cpus[n]] \
267 fatal("Alias " aliases[alias] " target not defined " \
310 fatal("unknown arch " feats[1] " for cpu " cpus[n])
315 fatal("unknown feature " feats[m] " for architecture " feats[1])
[all …]
/netbsd-src/external/apache2/argon2/dist/phc-winner-argon2/src/
H A Drun.c66 static void fatal(const char *error) { in fatal() function
106 fatal("password missing"); in run()
111 fatal("salt missing"); in run()
116 fatal("salt is too long"); in run()
124 fatal("could not allocate memory for output"); in run()
131 fatal("could not allocate memory for hash"); in run()
138 fatal(argon2_error_message(result)); in run()
165 fatal(argon2_error_message(result)); in run()
197 fatal("no password read"); in main()
200 fatal("Provided password longer than supported in command line utility"); in main()
[all …]
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Duidswap.c71 fatal("getgroups: %.100s", strerror(errno)); in temporarily_use_uid()
76 fatal("initgroups: %s: %.100s", pw->pw_name, in temporarily_use_uid()
80 fatal("getgroups: %.100s", strerror(errno)); in temporarily_use_uid()
85 fatal("setgroups: %.100s", strerror(errno)); in temporarily_use_uid()
87 fatal("setegid %u: %.100s", (u_int)pw->pw_gid, in temporarily_use_uid()
90 fatal("seteuid %u: %.100s", (u_int)pw->pw_uid, in temporarily_use_uid()
106 fatal("restore_uid: temporarily_use_uid not effective"); in restore_uid()
110 fatal("seteuid %u: %.100s", (u_int)saved_euid, strerror(errno)); in restore_uid()
112 fatal("setgroups: %.100s", strerror(errno)); in restore_uid()
114 fatal("setegid %u: %.100s", (u_int)saved_egid, strerror(errno)); in restore_uid()
[all …]
H A Dauth-pam.c252 fatal("%s: waitpid: %s", __func__, strerror(errno)); in pthread_join()
308 fatal("PAM: sshpam_authctxt not initialized"); in sshpam_chauthtok_ruid()
310 fatal("%s: setreuid failed: %s", __func__, strerror(errno)); in sshpam_chauthtok_ruid()
313 fatal("%s: setreuid failed: %s", __func__, strerror(errno)); in sshpam_chauthtok_ruid()
327 fatal("%s: PAM authctxt not initialized", __func__); in sshpam_password_change_required()
359 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in import_environments()
361 fatal("%s: invalid PAM account status %u", __func__, n); in import_environments()
364 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in import_environments()
369 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in import_environments()
378 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in import_environments()
[all …]
H A Dssh-sk-helper.c72 fatal("%s: sshbuf_new failed", __progname); in reply_error()
75 fatal("%s: buffer error", __progname); in reply_error()
110 fatal("%s: trailing data in request", __progname); in process_sign()
115 fatal("%s: Unsupported key type %s", in process_sign()
132 fatal("%s: sshbuf_new failed", __progname); in process_sign()
160 fatal("%s: sshbuf_new failed", __progname); in process_enroll()
172 fatal("%s: trailing data in request", __progname); in process_enroll()
175 fatal("%s: bad type %u", __progname, type); in process_enroll()
191 fatal("%s: sshbuf_new failed", __progname); in process_enroll()
223 fatal("%s: sshbuf_new failed", __progname); in process_load_resident()
[all …]
H A Dssh-keysign.c189 fatal("%s: pledge: %s", __progname, strerror(errno)); in main()
213 fatal("getpwuid failed"); in main()
228 fatal("ssh-keysign not enabled in %s", in main()
233 fatal("%s: pledge: %s", __progname, strerror(errno)); in main()
241 fatal("could not open any host key"); in main()
263 fatal("no hostkey found"); in main()
266 fatal("%s: sshbuf_new failed", __progname); in main()
268 fatal("%s: ssh_msg_recv failed", __progname); in main()
272 fatal("%s: bad version: received %d, expected %d", in main()
277 fatal("%s: bad fd = %d", __progname, fd); 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()
/netbsd-src/external/mpl/bind/dist/bin/tools/
H A Dnamed-rrchecker.c69 fatal(const char *format, ...);
72 fatal(const char *format, ...) { in fatal() function
194 fatal("dns_name_fromstring: %s", in main()
209 fatal("extra data"); in main()
217 fatal("class value too big %lu", in main()
221 fatal("class %lu is a meta value", in main()
228 fatal("dns_rdataclass_fromtext: %s", in main()
232 fatal("class %.*s(%d) is a meta value", in main()
237 fatal("unexpected token %u", token.type); in main()
258 fatal("typ in main()
[all...]
/netbsd-src/external/bsd/ekermit/dist/
H A Dmain.c143 fatal(char *msg1, char *msg2, char *msg3) { /* Not to be called except */ in fatal() function
168 if (action) fatal("Conflicting actions",(char *)0,(char *)0); in doarg()
175 fatal("Conflicting actions",(char *)0,(char *)0); in doarg()
177 fatal("Invalid argument bundling after -s",(char *)0,(char *)0); in doarg()
191 fatal("File '",s,"' not found"); in doarg()
193 fatal("File '",s,"' not accessible"); in doarg()
198 fatal("Missing filename for -s",(char *)0,(char *)0); in doarg()
210 fatal("Invalid argument bundling",(char *)0,(char *)0); in doarg()
213 fatal("Missing option argument",(char *)0,(char *)0); in doarg()
217 fatal("Numeric argument required",(char *)0,(char *)0); in doarg()
[all …]
/netbsd-src/usr.sbin/mrouted/
H A Dcfparse.y34 static void fatal(const char *fmt, ...)
114 fatal("phyints must appear before tunnels");
124 fatal("%s is not a configured interface",
138 fatal("Tunnel local address %s is not mine",
143 fatal("ioctl SIOCGIFFLAGS on %s",ffr.ifr_name);
145 fatal("Tunnel local address %s is a loopback interface",
149 fatal("Tunnel remote address %s is one of mine",
157 fatal("Duplicate tunnel to %s",
161 fatal("Unnecessary tunnel to %s",
166 fatal("too many vifs");
[all …]
/netbsd-src/external/ibm-public/postfix/dist/src/postmap/
H A Dfail_test.ref1 postmap: fatal: table fail:aliases: query error: Application error
2 postmap: fatal: table fail:aliases: query error: Application error
3 postmap: fatal: table fail:aliases: query error: Application error
4 postmap: fatal: table fail:aliases: delete error: Application error
5 postmap: fatal: table fail:aliases: delete error: Application error
6 postmap: fatal: table fail:aliases: sequence error: Application error
7 postmap: fatal: table fail:aliases: write error: Application error
8 postmap: fatal: table fail:aliases: write error: Application error
/netbsd-src/external/ibm-public/postfix/dist/conf/
H A Dpostmulti-script44 fatal() { postlog -p fatal -t "$TAG" "$1"; exit 1; }
124 fatal "multi_instance_wrapper is empty, run 'postmulti -e init' first."
127 fatal "multi_instance_enable!=yes, run 'postmulti -e init' first."
142 fatal "'$config_directory' lacks a main.cf file"
144 fatal "'$config_directory' lacks a master.cf file"
148 fatal "Missing main.cf prototype: $meta_directory/main.cf.proto"
150 fatal "Missing master.cf prototype: $meta_directory/master.cf.proto"
246 fatal "Instance '$config_directory' is not stopped"
269 fatal "$config_directory/main.cf file not found"
272 fatal "Instance '$config_directory' is not stopped"
/netbsd-src/sys/arch/amd64/stand/prekern/
H A Delf.c154 fatal("elf_sym_lookup: symbol beyond table"); in elf_sym_lookup()
164 fatal("elf_sym_lookup: unknown start link set"); in elf_sym_lookup()
173 fatal("elf_sym_lookup: unknown stop link set"); in elf_sym_lookup()
179 fatal("elf_sym_lookup: external symbol"); in elf_sym_lookup()
182 fatal("elf_sym_lookup: st_shndx is malformed"); in elf_sym_lookup()
185 fatal("elf_sym_lookup: st_shndx not mappable"); in elf_sym_lookup()
188 fatal("elf_sym_lookup: zero value"); in elf_sym_lookup()
267 fatal("elf_apply_reloc: unexpected relocation type"); in elf_apply_reloc()
298 fatal("elf_build_head: wrong kernel ELF header"); in elf_build_head()
384 fatal("elf_build_info: shstrtab not found"); in elf_build_info()
[all …]
H A Dprekern.c55 void fatal(char *msg) in fatal() function
242 fatal("kernel returned: wrong API version"); in exec_kernel()
244 fatal("kernel returned: unknown value"); in exec_kernel()
260 fatal("init_prekern: unable to locate the kernel"); in init_prekern()
263 fatal("init_prekern: invalid kernpa_start"); in init_prekern()
266 fatal("init_prekern: kernpa_start not aligned"); in init_prekern()
269 fatal("init_prekern: kernpa_end not aligned"); in init_prekern()
272 fatal("init_prekern: kernpa_end >= kernpa_start"); in init_prekern()
279 fatal("init_prekern: physical space inside kernel"); in init_prekern()
315 fatal("init_prekern: unreachable!"); in init_prekern()
/netbsd-src/external/ibm-public/postfix/dist/src/postalias/
H A Dfail_test.ref1 postalias: fatal: table fail:aliases: query error: Application error
2 postalias: fatal: table fail:aliases: query error: Application error
3 postalias: fatal: table fail:aliases: delete error: Application error
4 postalias: fatal: table fail:aliases: delete error: Application error
5 postalias: fatal: table fail:aliases: sequence error: Application error
6 postalias: fatal: table fail:aliases: write error: Application error
7 postalias: fatal: table fail:aliases: write error: Application error
/netbsd-src/external/gpl3/autoconf/dist/lib/Autom4te/
H A DFileUtils.pm120 fatal "$file_name: no such file or directory"
143 or fatal "cannot stat $file: $!";
178 unlink ($from) || fatal "cannot remove $from: $!";
187 or fatal "cannot remove $from: $!";
195 or fatal "cannot backup $to: $!";
197 or fatal "cannot rename $from as $to: $!";
203 or fatal "cannot rename $from as $to: $!";
262 fatal "failed to run $command: $!" . $hint;
272 fatal ('',
280 fatal "$command terminated by signal: $signal";
[all …]
/netbsd-src/usr.bin/patch/
H A Dinp.c178 fatal("%s not found, -C mode, can't probe further\n", filename); in plan_a()
192 fatal("strdupping filename"); in plan_a()
215 fatal("file %s seems to be locked " in plan_a()
229 fatal("can't fork: %s\n", in plan_a()
234 fatal("can't open /dev/null: %s", in plan_a()
245 fatal("can't check out file %s: " in plan_a()
257 fatal("can't fork: %s\n", strerror(errno)); in plan_a()
268 fatal("can't check out file %s from RCS\n", in plan_a()
272 fatal("can't find %s\n", filename); in plan_a()
281 fatal("%s is not a normal file--can't patch\n", filename); in plan_a()
[all …]
/netbsd-src/lib/libc/citrus/
H A Dcitrus_lc_monetary.c142 goto fatal; in _citrus_LC_MONETARY_init_normal()
147 goto fatal; in _citrus_LC_MONETARY_init_normal()
151 goto fatal; in _citrus_LC_MONETARY_init_normal()
159 fatal: in _citrus_LC_MONETARY_init_normal()
181 goto fatal; in _citrus_LC_MONETARY_init_fallback()
186 goto fatal; in _citrus_LC_MONETARY_init_fallback()
190 goto fatal; in _citrus_LC_MONETARY_init_fallback()
193 goto fatal; in _citrus_LC_MONETARY_init_fallback()
198 goto fatal; in _citrus_LC_MONETARY_init_fallback()
208 fatal: in _citrus_LC_MONETARY_init_fallback()
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dcoffgrok.c107 fatal (_("Out of context scope change encountered")); in pop_scope()
130 fatal (_("Invalid section target index: %u"), i); in do_sections_p1()
187 fatal (_("Invalid section target index: %d"), i); in do_sections_p2()
190 fatal (_("Target section has insufficient relocs")); in do_sections_p2()
198 fatal (_("Symbol index %u encountered when there are no symbols"), idx); in do_sections_p2()
215 fatal ("Invalid symbol index: %d\n", i); in do_where()
273 fatal (_("Unrecognized symbol class: %d"), sym->n_sclass); in do_where()
351 fatal (_("Type entry %u does not have enough symbolic information"), i); in do_type()
354 fatal (_("Type entry %u does not refer to a symbol"), i); in do_type()
376 fatal (_("Section definition needs a section length")); in do_type()
[all …]
H A Dar.c513 fatal (_("two different operation options specified")); in decode_options()
549 fatal (_("libdeps specified more than once")); in decode_options()
758 fatal (_("fatal error: libbfd ABI mismatch")); in main()
814 fatal (_("no operation specified")); in main()
817 fatal (_("`u' is only meaningful with the `r' option.")); in main()
820 fatal (_("`u' is not meaningful with the `D' option.")); in main()
832 fatal (_("missing position arg.")); in main()
838 fatal (_("`N' is only meaningful with the `x' and `d' options.")); in main()
840 fatal (_("`N' missing value.")); in main()
843 fatal (_("Value for `N' must be positive.")); in main()
[all …]
/netbsd-src/external/bsd/unbound/dist/winrc/
H A Danchor-update.c58 static void fatal(const char* str) in fatal() function
74 fatal("ub_resolve failed"); in do_lookup()
79 if(!result->havedata) fatal("result has no data"); in do_lookup()
80 if(!result->secure) fatal("result is not secure"); in do_lookup()
93 fatal("fopen failed"); in do_print()
117 if(!ctx) fatal("ub_ctx_create failed"); in do_update()
121 fatal("ub_ctx_add_ta_file failed"); in do_update()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dcoffgrok.c107 fatal (_("Out of context scope change encountered")); in pop_scope()
130 fatal (_("Invalid section target index: %u"), i); in do_sections_p1()
187 fatal (_("Invalid section target index: %d"), i); in do_sections_p2()
190 fatal (_("Target section has insufficient relocs")); in do_sections_p2()
198 fatal (_("Symbol index %u encountered when there are no symbols"), idx); in do_sections_p2()
215 fatal ("Invalid symbol index: %d\n", i); in do_where()
273 fatal (_("Unrecognized symbol class: %d"), sym->n_sclass); in do_where()
351 fatal (_("Type entry %u does not have enough symbolic information"), i); in do_type()
354 fatal (_("Type entry %u does not refer to a symbol"), i); in do_type()
376 fatal (_("Section definition needs a section length")); in do_type()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DSSL_alert_type_string.pod38 A warning alert is sent, when a non-fatal error condition occurs. The
40 non-fatal errors are certificate errors ("certificate expired",
42 (The sending party may however decide to send a fatal error.) The
46 Several alert messages must be sent as fatal alert messages as specified
47 by the TLS RFC. A fatal alert always leads to a connection abort.
58 =item "F"/"fatal"
78 An inappropriate message was received. This alert is always fatal
85 MAC. This message is always fatal.
91 fatal.
97 parameters given the options available. This is a fatal error.
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DSSL_alert_type_string.pod38 A warning alert is sent, when a non-fatal error condition occurs. The
40 non-fatal errors are certificate errors ("certificate expired",
42 (The sending party may however decide to send a fatal error.) The
46 Several alert messages must be sent as fatal alert messages as specified
47 by the TLS RFC. A fatal alert always leads to a connection abort.
58 =item "F"/"fatal"
78 An inappropriate message was received. This alert is always fatal
85 MAC. This message is always fatal.
91 fatal.
97 parameters given the options available. This is a fatal error.
[all …]

12345678910>>...52