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

1234567891011>>

/openbsd-current/usr.sbin/npppd/npppd/
H A Dlog.h30 void fatal (const char *);
/openbsd-current/regress/lib/libcrypto/pkcs7/
H A Dpkcs7test.c103 fatal(const char *msg) function
148 fatal("cipher");
152 fatal("sk_X509_new_null");
156 fatal("BIO_new_mem_buf certificate");
160 fatal("PEM_read_bio_X509_AUX");
165 fatal("X509_STORE_new");
170 fatal("BIO_new_mem_buf private_key");
174 fatal("PEM_read_bio_PrivateKey");
178 fatal("BIO_new_mem_buf message");
184 fatal("BIO_rese
[all...]
/openbsd-current/usr.bin/cvs/
H A Dxmalloc.c7 * failure (they call fatal if they encounter an error).
32 fatal("xmalloc: zero size");
35 fatal("xmalloc: allocating %zu bytes: %s",
46 fatal("xcalloc: zero size");
49 fatal("xcalloc: allocating %zu * %zu bytes: %s",
60 fatal("xreallocarray: zero size");
63 fatal("xreallocarray: allocating %zu * %zu bytes: %s",
74 fatal("xstrdup: %s", strerror(errno));
89 fatal("xasprintf: %s", strerror(errno));
101 fatal("xsnprint
[all...]
H A Dserver.c99 fatal("server does not take any extra arguments");
116 fatal("failed to create temporary server directory: %s, %s",
120 fatal("failed to change directory to '%s'", cvs_server_path);
130 fatal("request '%s' is not supported by our server",
134 fatal("opencvs server does not support '%s'", cmd);
137 fatal("`%s' needs a directory to be sent with "
158 fatal("cvs_server_send_response: could not allocate memory");
169 fatal("Missing argument for Root");
175 fatal("Invalid Root specified!");
190 fatal("Missin
[all...]
H A Droot.c80 fatal("failed to parse CVSROOT: unterminated method");
91 fatal("cvsroot_parse: unknown method `%s'", sp);
96 fatal("no path specification in CVSROOT");
108 fatal("missing host/path delimiter in CVSROOT");
136 fatal("port specification in CVSROOT is %s", errstr);
191 fatal("cvsroot_get: fopen: `%s': %s",
197 fatal("cvsroot_get: fgets: `%s'", CVS_PATH_ROOTSPEC);
212 fatal("cvsroot_is_local: no CVSROOT");
221 fatal("cvsroot_is_remote: no CVSROOT");
H A Dremote.c79 fatal("failed to write to log file");
99 fatal("received signal %d", sig_received);
106 fatal("the connection has been closed by the server");
122 fatal("failed to write to log file");
147 fatal("error receiving file");
150 fatal("failed to write %zu bytes", nread);
155 fatal("failed to write to log file");
178 fatal("cvs_remote_send_file: dup: %s", strerror(errno));
181 fatal("cvs_remote_send_file: %s: lseek: %s", path,
185 fatal("cvs_remote_send_fil
[all...]
H A Dclient.c179 fatal("client_check_directory: truncation");
181 fatal("client_check_directory: overflow");
184 fatal("client_check_directory: truncation");
186 fatal("client_check_directory: overflow");
209 fatal("cvs_client_connect: I was already connected to server");
216 fatal("the specified connection method is not supported");
222 fatal("cvs_client_connect: %s", strerror(errno));
224 fatal("cvs_client_connect: %s", strerror(errno));
228 fatal("cvs_client_connect: fork failed: %s", strerror(errno));
231 fatal("cvs_client_connec
[all...]
H A Dutil.c103 fatal("cvs_strtomode: string truncation");
116 fatal("failed to scan mode string `%s'", sp);
133 fatal("invalid permission bit `%c'", *sp);
166 fatal("cvs_modetostr: overflow for user mode");
169 fatal("cvs_modetostr: string truncation");
175 fatal("cvs_modetostr: string truncation");
180 fatal("cvs_modetostr: overflow for group mode");
183 fatal("cvs_modetostr: string truncation");
189 fatal("cvs_modetostr: string truncation");
194 fatal("cvs_modetost
[all...]
H A Dversion.c36 fatal("version does not take any extra arguments");
/openbsd-current/usr.bin/ssh/
H A Duidswap.c67 fatal("getgroups: %.100s", strerror(errno));
72 fatal("initgroups: %s: %.100s", pw->pw_name,
76 fatal("getgroups: %.100s", strerror(errno));
81 fatal("setgroups: %.100s", strerror(errno));
83 fatal("setegid %u: %.100s", (u_int)pw->pw_gid,
86 fatal("seteuid %u: %.100s", (u_int)pw->pw_uid,
102 fatal("restore_uid: temporarily_use_uid not effective");
106 fatal("seteuid %u: %.100s", (u_int)saved_euid, strerror(errno));
108 fatal("setgroups: %.100s", strerror(errno));
110 fatal("setegi
[all...]
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_MAX");
51 fatal("xcalloc: out of memory (allocating %zu bytes)",
63 fatal("xreallocarray: out of memory (%zu elements of %zu bytes)",
75 fatal("xrecallocarray: out of memory (%zu elements of %zu bytes)",
98 fatal("xvasprintf: could not allocate memory");
/openbsd-current/regress/usr.bin/ssh/
H A Dlimit-keytype.sh28 fatal "ssh-keygen failed"
32 fatal "ssh-keygen failed"
34 fatal "ssh-keygen failed"
36 fatal "ssh-keygen failed"
38 fatal "ssh-keygen failed"
40 fatal "ssh-keygen failed"
42 fatal "ssh-keygen failed"
45 fatal "couldn't sign user_key1"
88 ${SSH} $certopts proxy true || fatal "cert failed"
89 ${SSH} $opts -i $OBJ/user_key1 proxy true || fatal "key
[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...]
H A Dconnection-timeout.sh23 test $r -eq 0 || fatal "failed to start ssh $r"
24 check_ssh || fatal "ssh process unresponsive"
29 check_ssh || fatal "ssh process is unresponsive: cannot close"
32 fatal "ssh process did not respond to close"
41 fatal "ssh process did not exit"
50 check_ssh || fatal "ssh unexpectedly missing"
H A Dsftp-chroot.sh16 fatal "create $PRIVDATA failed"
25 fatal "Fetch ${FILENAME} failed"
37 fatal "create $PRIVDATA failed"
40 fatal "Fetch ${FILENAME} failed"
H A Dagent-pkcs11-restrict.sh15 fatal "ssh-keygen hostkey failed"
44 fatal "ssh-add -l did not fail with exit code 1 (got $r)"
122 $SSHADD -qD >/dev/null || fatal "clear agent failed"
124 fatal "failed to add keys"
133 host_$h true > $OBJ/ssh_output || fatal "test ssh $h failed"
134 cmp $OBJ/expect_$h $OBJ/ssh_output || fatal "unexpected output"
138 $SSHADD -qD >/dev/null || fatal "clear agent failed"
140 fatal "failed to add keys"
144 host_$h true > $OBJ/ssh_output && fatal "test ssh $h succeeded"
148 $SSHADD -qD >/dev/null || fatal "clea
[all...]
H A Dkrl.sh27 fatal "$SSHKEYGEN CA failed"
29 fatal "$SSHKEYGEN CA2 failed"
78 || fatal "$SSHKEYGEN failed"
81 || fatal "$SSHKEYGEN sign failed"
113 >/dev/null || fatal "$SSHKEYGEN KRL failed"
115 >/dev/null || fatal "$SSHKEYGEN KRL failed"
117 >/dev/null || fatal "$SSHKEYGEN KRL failed"
119 >/dev/null || fatal "$SSHKEYGEN KRL failed"
121 >/dev/null || fatal "$SSHKEYGEN KRL failed"
123 >/dev/null 2>&1 || fatal "
[all...]
/openbsd-current/gnu/gcc/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;
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Derrors.h21 /* warning, error, and fatal. These definitions are suitable for use
34 extern void fatal PARAMS ((const char *, ...)) ATTRIBUTE_NORETURN;
/openbsd-current/usr.sbin/dvmrpd/
H A Dlog.h34 void fatal(const char *) __dead;
/openbsd-current/gnu/gcc/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'", \
/openbsd-current/gnu/usr.bin/gcc/gcc/config/i386/
H A Dxm-djgpp.h71 fatal ("environment variable DJGPP not defined"); \
73 fatal ("environment variable DJGPP points to missing file '%s'", \
76 fatal ("environment variable DJGPP points to corrupt file '%s'", \
/openbsd-current/usr.bin/cmp/
H A Dspecial.c51 fatal("%s", file1);
53 fatal("%s", file2);
82 fatal("%s", file1);
84 fatal("%s", file2);
H A Dextern.h42 void fatal(const char *, ...)

Completed in 195 milliseconds

1234567891011>>