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

1234567891011>>

/freebsd-11-stable/crypto/openssh/regress/
H A Dlimit-keytype.sh14 fatal "ssh-keygen failed"
18 fatal "ssh-keygen failed"
20 fatal "ssh-keygen failed"
22 fatal "ssh-keygen failed"
24 fatal "ssh-keygen failed"
27 fatal "couldn't sign user_key1"
57 ${SSH} $certopts proxy true || fatal "cert failed"
58 ${SSH} $opts -i $OBJ/user_key1 proxy true || fatal "key1 failed"
59 ${SSH} $opts -i $OBJ/user_key2 proxy true || fatal "key2 failed"
64 ${SSH} $certopts proxy true && fatal "cer
[all...]
H A Dkrl.sh19 fatal "$SSHKEYGEN CA failed"
21 fatal "$SSHKEYGEN CA2 failed"
65 || fatal "$SSHKEYGEN failed"
68 || fatal "$SSHKEYGEN sign failed"
91 >/dev/null || fatal "$SSHKEYGEN KRL failed"
93 >/dev/null || fatal "$SSHKEYGEN KRL failed"
95 >/dev/null || fatal "$SSHKEYGEN KRL failed"
97 >/dev/null || fatal "$SSHKEYGEN KRL failed"
99 >/dev/null || fatal "$SSHKEYGEN KRL failed"
102 >/dev/null 2>&1 && fatal "
[all...]
H A Dcert-file.sh11 fatal "ssh-keygen failed"
13 fatal "ssh-keygen failed"
17 fatal "ssh-keygen failed"
19 fatal "ssh-keygen failed"
21 fatal "ssh-keygen failed"
23 fatal "ssh-keygen failed"
25 fatal "ssh-keygen failed"
31 fatal "couldn't sign user_key1 with user_ca_key1"
35 fatal "couldn't sign user_key1 with user_ca_key2"
39 fatal "could
[all...]
/freebsd-11-stable/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-11-stable/crypto/openssh/
H A Dplatform-tracing.c39 fatal("unable to make the process undumpable");
44 fatal("unable to make the process untraceable");
49 fatal("unable to set PT_DENY_ATTACH");
H A Dssh-keysign.c87 fatal("%s: sshbuf_from failed", __func__);
91 fatal("%s: buffer error: %s", __func__, ssh_err(r));
96 fatal("%s: buffer error: %s", __func__, ssh_err(r));
102 fatal("%s: buffer error: %s", __func__, ssh_err(r));
106 fatal("%s: buffer error: %s", __func__, ssh_err(r));
113 fatal("%s: buffer error: %s", __func__, ssh_err(r));
121 fatal("%s: buffer error: %s", __func__, ssh_err(r));
136 fatal("%s: buffer error: %s", __func__, ssh_err(r));
148 fatal("%s: buffer error: %s", __func__, ssh_err(r));
187 fatal("
[all...]
H A Dxmalloc.c7 * failure (they call fatal if they encounter an error).
45 fatal("xmalloc: zero size");
48 fatal("xmalloc: out of memory (allocating %zu bytes)", size);
58 fatal("xcalloc: zero size");
60 fatal("xcalloc: nmemb * size > SIZE_MAX");
63 fatal("xcalloc: out of memory (allocating %zu bytes)",
75 fatal("xreallocarray: out of memory (%zu elements of %zu bytes)",
103 fatal("xasprintf: could not allocate memory");
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 Dbuffer.c35 fatal("%s: %s", __func__, ssh_err(ret));
45 fatal("%s: %s", __func__, ssh_err(ret));
58 fatal("%s: %s", __func__, ssh_err(ret));
77 fatal("%s: buffer error", __func__);
89 fatal("%s: %s", __func__, ssh_err(ret));
96 fatal("%s: buffer error", __func__);
108 fatal("%s: %s", __func__, ssh_err(ret));
115 fatal("%s: buffer error", __func__);
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));
155 fatal("
[all...]
H A Dbufaux.c46 fatal("%s: buffer error", __func__);
69 fatal("%s: buffer error", __func__);
92 fatal("%s: buffer error", __func__);
103 fatal("%s: %s", __func__, ssh_err(ret));
112 fatal("%s: %s", __func__, ssh_err(ret));
121 fatal("%s: %s", __func__, ssh_err(ret));
146 fatal("%s: buffer error", __func__);
172 fatal("%s: buffer error", __func__);
198 fatal("%s: buffer error", __func__);
208 fatal("
[all...]
H A Dopacket.c19 fatal("%s: %s", __func__, ssh_err(r));
29 fatal("%s: %s", __func__, ssh_err(r));
38 fatal("%s: %s", __func__, ssh_err(r));
47 fatal("%s: %s", __func__, ssh_err(r));
56 fatal("%s: %s", __func__, ssh_err(r));
65 fatal("%s: %s", __func__, ssh_err(r));
74 fatal("%s: %s", __func__, ssh_err(r));
84 fatal("%s: %s", __func__, ssh_err(r));
95 fatal("%s: %s", __func__, ssh_err(r));
106 fatal("
[all...]
H A Dssh-keygen.c200 fatal("unknown key type %s", key_type_name);
219 fatal("key bits exceeds maximum %d", maxbits);
221 fatal("DSA keys must be 1024 bits");
223 fatal("Key must at least be 1024 bits");
225 fatal("Invalid ECDSA key length - valid lengths are "
262 fatal("bad key type");
287 fatal("Load key \"%s\": %s", filename, ssh_err(r));
296 fatal("Load key \"%s\": %s", filename, ssh_err(r));
315 fatal("version 1 keys are not supported");
317 fatal("key_to_blo
[all...]
H A Dauth-sia.c92 fatal("sia_ses_init failed");
96 fatal("sia_make_entity_pwd failed");
101 fatal("Couldn't establish session for %s from %s",
105 fatal("Couldn't launch session for %s from %s",
/freebsd-11-stable/tools/regression/atm/
H A DFuncs.sh4 fatal() { function
26 fatal "Usage: $0 [-qu] [-b <localbase>]"
48 fatal "Atmsupport package not installed. \
/freebsd-11-stable/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-11-stable/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-11-stable/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-11-stable/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-11-stable/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-11-stable/contrib/bmake/unit-tests/
H A Derror.exp3 make: "error.mk" line 5: this is fatal
/freebsd-11-stable/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");
/freebsd-11-stable/contrib/groff/src/libs/libgroff/
H A Dptable.cpp50 fatal("cannot expand table");

Completed in 346 milliseconds

1234567891011>>