| /src/crypto/external/bsd/openssh/dist/ |
| uidswap.c | 71 fatal("getgroups: %.100s", strerror(errno)); 76 fatal("initgroups: %s: %.100s", pw->pw_name, 80 fatal("getgroups: %.100s", strerror(errno)); 85 fatal("setgroups: %.100s", strerror(errno)); 87 fatal("setegid %u: %.100s", (u_int)pw->pw_gid, 90 fatal("seteuid %u: %.100s", (u_int)pw->pw_uid, 106 fatal("restore_uid: temporarily_use_uid not effective"); 110 fatal("seteuid %u: %.100s", (u_int)saved_euid, strerror(errno)); 112 fatal("setgroups: %.100s", strerror(errno)); 114 fatal("setegid %u: %.100s", (u_int)saved_egid, strerror(errno)) [all...] |
| xmalloc.c | 8 * failure (they call fatal if they encounter an error). 39 fatal("xmalloc: zero size"); 42 fatal("xmalloc: out of memory (allocating %zu bytes)", size); 52 fatal("xcalloc: zero size"); 54 fatal("xcalloc: nmemb * size > SIZE_MAX"); 57 fatal("xcalloc: out of memory (allocating %zu bytes)", 69 fatal("xreallocarray: out of memory (%zu elements of %zu bytes)", 81 fatal("xrecallocarray: out of memory (%zu elements of %zu bytes)", 104 fatal("xvasprintf: could not allocate memory");
|
| /src/tests/crypto/libcrypto/idea/ |
| Makefile | 8 LDADD+= -Wl,--no-fatal-warnings
|
| /src/tests/crypto/libcrypto/mdc2/ |
| Makefile | 8 LDADD+= -Wl,--no-fatal-warnings
|
| /src/tests/crypto/libcrypto/rc5/ |
| Makefile | 8 LDADD+= -Wl,--no-fatal-warnings
|
| /src/sys/arch/atari/stand/tostools/libtos/ |
| xalloc.c | 40 fatal(-1, "Virtual memory exhausted"); 51 fatal(-1, "Virtual memory exhausted");
|
| /src/external/gpl3/gcc/dist/gcc/config/arm/ |
| parsecpu.awk | 34 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...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
| parsecpu.awk | 34 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...] |
| /src/external/apache2/argon2/dist/phc-winner-argon2/src/ |
| run.c | 66 static void fatal(const char *error) { function 106 fatal("password missing"); 111 fatal("salt missing"); 116 fatal("salt is too long"); 124 fatal("could not allocate memory for output"); 131 fatal("could not allocate memory for hash"); 138 fatal(argon2_error_message(result)); 165 fatal(argon2_error_message(result)); 197 fatal("no password read"); 200 fatal("Provided password longer than supported in command line utility") [all...] |
| /src/usr.bin/tail/ |
| misc.c | 66 xerr(int fatal, const char *fmt, ...) 73 if (fatal) 79 xerrx(int fatal, const char *fmt, ...) 86 if (fatal)
|
| extern.h | 46 void xerr(int fatal, const char *fmt, ...) __printflike(2, 3); 47 void xerrx(int fatal, const char *fmt, ...) __printflike(2, 3);
|
| /src/usr.sbin/dev_mkdb/ |
| Makefile | 12 LDFLAGS+= -Wl,--no-fatal-warnings
|
| /src/external/bsd/pdisk/dist/ |
| errors.h | 59 void fatal(int value, const char *fmt, ...) __dead __printflike(2, 3);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| errors.h | 20 /* warning, error, and fatal. These definitions are suitable for use 33 extern void fatal (const char *, ...) ATTRIBUTE_NORETURN ATTRIBUTE_PRINTF_1 ATTRIBUTE_COLD;
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| errors.h | 20 /* warning, error, and fatal. These definitions are suitable for use 33 extern void fatal (const char *, ...) ATTRIBUTE_NORETURN ATTRIBUTE_PRINTF_1 ATTRIBUTE_COLD;
|
| /src/sbin/newfs_lfs/ |
| extern.h | 37 void fatal(const char *fmt, ...)
|
| /src/external/mpl/bind/dist/bin/confgen/ |
| util.h | 31 fatal("%s: %s", name, isc_result_totext(result)); \ 42 fatal(const char *format, ...) ISC_FORMAT_PRINTF(1, 2);
|
| /src/external/mpl/bind/dist/bin/rndc/ |
| util.h | 31 fatal("%s: %s", name, isc_result_totext(result)); \ 42 fatal(const char *format, ...) ISC_FORMAT_PRINTF(1, 2);
|
| /src/external/mpl/bind/dist/bin/tools/ |
| named-rrchecker.c | 69 fatal(const char *format, ...); 72 fatal(const char *format, ...) { function 194 fatal("dns_name_fromstring: %s", 209 fatal("extra data"); 217 fatal("class value too big %lu", 221 fatal("class %lu is a meta value", 228 fatal("dns_rdataclass_fromtext: %s", 232 fatal("class %.*s(%d) is a meta value", 237 fatal("unexpected token %u", token.type); 258 fatal("type value too big %lu" [all...] |
| /src/external/bsd/unbound/dist/winrc/ |
| anchor-update.c | 57 /** fatal exit */ 58 static void fatal(const char* str) function 60 printf("fatal error: %s\n", str); 74 fatal("ub_resolve failed"); 79 if(!result->havedata) fatal("result has no data"); 80 if(!result->secure) fatal("result is not secure"); 93 fatal("fopen failed"); 117 if(!ctx) fatal("ub_ctx_create failed"); 121 fatal("ub_ctx_add_ta_file failed");
|
| /src/external/mpl/bind/dist/bin/dnssec/ |
| dnssec-keyfromlabel.c | 193 fatal("unknown flag '%s'", 201 fatal("cannot open directory %s: %s", directory, 220 fatal("-M range invalid"); 225 fatal("-M range invalid"); 235 fatal("-p must be followed by a number " 245 fatal("-v must be followed by a number"); 258 fatal("-P sync specified more than " 270 fatal("-P specified more than once"); 279 fatal("-A specified more than once"); 288 fatal("-R specified more than once") [all...] |
| dnssec-keygen.c | 289 fatal("invalid key name %s: %s", 295 fatal("unsupported algorithm: %s", algstr); 303 fatal("unsupported algorithm: %s", algstr); 323 fatal("algorithm %s is incompatible with NSEC3" 343 fatal("invalid type %s", ctx->type); 352 fatal("key size not specified (-b " 373 fatal("key size not specified (-b option)"); 381 fatal("Activation and publication dates " 399 fatal("Time until activation is shorter " 413 fatal("-S and -a cannot be used together") [all...] |
| /src/usr.bin/make/unit-tests/ |
| directive-include-fatal.exp | 1 make: directive-include-fatal.mk:14: Variable "UNDEF" is undefined 2 make: Fatal errors encountered -- cannot continue
|
| error.exp | 3 make: error.mk:11: this is fatal
|
| /src/usr.bin/patch/ |
| util.h | 39 void fatal(const char *, ...) __printflike(1, 2) __dead;
|