HomeSort by relevance Sort by last modified time
    Searched refs:fatal (Results 1 - 25 of 264) sorted by null

1 2 3 4 5 6 7 8 91011

  /onnv/onnv-gate/usr/src/cmd/ssh/libssh/common/
uidswap.c 86 fatal("malloc(gid array): %.100s", strerror(errno));
91 fatal("getgroups: %.100s", strerror(errno));
96 fatal("initgroups: %s: %.100s", pw->pw_name,
100 fatal("getgroups: %.100s", strerror(errno));
104 fatal("setgroups: %.100s", strerror(errno));
122 fatal("setegid %u: %.100s", (u_int)pw->pw_uid,
126 fatal("seteuid %u: %.100s", (u_int)pw->pw_uid,
150 fatal("restore_uid: temporarily_use_uid not effective");
156 fatal("seteuid %u: %.100s", (u_int)saved_euid, strerror(errno));
158 fatal("setuid %u: %.100s", (u_int)saved_euid, strerror(errno))
    [all...]
entropy.c 76 fatal("Couldn't open /dev/null: %s", strerror(errno));
78 fatal("pipe: %s", strerror(errno));
82 fatal("Couldn't fork: %s", strerror(errno));
111 fatal("Couldn't read from ssh-rand-helper: %s",
114 fatal("ssh-rand-helper child produced insufficient data");
119 fatal("Couldn't wait for ssh-rand-helper completion: %s",
126 fatal("ssh-rand-helper terminated abnormally");
128 fatal("ssh-rand-helper exit with exit status %d", ret);
135 fatal("PRNG is not seeded");
146 fatal("OpenSSL version mismatch. Built against %lx, you
    [all...]
xmalloc.c 6 * failure (they call fatal if they encounter an error).
29 fatal("xmalloc: zero size");
32 fatal("xmalloc: out of memory (allocating %lu bytes)", (u_long) size);
42 fatal("xcalloc: zero size");
44 fatal("xcalloc: nmemb * size > SIZE_T_MAX");
47 fatal("xcalloc: out of memory (allocating %lu bytes)",
58 fatal("xrealloc: zero size");
64 fatal("xrealloc: out of memory (new_size %lu bytes)", (u_long) new_size);
72 fatal("xfree: NULL pointer given as argument");
msg.c 46 fatal("ssh_msg_send: write");
48 fatal("ssh_msg_send: write");
64 fatal("ssh_msg_recv: read: header %ld", (long)res);
68 fatal("ssh_msg_recv: read: bad msg_len %u", msg_len);
73 fatal("ssh_msg_recv: read: %ld != msg_len", (long)res);
fatal.c 26 RCSID("$OpenBSD: fatal.c,v 1.1 2002/02/22 12:20:34 markus Exp $");
32 /* Fatal messages. This function never returns. */
35 fatal(const char *fmt,...) function
tildexpand.c 61 fatal("User name after tilde too long.");
72 fatal("User account's password entry not found and "
88 fatal("Home directory too long (%d > %d)", len - 1,
kexdhc.c 75 fatal("cannot decode server_host_key_blob");
77 fatal("type mismatch for decoded server_host_key_blob");
79 fatal("cannot verify server_host_key");
81 fatal("server_host_key verification failed");
85 fatal("dh_server_pub == NULL");
109 fatal("kexdh_client: BN_new failed");
130 fatal("key_verify failed for server_host_key");
kexgexc.c 86 fatal("BN_new");
89 fatal("BN_new");
94 fatal("DH_GEX group out of range: %d !< %d !< %d",
120 fatal("cannot decode server_host_key_blob");
122 fatal("type mismatch for decoded server_host_key_blob");
124 fatal("cannot verify server_host_key");
126 fatal("server_host_key verification failed");
130 fatal("dh_server_pub == NULL");
154 fatal("kexgex_client: BN_new failed");
181 fatal("key_verify failed for server_host_key")
    [all...]
dh.c 82 fatal("parse_prime: BN_new failed");
84 fatal("parse_prime: BN_new failed");
163 fatal("WARNING: line %d disappeared in %s, giving up",
200 fatal("dh_gen_key: dh->p == NULL");
202 fatal("dh_gen_key: group too small: %d (2*need %d)",
208 fatal("dh_gen_key: BN_new failed");
211 fatal("dh_gen_key: BN_rand failed");
213 fatal("dh_gen_key: DH_generate_key() failed");
220 fatal("dh_gen_key: too many bad keys: giving up");
230 fatal("dh_new_group_asc: DH_new")
    [all...]
  /onnv/onnv-gate/usr/src/cmd/intrstat/
intrstat.c 96 fatal(const char *fmt, ...) function
234 fatal("cannot specify both a processor set and a processor\n");
237 fatal("cpu %d out of range\n", cpu);
241 fatal("could not get status for cpu %d", cpu);
242 fatal("cpu %d not present\n", cpu);
252 fatal("cannot specify both a processor set and processors\n");
255 fatal("invalid cpu '%d'\n", low);
258 fatal("invalid cpu '%d'\n", high);
261 fatal("invalid range '%d' to '%d'\n", low, high);
275 fatal("processor set %d is out of range\n", pset)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ssh/sshd/
auth-sia.c 90 fatal("sia_ses_init failed");
95 fatal("getpwnam: no user: %s", user);
99 fatal("sia_make_entity_pwd failed");
104 fatal("Couldn't establish session for %s from %s", user,
110 fatal("setpriority: %s", strerror (errno));
114 fatal("Couldn't launch session for %s from %s", user, host);
120 fatal("setreuid: %s", strerror(errno));
  /onnv/onnv-gate/usr/src/cmd/ssh/libopenbsd-compat/common/
port-irix.c 32 fatal("Failed to create job container: %.100s",
38 fatal("Failed to set up new array session: %.100s",
48 fatal("Failed to initialize project %d for %s: %.100s",
xmmap.c 51 fatal("mkstemp(\"%s\"): %s",
62 fatal("%s: UsePrivilegeSeparation=yes and Compression=yes not supported",
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/
in.fingerd.c 48 void fatal(char *prog, char *s);
65 fatal(argv[0], "getpeername");
115 fatal(argv[0], "pipe");
129 fatal(argv[0], "fork");
132 fatal(argv[0], "fdopen");
145 fatal(prog, s) function
  /onnv/onnv-gate/usr/src/cmd/dtrace/test/cmd/baddof/
baddof.c 37 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");
  /onnv/onnv-gate/usr/src/ucbcmd/chown/
chown.c 63 void fatal(int, char *, char *);
92 fatal(255, "unknown option: %s", optchar);
106 fatal(255, "unknown group: %s", group);
114 fatal(2,
117 fatal(2, "group id invalid: %s", group);
124 fatal(255, "unknown user id: %s", argv[0]);
131 fatal(2, "user id too large: %s", argv[0]);
133 fatal(2, "user id invalid: %s", argv[0]);
176 fatal(255, "%s", savedir);
212 fatal(255, "can't change back to %s", savedir)
229 fatal(int status, char *fmt, char *a) function
    [all...]
  /onnv/onnv-gate/usr/src/cmd/scsi/sestopo/common/
sestopo.c 34 static void fatal(int, const char *, ...) __NORETURN;
37 fatal(int err, const char *fmt, ...) function
85 fatal(1, "Usage: %s <device>", argv[0]);
88 fatal(-1, "failed to open %s: %s", argv[1], ses_errmsg());
  /onnv/onnv-gate/usr/src/cmd/csplit/
csplit.c 78 #define PERROR(x) fatal("%s: Illegal Regular Expression\n", targ);
82 static void fatal(char *, char *);
119 fatal("-n num\n", NULL);
162 fatal("Cannot open %s\n", *argv);
256 * Fatal handles error messages and cleanup.
259 * "keep" flag is not set, fatal unlinks all created files. If the
260 * "keep" flag is set, fatal closes the current file(if there is one).
261 * Fatal exits with a value of 1.
265 fatal(char *string, char *arg) function
349 * previous file name is restored for cleanup, and fatal is called. I
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mkpwdict/
mkpwdict.c 43 fatal(char *msg) function
45 (void) fprintf(stderr, "%s: Fatal error: %s. Database not remade.\n",
95 fatal(strerror(errno));
100 fatal(strerror(errno));
124 fatal(gettext("No source databases defined"));
136 fatal(strerror(errno));
  /onnv/onnv-gate/usr/src/cmd/modload/
modunload.c 41 extern void fatal(char *fmt, ...);
64 fatal("Invalid id %s\n", optarg);
72 fatal("modunload can only be run from the global zone\n");
96 fatal("Insufficient privileges to unload a module\n");
132 fatal("usage: modunload -i <module_id> [-e <exec_file>]\n");
  /onnv/onnv-gate/usr/src/cmd/bdiff/
bdiff.c 33 #include <fatal.h>
72 static int fatal_num = 1; /* exit number for fatal exit */
79 static void fatal(char *);
101 * Set flags for 'fatal' so that it will clean up,
109 fatal("arg count");
112 fatal("both files standard input");
119 fatal(Error);
127 fatal(Error);
137 fatal("non-numeric limit");
155 fatal("Out of memory")
456 fatal(char *msg) function
    [all...]
  /onnv/onnv-gate/usr/src/cmd/avs/errgen/
errgen.c 97 fatal(char *msg) function
179 fatal("");
190 fatal("Too many %%s specifiers");
203 fatal("ERRGEN: cannot have %%s and @@ ending too");
262 fatal("Bad number of arguments");
291 fatal("Unknown option switch");
317 fatal("Undefined module name");
326 fatal("errgen file empty");
339 fatal("");
345 fatal("");
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fmli/oeu/
rm_atob.c 79 fatal();
96 fatal();
102 fatal();
110 fatal(void) function
122 fatal();
147 fatal();
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/x2p/
util.h 14 #define fatal Myfatal macro
33 void fatal ( char *pat, ... );
  /onnv/onnv-gate/usr/src/cmd/ttymon/
tmsac.c 61 fatal("pid file is locked. ttymon may already be "
67 fatal("open pid file failed: %s", strerror(errno));
70 fatal("lock pid file failed: %s", strerror(errno));
91 fatal("open sacpipe failed: %s", strerror(errno));
95 fatal("open pmpipe failed: %s", strerror(errno));
139 fatal("PMTAG is missing");
142 fatal("ISTATE is missing");
195 fatal("pmpipe read failed: %s",

Completed in 1380 milliseconds

1 2 3 4 5 6 7 8 91011