Searched refs:fatal (Results 1 - 25 of 344) sorted by relevance

1234567891011>>

/freebsd-9.3-release/share/examples/printing/
H A Dhpdf18 # Define a function to handle fatal errors: print the given message
22 fatal() {
42 ln -s /dev/fd/0 hpdf$$.dvi || fatal "Cannot symlink /dev/fd/0"
47 printf "\033&k2G" || fatal "Cannot initialize printer"
/freebsd-9.3-release/crypto/openssh/
H A Dxmalloc.c7 * failure (they call fatal if they encounter an error).
33 fatal("xmalloc: zero size");
36 fatal("xmalloc: out of memory (allocating %zu bytes)", size);
46 fatal("xcalloc: zero size");
48 fatal("xcalloc: nmemb * size > SIZE_T_MAX");
51 fatal("xcalloc: out of memory (allocating %zu bytes)",
63 fatal("xrealloc: zero size");
65 fatal("xrealloc: nmemb * size > SIZE_T_MAX");
71 fatal("xrealloc: out of memory (new_size %zu bytes)",
99 fatal("xasprint
[all...]
H A Dkexecdhc.c62 fatal("%s: EC_KEY_new_by_curve_name failed", __func__);
64 fatal("%s: EC_KEY_generate_key failed", __func__);
84 fatal("cannot decode server_host_key_blob");
86 fatal("type mismatch for decoded server_host_key_blob");
88 fatal("cannot verify server_host_key");
90 fatal("server_host_key verification failed");
94 fatal("%s: EC_POINT_new failed", __func__);
98 fatal("%s: invalid server public key", __func__);
113 fatal("%s: ECDH_compute_key failed", __func__);
119 fatal("
[all...]
H A Dsandbox-capsicum.c77 fatal("%s: setrlimit(RLIMIT_FSIZE, { 0, 0 }): %s",
81 fatal("%s: setrlimit(RLIMIT_NOFILE, { 0, 0 }): %s",
85 fatal("%s: setrlimit(RLIMIT_NPROC, { 0, 0 }): %s",
91 fatal("can't limit stdin: %m");
93 fatal("can't limit stdout: %m");
95 fatal("can't limit stderr: %m");
100 fatal("%s: failed to limit the network socket", __func__);
104 fatal("%s: failed to limit the logging socket", __func__);
106 fatal("%s: failed to enter capability mode", __func__);
H A Dfatal.c1 /* $OpenBSD: fatal.c,v 1.7 2006/08/03 03:34:42 deraadt Exp $ */
37 fatal(const char *fmt,...) function
H A Duidswap.c87 fatal("getgroups: %.100s", strerror(errno));
92 fatal("getgroups: %.100s", strerror(errno));
100 fatal("initgroups: %s: %.100s", pw->pw_name,
105 fatal("getgroups: %.100s", strerror(errno));
110 fatal("getgroups: %.100s", strerror(errno));
117 fatal("setgroups: %.100s", strerror(errno));
127 fatal("setegid %u: %.100s", (u_int)pw->pw_gid,
130 fatal("seteuid %u: %.100s", (u_int)pw->pw_uid,
143 fatal("setresuid %u: %.100s", (u_int)uid, strerror(errno));
149 fatal("
[all...]
H A Dkexdhc.c67 fatal("%s: Unexpected KEX type %d", __func__, kex->kex_type);
89 fatal("cannot decode server_host_key_blob");
91 fatal("type mismatch for decoded server_host_key_blob");
93 fatal("cannot verify server_host_key");
95 fatal("server_host_key verification failed");
99 fatal("dh_server_pub == NULL");
119 fatal("DH_compute_key: failed");
124 fatal("kexdh_client: BN_new failed");
126 fatal("kexdh_client: BN_bin2bn failed");
147 fatal("key_verif
[all...]
H A Drsa.c81 fatal("rsa_public_encrypt() exponent too small or not odd");
92 fatal("rsa_public_encrypt() failed");
95 fatal("rsa_public_encrypt: BN_bin2bn failed");
121 fatal("rsa_private_decrypt: BN_bin2bn failed");
138 fatal("rsa_generate_additional_parameters: BN_new failed");
140 fatal("rsa_generate_additional_parameters: BN_CTX_new failed");
146 fatal("rsa_generate_additional_parameters: BN_sub/mod failed");
H A Dkexgexc.c93 fatal("BN_new");
96 fatal("BN_new");
101 fatal("DH_GEX group out of range: %d !< %d !< %d",
127 fatal("cannot decode server_host_key_blob");
129 fatal("type mismatch for decoded server_host_key_blob");
131 fatal("cannot verify server_host_key");
133 fatal("server_host_key verification failed");
137 fatal("dh_server_pub == NULL");
157 fatal("DH_compute_key: failed");
162 fatal("kexgex_clien
[all...]
H A Dsshconnect.h64 fatal("PRIV_START: seteuid: %s", \
72 fatal("PRIV_END: seteuid: %s", \
H A Dsandbox-systrace.c101 fatal("%s: kill(%d, SIGSTOP)", __func__, getpid());
121 fatal("%s: child terminated with signal %d",
124 fatal("%s: child exited with status %d",
126 fatal("%s: child not stopped", __func__);
133 fatal("%s: open(\"/dev/systrace\"): %s", __func__,
136 fatal("%s: ioctl(STRIOCCLONE, %d): %s", __func__,
141 fatal("%s: ioctl(%d, STRIOCATTACH, %d): %s", __func__,
149 fatal("%s: ioctl(%d, STRIOCPOLICY (new)): %s", __func__,
155 fatal("%s: ioctl(%d, STRIOCPOLICY (assign)): %s",
174 fatal("
[all...]
/freebsd-9.3-release/tools/regression/atm/
H A DFuncs.sh4 fatal() { function
26 fatal "Usage: $0 [-qu] [-b <localbase>]"
48 fatal "Atmsupport package not installed. \
/freebsd-9.3-release/contrib/gcc/
H A Derrors.h22 /* warning, error, and fatal. These definitions are suitable for use
39 extern void fatal (const char *, ...) ATTRIBUTE_NORETURN ATTRIBUTE_PRINTF_1;
H A Dcollect2.h46 extern void fatal (const char *, ...) ATTRIBUTE_PRINTF_1 ATTRIBUTE_NORETURN;
/freebsd-9.3-release/contrib/bind9/bin/confgen/
H A Dutil.h36 fatal("%s: %s", name, isc_result_totext(result)); \
47 fatal(const char *format, ...)
/freebsd-9.3-release/contrib/bind9/bin/rndc/
H A Dutil.h37 fatal("%s: %s", name, isc_result_totext(result)); \
48 fatal(const char *format, ...)
/freebsd-9.3-release/gnu/usr.bin/patch/
H A Dutil.h21 #define fatal1 fatal
22 #define fatal2 fatal
23 #define fatal3 fatal
24 #define fatal4 fatal
42 #define fatal1(a) fatal(a, 0, 0, 0)
43 #define fatal2(a,b) fatal(a, (b)==(b), 0, 0)
44 #define fatal3(a,b,c) fatal(a, (b)==(b), (c)==(c), 0)
45 #define fatal4(a,b,c,d) fatal(a, (b)==(b), (c)==(c), (d)==(d))
61 #define fatal1(a) fatal(a, Nullch, Nullch, Nullch)
62 #define fatal2(a,b) fatal(
[all...]
/freebsd-9.3-release/contrib/sendmail/libsm/
H A Db-strl.c36 fatal(str) function
114 fatal("gettimeofday");
120 fatal("gettimeofday");
125 fatal("gettimeofday");
131 fatal("gettimeofday");
155 fatal("gettimeofday");
161 fatal("gettimeofday");
166 fatal("gettimeofday");
172 fatal("gettimeofday");
/freebsd-9.3-release/sys/dev/acpica/Osd/
H A DOsdDebug.c73 ACPI_SIGNAL_FATAL_INFO *fatal; local
77 fatal = (ACPI_SIGNAL_FATAL_INFO *)Info;
78 printf("ACPI fatal signal, type 0x%x code 0x%x argument 0x%x",
79 fatal->Type, fatal->Code, fatal->Argument);
/freebsd-9.3-release/contrib/bind9/bin/dnssec/
H A Ddnssec-keygen.c296 fatal("-b requires a non-negative number");
307 fatal("-d requires a non-negative number");
324 fatal("unknown flag '%s'",
331 fatal("-g requires a positive number");
337 fatal("cannot open directory %s: %s",
341 fatal("The -k option has been deprecated.\n"
360 fatal("-p must be followed by a number "
373 fatal("-s must be followed by a number "
384 fatal("unknown type '%s'",
394 fatal("
[all...]
H A Ddnssec-keyfromlabel.c196 fatal("unknown flag '%s'",
203 fatal("cannot open directory %s: %s",
225 fatal("-p must be followed by a number "
234 fatal("-v must be followed by a number");
244 fatal("-P specified more than once");
256 fatal("-A specified more than once");
268 fatal("-R specified more than once");
280 fatal("-I specified more than once");
292 fatal("-D specified more than once");
325 fatal("coul
[all...]
H A Ddnssec-settime.c164 fatal("Out of memory");
234 fatal("Failed to allocate memory for "
248 fatal("-v must be followed by a number");
252 fatal("-P specified more than once");
265 fatal("-A specified more than once");
278 fatal("-R specified more than once");
291 fatal("-I specified more than once");
304 fatal("-D specified more than once");
338 fatal("The key file name was not specified");
340 fatal("Extraneou
[all...]
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Dxm-djgpp.h62 fatal ("environment variable DJGPP not defined"); \
64 fatal ("environment variable DJGPP points to missing file '%s'", \
67 fatal ("environment variable DJGPP points to corrupt file '%s'", \
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dport-irix.c61 fatal("Failed to create job container: %.100s",
67 fatal("Failed to set up new array session: %.100s",
77 fatal("Failed to initialize project %d for %s: %.100s",
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/baddof/
H A Dbaddof.c37 fatal(char *fmt, ...) function
104 fatal("couldn't open DTrace pseudo device");
164 fatal("expected D script as argument\n");
167 fatal("couldn't open %s", filename);
173 fatal("cannot open dtrace library: %s\n",
181 fatal("failed to compile script %s: %s\n", filename,
189 fatal("could not allocate copy of %d bytes", len);
199 fatal("couldn't open DTrace pseudo device");

Completed in 129 milliseconds

1234567891011>>