Symbol: strerror
bin/chflags/chflags.c
167
warnx("%s: %s", p->fts_path, strerror(p->fts_errno));
bin/chflags/chflags.c
172
warnx("%s: %s", p->fts_path, strerror(p->fts_errno));
bin/chflags/chflags.c
193
strerror(e));
bin/chmod/chmod.c
169
warnx("%s: %s", p->fts_path, strerror(p->fts_errno));
bin/chmod/chmod.c
176
warnx("%s: %s", p->fts_path, strerror(p->fts_errno));
bin/dd/args.c
524
errx(1, "%s: %s", oper, strerror(ERANGE));
bin/dd/args.c
573
errx(1, "%s: %s", oper, strerror(ERANGE));
bin/ed/buf.c
104
fprintf(stderr, "%s\n", strerror(errno));
bin/ed/buf.c
115
fprintf(stderr, "%s\n", strerror(errno));
bin/ed/buf.c
220
fprintf(stderr, "%s: %s\n", sfn, strerror(errno));
bin/ed/buf.c
60
fprintf(stderr, "%s\n", strerror(errno));
bin/ed/buf.c
68
fprintf(stderr, "%s\n", strerror(errno));
bin/ed/buf.c
88
fprintf(stderr, "%s\n", strerror(errno));
bin/ed/ed.h
124
fprintf(stderr, "%s\n", strerror(errno)); \
bin/ed/ed.h
131
fprintf(stderr, "%s\n", strerror(errno)); \
bin/ed/ed.h
149
fprintf(stderr, "%s\n", strerror(errno)); \
bin/ed/glbl.c
156
fprintf(stderr, "%s\n", strerror(errno));
bin/ed/glbl.c
165
fprintf(stderr, "%s\n", strerror(errno));
bin/ed/io.c
128
fprintf(stderr, "%s\n", strerror(errno));
bin/ed/io.c
150
fprintf(stderr, "%s: %s\n", fn, strerror(errno));
bin/ed/io.c
155
fprintf(stderr, "%s: %s\n", fn, strerror(errno));
bin/ed/io.c
159
fprintf(stderr, "%s: %s\n", fn, strerror(errno));
bin/ed/io.c
199
fprintf(stderr, "%s\n", strerror(errno));
bin/ed/io.c
271
fprintf(stderr, "stdin: %s\n", strerror(errno));
bin/ed/io.c
43
fprintf(stderr, "%s: %s\n", fn, strerror(errno));
bin/ed/io.c
48
fprintf(stderr, "%s: %s\n", fn, strerror(errno));
bin/ed/io.c
52
fprintf(stderr, "%s: %s\n", fn, strerror(errno));
bin/ed/main.c
1275
fprintf(stderr, "%s\n", strerror(errno));
bin/ed/re.c
61
fprintf(stderr, "%s\n", strerror(errno));
bin/ed/undo.c
48
fprintf(stderr, "%s\n", strerror(errno));
bin/ed/undo.c
63
fprintf(stderr, "%s\n", strerror(errno));
bin/ls/ls.c
687
warnx("%s: %s", p->fts_path, strerror(p->fts_errno));
bin/ls/ls.c
826
cur->fts_name, strerror(cur->fts_errno));
bin/ls/print.c
741
(void)fprintf(stderr, "\nls: %s: %s\n", name, strerror(errno));
bin/pax/tty_subs.c
182
(void)fprintf(stderr, " <%s>", strerror(errnum));
bin/rm/rm.c
201
p->fts_path, strerror(p->fts_errno));
bin/rm/rm.c
206
errx(1, "%s: %s", p->fts_path, strerror(p->fts_errno));
bin/rm/rm.c
216
p->fts_path, strerror(p->fts_errno));
bin/rm/rm.c
348
warnx("%s: %s", f, strerror(EEXIST));
bin/setfacl/setfacl.c
193
warnx("%s: %s", file->fts_path, strerror(file->fts_errno));
bin/sh/bltin/bltin.h
63
#define warn(fmt, ...) warning(fmt ": %s", __VA_ARGS__, strerror(errno))
bin/sh/cd.c
138
error("%s: %s", dest, strerror(errno1));
bin/sh/cd.c
351
error(".: %s", strerror(errno));
bin/sh/eval.c
584
error("Pipe call failed: %s", strerror(errno));
bin/sh/eval.c
684
error("Pipe call failed: %s", strerror(errno));
bin/sh/eval.c
986
error("Pipe call failed: %s", strerror(errno));
bin/sh/exec.c
134
errorwithstatus(126, "%s: %s", argv[0], strerror(e));
bin/sh/exec.c
450
outfmt(out2, "%s: %s\n", name, strerror(e));
bin/sh/exec.c
802
argv[i], strerror(errno));
bin/sh/input.c
372
"cannot open %s: %s", fname, strerror(e));
bin/sh/jobs.c
1025
error("Cannot fork: %s", strerror(errno));
bin/sh/jobs.c
904
error("Cannot fork: %s", strerror(errno));
bin/sh/jobs.c
947
_PATH_DEVNULL, strerror(errno));
bin/sh/jobs.c
959
_PATH_DEVNULL, strerror(errno));
bin/sh/miscbltin.c
281
warning("read error: %s", strerror(errno));
bin/sh/miscbltin.c
607
error("can't get limit: %s", strerror(errno));
bin/sh/miscbltin.c
622
error("can't get limit: %s", strerror(errno));
bin/sh/miscbltin.c
629
error("bad limit: %s", strerror(errno));
bin/sh/mknodes.c
105
error("Can't open %s: %s", argv[1], strerror(errno));
bin/sh/mknodes.c
214
error("Can't open %s: %s", file, strerror(errno));
bin/sh/mknodes.c
216
error("Can't create nodes.h: %s", strerror(errno));
bin/sh/redir.c
145
error("%d: %s", fd, strerror(errno));
bin/sh/redir.c
178
error("cannot open %s: %s", fname, strerror(errno));
bin/sh/redir.c
183
error("cannot create %s: %s", fname, strerror(errno));
bin/sh/redir.c
190
error("cannot create %s: %s", fname, strerror(errno));
bin/sh/redir.c
193
error("cannot create %s: %s", fname, strerror(errno));
bin/sh/redir.c
197
strerror(EEXIST));
bin/sh/redir.c
201
strerror(EEXIST));
bin/sh/redir.c
208
error("cannot create %s: %s", fname, strerror(errno));
bin/sh/redir.c
213
error("cannot create %s: %s", fname, strerror(errno));
bin/sh/redir.c
223
strerror(errno));
bin/sh/redir.c
240
error("%d: %s", fd, strerror(e));
bin/sh/redir.c
263
error("Pipe call failed: %s", strerror(errno));
bin/sh/show.c
393
fprintf(stderr, "Can't open %s: %s\n", s, strerror(errno));
cddl/lib/libdtrace/libproc_compat.h
44
#define Pcreate_error strerror
cddl/lib/libdtrace/libproc_compat.h
46
#define Pgrab_error strerror
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
2394
(yyvsp[(3) - (5)].s), strerror(errno));
crypto/heimdal/appl/ftp/ftpd/ftpcmd.y
618
$3, strerror(errno));
crypto/heimdal/appl/ftp/ftpd/ftpd.c
1312
strerror(errno));
crypto/heimdal/appl/ftp/ftpd/ftpd.c
1803
reply(550, "%s.", strerror(errno));
crypto/heimdal/appl/ftp/ftpd/ftpd.c
2174
reply(code, "%s: %s.", string, strerror(errno));
crypto/heimdal/appl/ftp/ftpd/ls.c
309
sec_fprintf2(out, "readlink(%s): %s", filename, strerror(errno));
crypto/heimdal/appl/ftp/ftpd/ls.c
527
sec_fprintf2(out, "%s: %s\r\n", files[i], strerror(errno));
crypto/heimdal/appl/gssmask/gssmask.c
702
strerror(errno));
crypto/heimdal/appl/rcp/rcp.c
292
syserr: run_err("%s: %s", name, strerror(errno));
crypto/heimdal/appl/rcp/rcp.c
355
run_err("%s: %s", name, strerror(haderr));
crypto/heimdal/appl/rcp/rcp.c
368
run_err("%s: %s", name, strerror(errno));
crypto/heimdal/appl/rcp/rcp.c
527
run_err("%s", strerror(errno));
crypto/heimdal/appl/rcp/rcp.c
556
np, strerror(errno));
crypto/heimdal/appl/rcp/rcp.c
565
bad: run_err("%s: %s", np, strerror(errno));
crypto/heimdal/appl/rcp/rcp.c
581
run_err("%s", j ? strerror(errno) :
crypto/heimdal/appl/rcp/rcp.c
606
run_err("%s: truncate: %s", np, strerror(errno));
crypto/heimdal/appl/rcp/rcp.c
613
np, strerror(errno));
crypto/heimdal/appl/rcp/rcp.c
618
np, strerror(errno));
crypto/heimdal/appl/rcp/rcp.c
626
np, strerror(errno));
crypto/heimdal/appl/rcp/rcp.c
632
run_err("%s: %s", np, strerror(wrerrno));
crypto/heimdal/appl/rcp/util.c
155
run_err("fstat: %s", strerror(errno));
crypto/heimdal/appl/rcp/util.c
168
run_err("%s", strerror(errno));
crypto/heimdal/appl/rcp/util.c
90
run_err("%s: %s", cp, strerror(errno));
crypto/heimdal/appl/rsh/rshd.c
110
syslog (LOG_ERR, "%s: %s: %s", what, strerror(errno), buf + 1);
crypto/heimdal/appl/rsh/rshd.c
126
syslog_and_die("read: %s", strerror(errno));
crypto/heimdal/appl/rsh/rshd.c
263
syslog_and_die ("reading auth info: %s", strerror(errno));
crypto/heimdal/appl/rsh/rshd.c
443
syslog_and_die ("select: %s", strerror(errno));
crypto/heimdal/appl/rsh/rshd.c
448
syslog_and_die ("read: %s", strerror(errno));
crypto/heimdal/appl/rsh/rshd.c
459
syslog_and_die ("read: %s", strerror(errno));
crypto/heimdal/appl/rsh/rshd.c
472
syslog_and_die ("read: %s", strerror(errno));
crypto/heimdal/appl/rsh/rshd.c
618
syslog_and_die("getsockname: %s", strerror(errno));
crypto/heimdal/appl/rsh/rshd.c
621
syslog_and_die ("getpeername: %s", strerror(errno));
crypto/heimdal/appl/rsh/rshd.c
632
syslog_and_die ("reading port number: %s", strerror(errno));
crypto/heimdal/appl/rsh/rshd.c
667
syslog_and_die ("socket: %s", strerror(errno));
crypto/heimdal/appl/rsh/rshd.c
671
syslog (LOG_WARNING, "connect: %s", strerror(errno));
crypto/heimdal/appl/rsh/rshd.c
678
syslog_and_die ("reading auth info: %s", strerror(errno));
crypto/heimdal/appl/rsh/rshd.c
751
syslog(LOG_ERR, "setlogin() failed: %s", strerror(errno));
crypto/heimdal/appl/rsh/rshd.c
756
syslog(LOG_ERR, "setpcred() failure: %s", strerror(errno));
crypto/heimdal/appl/rsh/rshd.c
971
syslog(LOG_WARNING, "setsockopt (SO_KEEPALIVE): %s", strerror(errno));
crypto/heimdal/appl/telnet/telnet/commands.c
2231
addrstr, strerror(errno));
crypto/heimdal/appl/telnet/telnetd/utility.c
371
snprintf(buf, sizeof(buf), "%s: %s", msg, strerror(error));
crypto/heimdal/kdc/connect.c
417
strerror(rk_SOCK_ERRNO));
crypto/heimdal/kdc/connect.c
423
strerror(rk_SOCK_ERRNO));
crypto/heimdal/kdc/connect.c
716
d->addr_string, strerror(rk_SOCK_ERRNO));
crypto/heimdal/kdc/connect.c
721
d->addr_string, strerror(rk_SOCK_ERRNO));
crypto/heimdal/kdc/connect.c
737
d->addr_string, strerror(rk_SOCK_ERRNO));
crypto/heimdal/kdc/connect.c
743
d->addr_string, strerror(rk_SOCK_ERRNO));
crypto/heimdal/lib/com_err/com_err.c
55
p = strerror(code);
crypto/heimdal/lib/hdb/db.c
109
db->hdb_name, strerror(code));
crypto/heimdal/lib/hdb/db.c
192
db->hdb_name, strerror(code));
crypto/heimdal/lib/hdb/db.c
224
db->hdb_name, strerror(code));
crypto/heimdal/lib/hdb/db.c
250
db->hdb_name, strerror(code));
crypto/heimdal/lib/hdb/db.c
277
db->hdb_name, strerror(ret));
crypto/heimdal/lib/hdb/db3.c
299
db->hdb_name, strerror(ret));
crypto/heimdal/lib/hdb/db3.c
306
krb5_set_error_message(context, ret, "d->cursor: %s", strerror(ret));
crypto/heimdal/lib/hdb/hdb-mitdb.c
595
db->hdb_name, strerror(code));
crypto/heimdal/lib/hdb/hdb-mitdb.c
671
db->hdb_name, strerror(code));
crypto/heimdal/lib/hdb/hdb-mitdb.c
703
db->hdb_name, strerror(code));
crypto/heimdal/lib/hdb/hdb-mitdb.c
729
db->hdb_name, strerror(code));
crypto/heimdal/lib/hdb/hdb-mitdb.c
861
db->hdb_name, strerror(ret));
crypto/heimdal/lib/hdb/mkey.c
164
filename, strerror(save_errno));
crypto/heimdal/lib/hdb/mkey.c
211
filename, strerror(save_errno));
crypto/heimdal/lib/hdb/mkey.c
220
filename, strerror(save_errno));
crypto/heimdal/lib/hdb/mkey.c
257
filename, strerror(save_errno));
crypto/heimdal/lib/hdb/mkey.c
266
filename, strerror(save_errno));
crypto/heimdal/lib/hdb/mkey.c
306
filename, strerror(save_errno));
crypto/heimdal/lib/hdb/ndbm.c
152
strerror(ret));
crypto/heimdal/lib/hdb/ndbm.c
202
krb5_set_error_message(context, ret, "rename: %s", strerror(ret));
crypto/heimdal/lib/hdb/ndbm.c
319
strerror(ret));
crypto/heimdal/lib/hdb/ndbm.c
329
strerror(ret));
crypto/heimdal/lib/hx509/cert.c
3191
context->querystat, strerror(errno));
crypto/heimdal/lib/hx509/error.c
170
cstr = strerror(error_code);
crypto/heimdal/lib/hx509/ks_file.c
436
p, strerror(errno));
crypto/heimdal/lib/kafs/afssys.c
113
fprintf(stderr, "dlopen(%s): %s\n", path, strerror(errno));
crypto/heimdal/lib/krb5/changepw.c
145
host, strerror(ret));
crypto/heimdal/lib/krb5/changepw.c
255
host, strerror(ret));
crypto/heimdal/lib/krb5/changepw.c
293
host, strerror(save_errno));
crypto/heimdal/lib/krb5/changepw.c
321
host, strerror(save_errno));
crypto/heimdal/lib/krb5/config_file.c
503
fname, strerror(ret));
crypto/heimdal/lib/krb5/error_string.c
338
p = strerror(code);
crypto/heimdal/lib/krb5/get_addrs.c
107
krb5_set_error_message(context, ret, "getifaddrs: %s", strerror(ret));
crypto/heimdal/lib/krb5/get_addrs.c
55
krb5_set_error_message(context, ret, "gethostname: %s", strerror(ret));
crypto/heimdal/lib/krb5/get_addrs.c
62
hostname, strerror(ret));
crypto/heimdal/lib/krb5/keytab_file.c
387
d->filename, strerror(ret));
crypto/heimdal/lib/krb5/keytab_file.c
559
strerror(ret));
crypto/heimdal/lib/krb5/keytab_file.c
596
d->filename, strerror(ret));
crypto/heimdal/lib/krb5/keytab_file.c
715
d->filename, strerror(ret));
crypto/heimdal/lib/krb5/keytab_keyfile.c
211
d->filename, strerror(ret));
crypto/heimdal/lib/krb5/keytab_keyfile.c
342
strerror(ret));
crypto/heimdal/lib/krb5/keytab_keyfile.c
364
strerror(ret));
crypto/heimdal/lib/krb5/keytab_keyfile.c
395
strerror(ret));
crypto/heimdal/lib/krb5/keytab_keyfile.c
411
strerror(ret));
crypto/heimdal/lib/krb5/keytab_keyfile.c
426
N_("seek to end: %s", ""), strerror(ret));
crypto/heimdal/lib/krb5/keytab_keyfile.c
78
strerror(ret));
crypto/heimdal/lib/krb5/log.c
322
strerror(ret));
crypto/heimdal/lib/krb5/log.c
333
fn, strerror(ret));
crypto/heimdal/lib/krb5/recvauth.c
104
krb5_set_error_message(context, ret, "read: %s", strerror(ret));
crypto/heimdal/lib/krb5/recvauth.c
126
krb5_set_error_message(context, ret, "read: %s", strerror(ret));
crypto/heimdal/lib/krb5/recvauth.c
163
krb5_set_error_message(context, ret, "write: %s", strerror(ret));
crypto/heimdal/lib/krb5/recvauth.c
203
krb5_set_error_message(context, ret, "write: %s", strerror(ret));
crypto/heimdal/lib/krb5/sendauth.c
103
krb5_set_error_message (context, ret, "write: %s", strerror(ret));
crypto/heimdal/lib/krb5/sendauth.c
110
krb5_set_error_message (context, ret, "read: %s", strerror(ret));
crypto/heimdal/lib/krb5/sendauth.c
94
krb5_set_error_message (context, ret, "write: %s", strerror(ret));
crypto/heimdal/lib/krb5/sock_principal.c
51
krb5_set_error_message (context, ret, "getsockname: %s", strerror(ret));
crypto/heimdal/lib/krb5/verify_init.c
94
strerror(ret));
crypto/heimdal/lib/krb5/write_message.c
50
krb5_set_error_message (context, ret, "write: %s", strerror(ret));
crypto/heimdal/lib/roken/strerror_r.c
75
ret = strlcpy(strerrbuf, strerror(eno), buflen);
crypto/heimdal/lib/roken/vsyslog.c
81
const char *e = strerror (saved_errno);
crypto/heimdal/lib/roken/warnerr.c
56
fprintf(stderr, "%s", strerror(sverrno));
crypto/krb5/src/appl/sample/sclient/sclient.c
174
fprintf(stderr, "%s: socket: %s\n", mbuf, strerror(errno));
crypto/krb5/src/appl/sample/sclient/sclient.c
178
fprintf(stderr, "%s: connect: %s\n", mbuf, strerror(errno));
crypto/krb5/src/include/k5-thread.h
373
r, strerror(r));
crypto/krb5/src/include/k5-thread.h
385
r, strerror(r));
crypto/krb5/src/kdc/t_ndr.c
147
printf("%s: bad decode (%d): %s\n", name, ret, strerror(ret));
crypto/krb5/src/kdc/t_ndr.c
158
printf("%s: bad encode (%d): %s\n", name, ret, strerror(ret));
crypto/krb5/src/kprop/kpropd.c
286
pid_file, strerror(errno));
crypto/krb5/src/kprop/kpropd.c
298
strerror(errno));
crypto/krb5/src/kprop/kpropd.c
305
strerror(errno));
crypto/krb5/src/kprop/kpropd.c
455
"(%d %s)\n"), errno, strerror(errno));
crypto/krb5/src/lib/apputils/net-server.c
892
strerror(ret));
crypto/krb5/src/lib/apputils/net-server.c
902
strerror(ret));
crypto/krb5/src/lib/krad/t_test.c
38
fprintf(stderr, "%s:%d: %s:\n\t%s\n", file, line, strerror(retval), cmd);
crypto/krb5/src/lib/krb5/ccache/cc_keyring.c
1058
krcursor->keys[krcursor->currkey], strerror(errno)));
crypto/krb5/src/lib/krb5/ccache/cc_keyring.c
1225
data->princ_id, strerror(errno)));
crypto/krb5/src/lib/krb5/ccache/cc_keyring.c
1413
DEBUG_PRINT(("Error adding principal key: %s\n", strerror(ret)));
crypto/krb5/src/lib/krb5/ccache/cc_keyring.c
1474
key, strerror(errno)));
crypto/krb5/src/lib/krb5/ccache/cc_keyring.c
996
DEBUG_PRINT(("Error getting from keyring: %s\n", strerror(errno)));
crypto/krb5/src/lib/krb5/os/localaddr.c
1085
printf ("\t\t<errno is %d: %s>\n", e, strerror(e));
crypto/krb5/src/lib/rpc/clnt_perror.c
117
if (str - bufstart + 10 + strlen(strerror(e.re_errno)) < BUFSIZ)
crypto/krb5/src/lib/rpc/clnt_perror.c
119
strerror(e.re_errno));
crypto/krb5/src/lib/rpc/clnt_perror.c
275
const char *m = strerror(rpc_createerr.cf_error.re_errno);
crypto/krb5/src/plugins/kdb/db2/libdb2/test/SEQ_TEST/t.c
27
printf("\n Open error on test.db %d %s\n",errno,strerror(errno));
crypto/krb5/src/plugins/kdb/db2/libdb2/test/SEQ_TEST/t.c
47
printf("\n Error on dbopen %d %s\n",errno,strerror(errno));
crypto/krb5/src/plugins/kdb/db2/libdb2/test/btree.tests/main.c
246
(void)fprintf(stderr, "dbopen: %s\n", strerror(errno));
crypto/krb5/src/plugins/kdb/db2/libdb2/test/btree.tests/main.c
265
"/dev/tty: %s\n", strerror(errno));
crypto/krb5/src/plugins/kdb/db2/libdb2/test/btree.tests/main.c
670
(void)fprintf(stderr, "%s: %s\n", argv[1], strerror(errno));
crypto/krb5/src/plugins/kdb/db2/libdb2/test/btree.tests/main.c
693
(void)fprintf(stderr, "%s: %s\n", argv[1], strerror(errno));
crypto/krb5/src/plugins/kdb/db2/libdb2/test/btree.tests/main.c
723
(void)fprintf(stderr, "%s: %s\n", argv[1], strerror(errno));
crypto/krb5/src/plugins/kdb/db2/libdb2/test/dbtest.c
153
err("%s: %s", optarg, strerror(errno));
crypto/krb5/src/plugins/kdb/db2/libdb2/test/dbtest.c
173
err("%s: %s", *argv, strerror(errno));
crypto/krb5/src/plugins/kdb/db2/libdb2/test/dbtest.c
200
err("dbopen: %s", strerror(errno));
crypto/krb5/src/plugins/kdb/db2/libdb2/test/dbtest.c
230
err("write: %s", strerror(errno));
crypto/krb5/src/plugins/kdb/db2/libdb2/test/dbtest.c
373
err("db->close: %s", strerror(errno));
crypto/krb5/src/plugins/kdb/db2/libdb2/test/dbtest.c
409
err("write: %s", strerror(errno));
crypto/krb5/src/plugins/kdb/db2/libdb2/test/dbtest.c
412
err("write: %s", strerror(errno));
crypto/krb5/src/plugins/kdb/db2/libdb2/test/dbtest.c
416
err("line %lu: get: %s", lineno, strerror(errno));
crypto/krb5/src/plugins/kdb/db2/libdb2/test/dbtest.c
423
err("write: %s", strerror(errno));
crypto/krb5/src/plugins/kdb/db2/libdb2/test/dbtest.c
441
err("line %lu: getdata: %s", lineno, strerror(errno));
crypto/krb5/src/plugins/kdb/db2/libdb2/test/dbtest.c
456
err("line %lu: put: %s", lineno, strerror(errno));
crypto/krb5/src/plugins/kdb/db2/libdb2/test/dbtest.c
461
err("write: %s", strerror(errno));
crypto/krb5/src/plugins/kdb/db2/libdb2/test/dbtest.c
473
err("line %lu: rem: %s", lineno, strerror(errno));
crypto/krb5/src/plugins/kdb/db2/libdb2/test/dbtest.c
480
err("write: %s", strerror(errno));
crypto/krb5/src/plugins/kdb/db2/libdb2/test/dbtest.c
500
err("line %lu: synk: %s", lineno, strerror(errno));
crypto/krb5/src/plugins/kdb/db2/libdb2/test/dbtest.c
513
err("write: %s", strerror(errno));
crypto/krb5/src/plugins/kdb/db2/libdb2/test/dbtest.c
516
err("write: %s", strerror(errno));
crypto/krb5/src/plugins/kdb/db2/libdb2/test/dbtest.c
519
err("line %lu: seq: %s", lineno, strerror(errno));
crypto/krb5/src/plugins/kdb/db2/libdb2/test/dbtest.c
526
err("write: %s", strerror(errno));
crypto/krb5/src/plugins/kdb/db2/libdb2/test/dbtest.c
557
err("write: %s", strerror(errno));
crypto/krb5/src/plugins/kdb/db2/libdb2/test/dbtest.c
560
err("write: %s", strerror(errno));
crypto/krb5/src/plugins/kdb/db2/libdb2/test/dbtest.c
567
lineno, strerror(errno));
crypto/krb5/src/plugins/kdb/db2/libdb2/test/dbtest.c
769
err("%s: %s\n", name, strerror(errno));
crypto/krb5/src/plugins/kdb/db2/libdb2/test/dbtest.c
772
err("%s: %s\n", name, strerror(E2BIG));
crypto/krb5/src/plugins/kdb/db2/libdb2/test/dbtest.c
775
err("%s", strerror(errno));
crypto/krb5/src/plugins/kdb/db2/libdb2/test/dbtest.c
777
err("%s", strerror(errno));
crypto/krb5/src/plugins/kdb/db2/libdb2/test/dbtest.c
789
err("%s", strerror(errno));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_services.c
196
strerror (errno));
crypto/krb5/src/util/et/error_message.c
138
return strerror(code);
crypto/krb5/src/util/et/t_com_err.c
131
fprintf(stderr, "pthread_create error: %s\n", strerror(err));
crypto/krb5/src/util/et/t_com_err.c
136
fprintf(stderr, "pthread_join error: %s\n", strerror(err));
crypto/krb5/src/util/support/fake-addrinfo.c
1023
case EAI_SYSTEM: return strerror (errno);
crypto/krb5/src/util/support/strerror_r.c
58
if (strlcpy(buf, strerror(errnum), buflen) >= buflen) {
crypto/krb5/src/util/verto/ev.c
1705
ev_printerr (strerror (errno));
crypto/krb5/src/util/verto/verto.c
128
c, strerror(c), __FUNCTION__); \
crypto/krb5/src/util/verto/verto.c
136
c, strerror(c), __FUNCTION__); \
crypto/krb5/src/util/verto/verto.c
144
c, strerror(c), __FUNCTION__); \
crypto/openssh/audit-bsm.c
144
r == EAI_SYSTEM ? strerror(errno) : gai_strerror(r));
crypto/openssh/audit-bsm.c
294
__func__, string, strerror(errno));
crypto/openssh/audit-bsm.c
327
SetAuditFuncText, strerror(errno));
crypto/openssh/audit-linux.c
90
fatal("linux_audit_write_entry failed: %s", strerror(errno));
crypto/openssh/auth-krb5.c
258
logit("mkstemp(): %.100s", strerror(oerrno));
crypto/openssh/auth-krb5.c
264
logit("fchmod(): %.100s", strerror(oerrno));
crypto/openssh/auth-pam.c
198
error("fork(): %s", strerror(errno));
crypto/openssh/auth-pam.c
233
fatal("%s: waitpid: %s", __func__, strerror(errno));
crypto/openssh/auth-pam.c
291
fatal("%s: setreuid failed: %s", __func__, strerror(errno));
crypto/openssh/auth-pam.c
294
fatal("%s: setreuid failed: %s", __func__, strerror(errno));
crypto/openssh/auth-pam.c
499
strerror(errno));
crypto/openssh/auth-pam.c
824
error("PAM: failed create sockets: %s", strerror(errno));
crypto/openssh/auth-pam.c
833
strerror(result));
crypto/openssh/auth-rhosts.c
286
debug3_f("stat %s: %s", path, strerror(errno));
crypto/openssh/auth2-pubkey.c
416
username, strerror(errno));
crypto/openssh/auth2-pubkey.c
687
username, strerror(errno));
crypto/openssh/auth2-pubkeyfile.c
453
pw->pw_name, file_type, file, strerror(errno));
crypto/openssh/auth2-pubkeyfile.c
456
pw->pw_name, file_type, file, strerror(errno));
crypto/openssh/canohost.c
147
verbose_f("gethostname: %s", strerror(errno));
crypto/openssh/canohost.c
173
error("getsockname failed: %.100s", strerror(errno));
crypto/openssh/canohost.c
178
debug("getpeername failed: %.100s", strerror(errno));
crypto/openssh/channels.c
1855
error("accept: %.100s", strerror(errno));
crypto/openssh/channels.c
1984
error("accept: %.100s", strerror(errno));
crypto/openssh/channels.c
2020
error("accept from auth socket: %.100s", strerror(errno));
crypto/openssh/channels.c
2077
debug("channel %d: connection failed: %s", c->self, strerror(err));
crypto/openssh/channels.c
2093
(r = sshpkt_put_cstring(ssh, strerror(err))) != 0 ||
crypto/openssh/channels.c
2165
len == 0 ? "closed" : strerror(errno));
crypto/openssh/channels.c
2506
error_f("accept: %s", strerror(errno));
crypto/openssh/channels.c
2513
error_f("getpeereid failed: %s", strerror(errno));
crypto/openssh/channels.c
3882
strerror(errno));
crypto/openssh/channels.c
3901
ntop, strport, strerror(errno));
crypto/openssh/channels.c
3904
ntop, strport, strerror(errno));
crypto/openssh/channels.c
3912
strerror(errno));
crypto/openssh/channels.c
4613
error("socket: %.100s", strerror(errno));
crypto/openssh/channels.c
4615
verbose("socket: %.100s", strerror(errno));
crypto/openssh/channels.c
4623
cctx->host, ntop, strport, strerror(errno));
crypto/openssh/channels.c
4671
error("%.100s: %.100s", name, strerror(ENAMETOOLONG));
crypto/openssh/channels.c
4714
name, port, strerror(errno));
crypto/openssh/channels.c
5038
error("socket: %.100s", strerror(errno));
crypto/openssh/channels.c
5053
strerror(errno));
crypto/openssh/channels.c
5076
error("listen: %.100s", strerror(errno));
crypto/openssh/channels.c
5108
error("socket: %.100s", strerror(errno));
crypto/openssh/channels.c
5117
error("connect %.100s: %.100s", addr.sun_path, strerror(errno));
crypto/openssh/channels.c
5252
debug2("socket: %.100s", strerror(errno));
crypto/openssh/channels.c
5258
X11_BASE_PORT + display_number, strerror(errno));
crypto/openssh/channels.c
5268
X11_BASE_PORT + display_number, strerror(errno));
crypto/openssh/clientloop.c
1303
error("fork: %.100s", strerror(errno));
crypto/openssh/clientloop.c
1463
fatal_f("pledge(): %s", strerror(errno));
crypto/openssh/clientloop.c
1469
fatal_f("pledge(): %s", strerror(errno));
crypto/openssh/clientloop.c
1475
fatal_f("pledge(): %s", strerror(errno));
crypto/openssh/clientloop.c
1481
fatal_f("pledge(): %s", strerror(errno));
crypto/openssh/clientloop.c
1486
fatal_f("pledge(): %s", strerror(errno));
crypto/openssh/clientloop.c
1540
error_f("bsigset setup: %s", strerror(errno));
crypto/openssh/clientloop.c
1579
error_f("bsigset sigprocmask: %s", strerror(errno));
crypto/openssh/clientloop.c
1586
error_f("osigset sigprocmask: %s", strerror(errno));
crypto/openssh/clientloop.c
2314
options.user_hostfiles[i], strerror(errno));
crypto/openssh/clientloop.c
343
error_f("mkdtemp: %s", strerror(errno));
crypto/openssh/clientloop.c
746
quit_message("poll: %s", strerror(errno));
crypto/openssh/clientloop.c
964
fatal_f("pledge(): %s", strerror(errno));
crypto/openssh/clientloop.c
969
fatal_f("pledge(): %s", strerror(errno));
crypto/openssh/clientloop.c
973
fatal_f("pledge(): %s", strerror(errno));
crypto/openssh/dh.c
169
get_moduli_filename(), strerror(errno));
crypto/openssh/hostfile.c
292
debug_f("fopen %s: %s", path, strerror(errno));
crypto/openssh/hostfile.c
491
error("Could not stat %s: %s", dotsshdir, strerror(errno));
crypto/openssh/hostfile.c
498
dotsshdir, strerror(errno));
crypto/openssh/hostfile.c
531
filename, strerror(errno));
crypto/openssh/hostfile.c
631
error_f("mkstemp: %s", strerror(oerrno));
crypto/openssh/hostfile.c
638
error_f("fdopen: %s", strerror(oerrno));
crypto/openssh/hostfile.c
699
error_f("unlink %.100s: %s", back, strerror(errno));
crypto/openssh/hostfile.c
706
back, strerror(errno));
crypto/openssh/hostfile.c
713
filename, strerror(errno));
crypto/openssh/hostfile.c
720
error_f("unlink \"%s\": %s", temp, strerror(errno));
crypto/openssh/kex.c
1226
error_f("write: %.100s", strerror(errno));
crypto/openssh/kex.c
1266
debug_f("write: %.100s", strerror(errno));
crypto/openssh/kex.c
1308
error_f("%s", strerror(errno));
crypto/openssh/kex.c
1322
error_f("read: %.100s", strerror(errno));
crypto/openssh/log.c
323
strerror(errno));
crypto/openssh/loginrec.c
1092
WTMP_FILE, strerror(errno));
crypto/openssh/loginrec.c
1099
WTMP_FILE, strerror(errno));
crypto/openssh/loginrec.c
1186
WTMP_FILE, strerror(errno));
crypto/openssh/loginrec.c
1191
WTMP_FILE, strerror(errno));
crypto/openssh/loginrec.c
1206
WTMP_FILE, strerror(errno));
crypto/openssh/loginrec.c
1264
WTMPX_FILE, strerror(errno));
crypto/openssh/loginrec.c
1272
WTMPX_FILE, strerror(errno));
crypto/openssh/loginrec.c
1351
WTMPX_FILE, strerror(errno));
crypto/openssh/loginrec.c
1356
WTMPX_FILE, strerror(errno));
crypto/openssh/loginrec.c
1371
WTMPX_FILE, strerror(errno));
crypto/openssh/loginrec.c
1536
LASTLOG_FILE, strerror(errno));
crypto/openssh/loginrec.c
1553
lastlog_file, strerror(errno));
crypto/openssh/loginrec.c
1563
lastlog_file, strerror(errno));
crypto/openssh/loginrec.c
1608
LASTLOG_FILE, strerror(errno));
crypto/openssh/loginrec.c
1663
LASTLOG_FILE, strerror(errno));
crypto/openssh/loginrec.c
1725
strerror(errno));
crypto/openssh/loginrec.c
1730
strerror(errno));
crypto/openssh/loginrec.c
1756
strerror(errno));
crypto/openssh/loginrec.c
870
logit("%s: lseek: %s", __func__, strerror(errno));
crypto/openssh/loginrec.c
892
logit("%s: lseek: %s", __func__, strerror(errno));
crypto/openssh/loginrec.c
904
UTMP_FILE, strerror(errno));
crypto/openssh/misc.c
139
error("fcntl(%d, F_GETFL): %s", fd, strerror(errno));
crypto/openssh/misc.c
1486
debug_f("%s open: %s", name, strerror(errno));
crypto/openssh/misc.c
1499
strerror(errno));
crypto/openssh/misc.c
150
strerror(errno));
crypto/openssh/misc.c
1507
strerror(errno));
crypto/openssh/misc.c
1537
strerror(errno));
crypto/openssh/misc.c
1544
fprintf(stderr, "dup2: %s\n", strerror(errno));
crypto/openssh/misc.c
163
error("fcntl(%d, F_GETFL): %s", fd, strerror(errno));
crypto/openssh/misc.c
174
fd, strerror(errno));
crypto/openssh/misc.c
1744
debug3("clock_gettime: %s", strerror(errno));
crypto/openssh/misc.c
184
return strerror(errno);
crypto/openssh/misc.c
1953
error_f("socket: %.100s", strerror(errno));
crypto/openssh/misc.c
1959
error("unlink(%s): %.100s", path, strerror(errno));
crypto/openssh/misc.c
1963
error_f("cannot bind to path %s: %s", path, strerror(errno));
crypto/openssh/misc.c
197
debug("getsockopt TCP_NODELAY: %.100s", strerror(errno));
crypto/openssh/misc.c
1970
error_f("cannot listen on path %s: %s", path, strerror(errno));
crypto/openssh/misc.c
1987
error("setsockopt IPV6_V6ONLY: %s", strerror(errno));
crypto/openssh/misc.c
207
error("setsockopt TCP_NODELAY: %.100s", strerror(errno));
crypto/openssh/misc.c
217
error("setsockopt SO_REUSEADDR fd %d: %s", fd, strerror(errno));
crypto/openssh/misc.c
2225
error("%s waitpid: %s", tag, strerror(errno));
crypto/openssh/misc.c
2264
strerror(errno));
crypto/openssh/misc.c
2326
file, strerror(errno));
crypto/openssh/misc.c
236
fd, strerror(errno));
crypto/openssh/misc.c
267
rtable, fd, strerror(errno));
crypto/openssh/misc.c
2722
debug3("sigaction(%s): %s", strsignal(signum), strerror(errno));
crypto/openssh/misc.c
2735
strerror(errno));
crypto/openssh/misc.c
2741
error_f("dup2: %s", strerror(errno));
crypto/openssh/misc.c
2809
av[0], strerror(errno));
crypto/openssh/misc.c
2819
error("%s: pipe: %s", tag, strerror(errno));
crypto/openssh/misc.c
2830
error("%s: fork: %s", tag, strerror(errno));
crypto/openssh/misc.c
2852
strerror(errno));
crypto/openssh/misc.c
2856
error("%s: dup2: %s", tag, strerror(errno));
crypto/openssh/misc.c
2867
error("%s: dup2: %s", tag, strerror(errno));
crypto/openssh/misc.c
2875
pw->pw_name, (u_int)pw->pw_gid, strerror(errno));
crypto/openssh/misc.c
2880
strerror(errno));
crypto/openssh/misc.c
2885
strerror(errno));
crypto/openssh/misc.c
2891
error("%s: dup2: %s", tag, strerror(errno));
crypto/openssh/misc.c
2899
command, strerror(errno));
crypto/openssh/misc.c
2909
error("%s: fdopen: %s", tag, strerror(errno));
crypto/openssh/misc.c
3091
error_f("open %s: %s", path, strerror(errno));
crypto/openssh/misc.c
3095
error_f("fstat %s: %s", path, strerror(errno));
crypto/openssh/misc.c
310
fd, tos, strerror(errno));
crypto/openssh/misc.c
3111
error_f("mmap %s: %s", path, strerror(errno));
crypto/openssh/misc.c
320
fd, tos, strerror(errno));
crypto/openssh/misc.c
428
debug("getsockopt: %s", strerror(errno));
crypto/openssh/misc.c
733
fatal("put_host_port: asprintf: %s", strerror(errno));
crypto/openssh/moduli.c
463
logit("mkstemp(%s): %s", tmp, strerror(errno));
crypto/openssh/moduli.c
467
logit("write_checkpoint: fdopen: %s", strerror(errno));
crypto/openssh/moduli.c
479
strerror(errno));
crypto/openssh/monitor.c
1647
debug("getpeername: %.100s", strerror(errno));
crypto/openssh/monitor.c
1715
fatal_f("open(/dev/null): %s", strerror(errno));
crypto/openssh/monitor.c
1911
fatal_f("socketpair: %s", strerror(errno));
crypto/openssh/monitor.c
1914
error("setsockopt SO_ZEROIZE(0): %.100s", strerror(errno));
crypto/openssh/monitor.c
1916
error("setsockopt SO_ZEROIZE(1): %.100s", strerror(errno));
crypto/openssh/monitor.c
1925
fatal_f("pipe: %s", strerror(errno));
crypto/openssh/monitor.c
461
fatal_f("log fd read: %s", strerror(errno));
crypto/openssh/monitor.c
473
fatal_f("log fd read: %s", strerror(errno));
crypto/openssh/monitor.c
509
fatal_f("poll: %s", strerror(errno));
crypto/openssh/monitor_fdpass.c
147
debug3_f("recvmsg: %s", strerror(errno));
crypto/openssh/monitor_fdpass.c
151
error_f("recvmsg: %s", strerror(errno));
crypto/openssh/monitor_fdpass.c
92
debug3_f("sendmsg(%d): %s", fd, strerror(errno));
crypto/openssh/monitor_fdpass.c
96
error_f("sendmsg(%d): %s", fd, strerror(errno));
crypto/openssh/monitor_wrap.c
110
fatal_f("write: %s", strerror(errno));
crypto/openssh/monitor_wrap.c
125
fatal_f("waitpid: %s", strerror(errno));
crypto/openssh/monitor_wrap.c
164
fatal_f("write: %s", strerror(errno));
crypto/openssh/monitor_wrap.c
183
fatal_f("read: %s", strerror(errno));
crypto/openssh/monitor_wrap.c
193
error_f("read: %s", strerror(errno));
crypto/openssh/monitor_wrap.c
683
s->ptymaster, strerror(errno));
crypto/openssh/msg.c
55
error_f("write: %s", strerror(errno));
crypto/openssh/msg.c
59
error_f("write: %s", strerror(errno));
crypto/openssh/msg.c
77
error_f("read header: %s", strerror(errno));
crypto/openssh/msg.c
91
error_f("read: %s", strerror(errno));
crypto/openssh/mux.c
1331
strerror(errno));
crypto/openssh/mux.c
1569
strerror(errno));
crypto/openssh/mux.c
1577
debug3_f("read body failed: %s", strerror(errno));
crypto/openssh/mux.c
1610
debug_f("write packet: %s", strerror(errno));
crypto/openssh/mux.c
1672
fatal_f("write packet: %s", strerror(errno));
crypto/openssh/mux.c
1723
fatal_f("write packet: %s", strerror(errno));
crypto/openssh/mux.c
1734
fatal_f("read from master failed: %s", strerror(errno));
crypto/openssh/mux.c
1804
fatal_f("write packet: %s", strerror(errno));
crypto/openssh/mux.c
1941
fatal_f("write packet: %s", strerror(errno));
crypto/openssh/mux.c
1954
error_f("read from master failed: %s", strerror(errno));
crypto/openssh/mux.c
1992
fatal_f("pledge(): %s", strerror(errno));
crypto/openssh/mux.c
2086
fatal_f("write packet: %s", strerror(errno));
crypto/openssh/mux.c
2143
fatal_f("write packet: %s", strerror(errno));
crypto/openssh/mux.c
2151
fatal_f("pledge(): %s", strerror(errno));
crypto/openssh/mux.c
2160
error_f("read from master failed: %s", strerror(errno));
crypto/openssh/mux.c
2207
fatal_f("mux_client_read_packet: %s", strerror(errno));
crypto/openssh/mux.c
2229
fatal_f("write packet: %s", strerror(errno));
crypto/openssh/mux.c
2235
fatal_f("read from master failed: %s", strerror(errno));
crypto/openssh/mux.c
2297
fatal_f("socket(): %s", strerror(errno));
crypto/openssh/mux.c
2306
strerror(errno));
crypto/openssh/mux.c
2316
strerror(errno));
crypto/openssh/mux.c
451
error_f("tcgetattr: %s", strerror(errno));
crypto/openssh/nchan.c
390
c->istate, c->ostate, strerror(errno));
crypto/openssh/nchan.c
396
c->istate, c->ostate, strerror(errno));
crypto/openssh/nchan.c
418
c->istate, c->ostate, strerror(errno));
crypto/openssh/nchan.c
424
c->istate, c->ostate, strerror(errno));
crypto/openssh/nchan.c
443
c->istate, c->ostate, strerror(errno));
crypto/openssh/openbsd-compat/bsd-err.c
43
fprintf(stderr, "%s: ", strerror(errno));
crypto/openssh/openbsd-compat/bsd-err.c
72
fprintf(stderr, "%s: ", strerror(errno));
crypto/openssh/openbsd-compat/bsd-getentropy.c
72
strerror(save_errno));
crypto/openssh/openbsd-compat/bsd-getentropy.c
80
fatal("read %s: %s", SSH_RANDOM_DEV, strerror(errno));
crypto/openssh/openbsd-compat/bsd-misc.h
50
const char *strerror(int);
crypto/openssh/openbsd-compat/bsd-pselect.c
193
"%s: %s", strsignal(sig), strerror(errno));
crypto/openssh/openbsd-compat/bsd-pselect.c
64
error_f("fcntl: %s", strerror(errno));
crypto/openssh/openbsd-compat/bsd-pselect.c
75
error("pipe(notify_pipe) failed %s", strerror(errno));
crypto/openssh/openbsd-compat/bsd-setres_id.c
40
error("setregid %lu: %.100s", (u_long)rgid, strerror(errno));
crypto/openssh/openbsd-compat/bsd-setres_id.c
47
error("setegid %lu: %.100s", (u_long)egid, strerror(errno));
crypto/openssh/openbsd-compat/bsd-setres_id.c
53
error("setgid %lu: %.100s", (u_long)rgid, strerror(errno));
crypto/openssh/openbsd-compat/bsd-setres_id.c
75
error("setreuid %lu: %.100s", (u_long)ruid, strerror(errno));
crypto/openssh/openbsd-compat/bsd-setres_id.c
84
error("seteuid %lu: %.100s", (u_long)euid, strerror(errno));
crypto/openssh/openbsd-compat/bsd-setres_id.c
91
error("setuid %lu: %.100s", (u_long)ruid, strerror(errno));
crypto/openssh/openbsd-compat/fmt_scaled.c
303
fprintf(stderr, "%lld invalid (%s)\n", ninput, strerror(errno));
crypto/openssh/openbsd-compat/port-aix.c
139
user, strerror(errno));
crypto/openssh/openbsd-compat/port-aix.c
149
user, strerror(errno));
crypto/openssh/openbsd-compat/port-aix.c
355
registry, strerror(errno));
crypto/openssh/openbsd-compat/port-aix.c
358
strerror(errno));
crypto/openssh/openbsd-compat/port-aix.c
397
debug("AIX getuserattr S_AUTHDOMAIN: %s", strerror(errno));
crypto/openssh/openbsd-compat/port-aix.c
399
debug("AIX getuserattr S_AUTHNAME: %s", strerror(errno));
crypto/openssh/openbsd-compat/port-aix.c
88
fatal("Couldn't set usrinfo: %s", strerror(errno));
crypto/openssh/openbsd-compat/port-irix.c
64
strerror(errno));
crypto/openssh/openbsd-compat/port-irix.c
70
strerror(errno));
crypto/openssh/openbsd-compat/port-irix.c
80
(int)projid, pw->pw_name, strerror(errno));
crypto/openssh/openbsd-compat/port-irix.c
86
debug("error setting satid: %.100s", strerror(errno));
crypto/openssh/openbsd-compat/port-linux.c
160
error("%s: getfilecon: %s", __func__, strerror(errno));
crypto/openssh/openbsd-compat/port-linux.c
170
__func__, strerror(errno));
crypto/openssh/openbsd-compat/port-linux.c
175
error("%s: setfilecon: %s", __func__, strerror(errno));
crypto/openssh/openbsd-compat/port-linux.c
196
logit_f("getcon failed with %s", strerror(errno));
crypto/openssh/openbsd-compat/port-linux.c
221
newctx, oldctx, strerror(errno));
crypto/openssh/openbsd-compat/port-linux.c
284
strerror(errno));
crypto/openssh/openbsd-compat/port-linux.c
289
oom_adj_path, strerror(errno));
crypto/openssh/openbsd-compat/port-linux.c
313
verbose("error writing %s: %s", oom_adj_path, strerror(errno));
crypto/openssh/openbsd-compat/port-linux.c
329
verbose("unable to lock memory: %s", strerror(errno));
crypto/openssh/openbsd-compat/port-linux.c
364
error_f("socket \"%s\" stat: %s", path, strerror(errno));
crypto/openssh/openbsd-compat/port-linux.c
379
error_f("socket \"%s\": %s", path, strerror(errno));
crypto/openssh/openbsd-compat/port-linux.c
383
error_f("socket \"%s\" connect: %s", path, strerror(errno));
crypto/openssh/openbsd-compat/port-linux.c
387
error_f("socket \"%s\" write: %s", path, strerror(errno));
crypto/openssh/openbsd-compat/port-net.c
154
__func__, TUN_CTRL_DEV, strerror(errno));
crypto/openssh/openbsd-compat/port-net.c
172
tun, strerror(errno));
crypto/openssh/openbsd-compat/port-net.c
180
mode, strerror(errno));
crypto/openssh/openbsd-compat/port-net.c
249
strerror(errno));
crypto/openssh/openbsd-compat/port-net.c
259
strerror(errno));
crypto/openssh/openbsd-compat/port-net.c
291
mode, strerror(errno));
crypto/openssh/openbsd-compat/port-net.c
58
__func__, fd, strerror(errno));
crypto/openssh/openbsd-compat/port-net.c
71
__func__, fd, name, strerror(errno));
crypto/openssh/openbsd-compat/port-prngd.c
100
error("Couldn't create socket: %s", strerror(errno));
crypto/openssh/openbsd-compat/port-prngd.c
107
tcp_port, strerror(errno));
crypto/openssh/openbsd-compat/port-prngd.c
110
addr_un->sun_path, strerror(errno));
crypto/openssh/openbsd-compat/port-prngd.c
126
strerror(errno));
crypto/openssh/openbsd-compat/port-prngd.c
137
strerror(errno));
crypto/openssh/openbsd-compat/port-solaris.c
104
"informative events: %s", __func__, strerror(errno));
crypto/openssh/openbsd-compat/port-solaris.c
111
"template: %s", __func__, strerror(errno));
crypto/openssh/openbsd-compat/port-solaris.c
132
"template: %s", __func__, strerror(errno));
crypto/openssh/openbsd-compat/port-solaris.c
153
"template: %s", __func__, strerror(errno));
crypto/openssh/openbsd-compat/port-solaris.c
175
"ctl file: %s", __func__, strerror(errno));
crypto/openssh/openbsd-compat/port-solaris.c
180
__func__, strerror(errno));
crypto/openssh/openbsd-compat/port-solaris.c
220
strerror(errno));
crypto/openssh/openbsd-compat/port-solaris.c
223
debug("getdefaultproj(%s): %s", pw->pw_name, strerror(errno));
crypto/openssh/openbsd-compat/port-solaris.c
240
error("priv_allocset: %s", strerror(errno));
crypto/openssh/openbsd-compat/port-solaris.c
246
error("priv_str_to_set: %s", strerror(errno));
crypto/openssh/openbsd-compat/port-solaris.c
275
fatal("priv_allocset: %s", strerror(errno));
crypto/openssh/openbsd-compat/port-solaris.c
277
fatal("solaris_basic_privset: %s", strerror(errno));
crypto/openssh/openbsd-compat/port-solaris.c
284
fatal("priv_addset: %s", strerror(errno));
crypto/openssh/openbsd-compat/port-solaris.c
293
fatal("priv_delset: %s", strerror(errno));
crypto/openssh/openbsd-compat/port-solaris.c
305
fatal("getppriv: %s", strerror(errno));
crypto/openssh/openbsd-compat/port-solaris.c
308
fatal("setppriv: %s", strerror(errno));
crypto/openssh/openbsd-compat/port-solaris.c
315
fatal("setppriv: %s", strerror(errno));
crypto/openssh/openbsd-compat/port-solaris.c
319
fatal("getppriv: %s", strerror(errno));
crypto/openssh/openbsd-compat/port-solaris.c
325
fatal("setppriv: %s", strerror(errno));
crypto/openssh/openbsd-compat/port-solaris.c
338
fatal("solaris_basic_privset: %s", strerror(errno));
crypto/openssh/openbsd-compat/port-solaris.c
346
fatal("priv_delset: %s", strerror(errno));
crypto/openssh/openbsd-compat/port-solaris.c
351
fatal("setppriv: %s", strerror(errno));
crypto/openssh/openbsd-compat/port-solaris.c
364
fatal("solaris_basic_privset: %s", strerror(errno));
crypto/openssh/openbsd-compat/port-solaris.c
372
fatal("priv_delset: %s", strerror(errno));
crypto/openssh/openbsd-compat/port-solaris.c
377
fatal("setppriv: %s", strerror(errno));
crypto/openssh/openbsd-compat/port-solaris.c
54
"contract: %s", __func__, strerror(errno));
crypto/openssh/openbsd-compat/port-solaris.c
59
"status: %s", __func__, strerror(errno));
crypto/openssh/openbsd-compat/port-solaris.c
64
__func__, strerror(errno));
crypto/openssh/openbsd-compat/port-solaris.c
79
CT_TEMPLATE, strerror(errno));
crypto/openssh/openbsd-compat/port-solaris.c
89
"(pgrponly): %s", __func__, strerror(errno));
crypto/openssh/openbsd-compat/port-solaris.c
94
"fatal events: %s", __func__, strerror(errno));
crypto/openssh/openbsd-compat/port-solaris.c
99
"critical events: %s", __func__, strerror(errno));
crypto/openssh/openbsd-compat/regress/utimensattest.c
52
strerror(saved_errno));
crypto/openssh/packet.c
560
debug_f("getpeername failed: %.100s", strerror(errno));
crypto/openssh/platform-tracing.c
57
strerror(errno));
crypto/openssh/platform-tracing.c
63
strerror(errno));
crypto/openssh/platform-tracing.c
69
strerror(errno));
crypto/openssh/platform-tracing.c
74
fatal("unable to set PT_DENY_ATTACH: %s", strerror(errno));
crypto/openssh/platform.c
92
error("setluid: %s", strerror(errno));
crypto/openssh/readconf.c
1374
filename, linenum, arg, strerror(errno));
crypto/openssh/readconf.c
2136
strerror(errno));
crypto/openssh/readconf.c
2583
fatal("fstat %s: %s", filename, strerror(errno));
crypto/openssh/readconf.c
549
shell, strerror(errno));
crypto/openssh/readconf.c
568
error("Unable to execute '%.100s': %s", cmd, strerror(errno));
crypto/openssh/readconf.c
576
fatal_f("fork: %.100s", strerror(errno));
crypto/openssh/readconf.c
580
fatal_f("waitpid: %s", strerror(errno));
crypto/openssh/readconf.c
605
strerror(errno));
crypto/openssh/readconf.c
677
fatal("gethostname: %s", strerror(errno));
crypto/openssh/readpass.c
167
strerror(errno));
crypto/openssh/readpass.c
254
error_f("fflush: %s", strerror(errno));
crypto/openssh/readpass.c
273
error_f("fork: %s", strerror(errno));
crypto/openssh/readpass.c
284
error_f("exec(%s): %s", askpass, strerror(errno));
crypto/openssh/readpass.c
330
fatal_f("waitpid: %s", strerror(errno));
crypto/openssh/readpass.c
61
error_f("fflush: %s", strerror(errno));
crypto/openssh/readpass.c
65
error_f("pipe: %s", strerror(errno));
crypto/openssh/readpass.c
70
error_f("fork: %s", strerror(errno));
crypto/openssh/readpass.c
77
fatal_f("dup2: %s", strerror(errno));
crypto/openssh/readpass.c
81
fatal_f("exec(%s): %s", askpass, strerror(errno));
crypto/openssh/regress/check-perm.c
104
strerror(errno));
crypto/openssh/regress/check-perm.c
196
fatal("Could not stat %s: %s", path, strerror(errno));
crypto/openssh/regress/check-perm.c
63
component, strerror(errno));
crypto/openssh/regress/check-perm.c
76
"%s", path, strerror(errno));
crypto/openssh/regress/misc/fuzz-harness/agent_fuzz_helper.c
141
error_f("dup: %s", strerror(errno));
crypto/openssh/regress/misc/fuzz-harness/agent_fuzz_helper.c
15
error_f("open /dev/null: %s", strerror(errno));
crypto/openssh/regress/setuid-allowed.c
53
path, strerror(errno));
crypto/openssh/regress/unittests/test_helper/test_helper.c
223
ret, strerror(errno));
crypto/openssh/sandbox-capsicum.c
78
__func__, strerror(errno));
crypto/openssh/sandbox-capsicum.c
82
__func__, strerror(errno));
crypto/openssh/sandbox-capsicum.c
86
__func__, strerror(errno));
crypto/openssh/sandbox-darwin.c
75
__func__, strerror(errno));
crypto/openssh/sandbox-darwin.c
78
__func__, strerror(errno));
crypto/openssh/sandbox-darwin.c
81
__func__, strerror(errno));
crypto/openssh/sandbox-rlimit.c
67
strerror(errno));
crypto/openssh/sandbox-rlimit.c
72
strerror(errno));
crypto/openssh/sandbox-rlimit.c
77
strerror(errno));
crypto/openssh/sandbox-seccomp-filter.c
480
fatal("%s: sigaction(SIGSYS): %s", __func__, strerror(errno));
crypto/openssh/sandbox-seccomp-filter.c
483
__func__, strerror(errno));
crypto/openssh/sandbox-seccomp-filter.c
497
__func__, strerror(errno));
crypto/openssh/sandbox-seccomp-filter.c
504
__func__, strerror(errno));
crypto/openssh/sandbox-seccomp-filter.c
507
__func__, strerror(errno));
crypto/openssh/sandbox-seccomp-filter.c
516
__func__, strerror(errno));
crypto/openssh/sandbox-seccomp-filter.c
522
__func__, strerror(errno));
crypto/openssh/sandbox-solaris.c
97
fatal("setppriv: %s", strerror(errno));
crypto/openssh/scp.c
1193
strerror(errno));
crypto/openssh/scp.c
1348
fatal("stat local \"%s\": %s", src, strerror(errno));
crypto/openssh/scp.c
1351
fatal("basename \"%s\": %s", src, strerror(errno));
crypto/openssh/scp.c
1416
syserr: run_err("%s: %s", name, strerror(errno));
crypto/openssh/scp.c
1496
run_err("%s: %s", name, strerror(haderr));
crypto/openssh/scp.c
1511
run_err("%s: %s", name, strerror(errno));
crypto/openssh/scp.c
1579
error("%s: %s", src, strerror(ENOENT));
crypto/openssh/scp.c
1592
error("%s: %s", src, strerror(ENOENT));
crypto/openssh/scp.c
1599
debug2_f("stat local \"%s\": %s", dst, strerror(errno));
crypto/openssh/scp.c
1611
error("local mkdir \"%s\": %s", dst, strerror(errno));
crypto/openssh/scp.c
1621
error("basename %s: %s", tmp, strerror(errno));
crypto/openssh/scp.c
1879
bad: run_err("%s: %s", np, strerror(errno));
crypto/openssh/scp.c
1909
strerror(errno) :
crypto/openssh/scp.c
1923
strerror(errno));
crypto/openssh/scp.c
1934
note_err("%s: %s", np, strerror(errno));
crypto/openssh/scp.c
1939
note_err("%s: truncate: %s", np, strerror(errno));
crypto/openssh/scp.c
1948
np, strerror(errno));
crypto/openssh/scp.c
1958
np, strerror(errno));
crypto/openssh/scp.c
1962
note_err("%s: close: %s", np, strerror(errno));
crypto/openssh/scp.c
1970
np, strerror(errno));
crypto/openssh/scp.c
2000
fatal("basename %s: %s", src, strerror(errno));
crypto/openssh/scp.c
2020
error("%s: %s", src, strerror(ENOENT));
crypto/openssh/scp.c
2033
error("%s: %s", src, strerror(ENOENT));
crypto/openssh/scp.c
2042
error("basename %s: %s", tmp, strerror(errno));
crypto/openssh/scp.c
2193
run_err("%s: %s", cp, strerror(errno));
crypto/openssh/scp.c
2235
run_err("fstat: %s", strerror(errno));
crypto/openssh/scp.c
249
fatal("do_local_cmd: fork: %s", strerror(errno));
crypto/openssh/scp.c
264
fatal("do_local_cmd: waitpid: %s", strerror(errno));
crypto/openssh/scp.c
301
fatal("pipe: %s", strerror(errno));
crypto/openssh/scp.c
305
fatal("socketpair: %s", strerror(errno));
crypto/openssh/scp.c
316
fatal("fork: %s", strerror(errno));
crypto/openssh/scp.c
322
error("dup2: %s", strerror(errno));
crypto/openssh/scp.c
332
error("dup2: %s", strerror(errno));
crypto/openssh/scp.c
422
fatal("fork: %s", strerror(errno));
crypto/openssh/scp.c
426
fatal("do_cmd2: waitpid: %s", strerror(errno));
crypto/openssh/scp.c
603
optarg + 7, strerror(errno));
crypto/openssh/servconf.c
1774
arg, strerror(errno));
crypto/openssh/servconf.c
827
fatal_f("getcwd: %s", strerror(errno));
crypto/openssh/serverloop.c
224
fatal_f("ppoll: %.100s", strerror(errno));
crypto/openssh/serverloop.c
275
strerror(errno));
crypto/openssh/serverloop.c
330
error_f("bsigset setup: %s", strerror(errno));
crypto/openssh/serverloop.c
351
error_f("bsigset sigprocmask: %s", strerror(errno));
crypto/openssh/serverloop.c
357
error_f("osigset sigprocmask: %s", strerror(errno));
crypto/openssh/session.c
1224
fatal_f("xasprintf: %s", strerror(errno));
crypto/openssh/session.c
1261
fatal_f("xasprintf: %s", strerror(errno));
crypto/openssh/session.c
1342
component, strerror(errno));
crypto/openssh/session.c
1355
"%s", path, strerror(errno));
crypto/openssh/session.c
1357
fatal("chroot(\"%s\"): %s", path, strerror(errno));
crypto/openssh/session.c
1359
fatal_f("chdir(/) after chroot: %s", strerror(errno));
crypto/openssh/session.c
1380
error("setlogin failed: %s", strerror(errno));
crypto/openssh/session.c
1638
strerror(errno));
crypto/openssh/session.c
1979
prog, strerror(errno));
crypto/openssh/session.c
214
"mkdtemp() failed: %.100s", strerror(errno));
crypto/openssh/session.c
2172
sig, strerror(errno));
crypto/openssh/session.c
2296
s->ptymaster, strerror(errno));
crypto/openssh/session.c
2614
fatal("gethostname: %.100s", strerror(errno));
crypto/openssh/session.c
281
error_f("mkstemp: %s", strerror(errno));
crypto/openssh/session.c
286
error_f("write: %s", strerror(errno));
crypto/openssh/session.c
290
error_f("close: %s", strerror(errno));
crypto/openssh/session.c
410
error_f("pipe in: %.100s", strerror(errno));
crypto/openssh/session.c
414
error_f("pipe out: %.100s", strerror(errno));
crypto/openssh/session.c
420
error_f("pipe err: %.100s", strerror(errno));
crypto/openssh/session.c
435
error_f("socketpair #1: %.100s", strerror(errno));
crypto/openssh/session.c
439
error_f("socketpair #2: %.100s", strerror(errno));
crypto/openssh/session.c
451
error_f("fork: %.100s", strerror(errno));
crypto/openssh/session.c
474
error("setsid failed: %.100s", strerror(errno));
crypto/openssh/session.c
586
error_f("dup #1: %s", strerror(errno));
crypto/openssh/session.c
593
error_f("dup #2: %s", strerror(errno));
crypto/openssh/session.c
603
error_f("fork: %.100s", strerror(errno));
crypto/openssh/session.c
623
error("dup2 stdin: %s", strerror(errno));
crypto/openssh/session.c
625
error("dup2 stdout: %s", strerror(errno));
crypto/openssh/session.c
627
error("dup2 stderr: %s", strerror(errno));
crypto/openssh/session.c
762
debug("getpeername: %.100s", strerror(errno));
crypto/openssh/sftp-client.c
1653
error("open local \"%s\": %s", local_path, strerror(errno));
crypto/openssh/sftp-client.c
1659
local_path, strerror(errno));
crypto/openssh/sftp-client.c
182
fatal("Couldn't send packet: %s", strerror(errno));
crypto/openssh/sftp-client.c
1840
strerror(errno));
crypto/openssh/sftp-client.c
1848
strerror(write_errno));
crypto/openssh/sftp-client.c
1863
strerror(errno));
crypto/openssh/sftp-client.c
1872
local_path, strerror(errno));
crypto/openssh/sftp-client.c
1880
local_path, strerror(errno));
crypto/openssh/sftp-client.c
1931
error("mkdir %s: %s", dst, strerror(errno));
crypto/openssh/sftp-client.c
1996
dst, strerror(errno));
crypto/openssh/sftp-client.c
2004
strerror(errno));
crypto/openssh/sftp-client.c
202
fatal("Couldn't read packet: %s", strerror(errno));
crypto/openssh/sftp-client.c
2055
error("open local \"%s\": %s", local_path, strerror(errno));
crypto/openssh/sftp-client.c
2059
error("fstat local \"%s\": %s", local_path, strerror(errno));
crypto/openssh/sftp-client.c
2141
local_path, strerror(errno));
crypto/openssh/sftp-client.c
222
fatal("Read packet: %s", strerror(errno));
crypto/openssh/sftp-client.c
2231
error("close local \"%s\": %s", local_path, strerror(errno));
crypto/openssh/sftp-client.c
2271
error("stat local \"%s\": %s", src, strerror(errno));
crypto/openssh/sftp-client.c
2307
error("local opendir \"%s\": %s", src, strerror(errno));
crypto/openssh/sftp-client.c
2324
strerror(errno));
crypto/openssh/sftp-client.c
2336
strerror(errno));
crypto/openssh/sftp-client.c
2409
fatal_f("poll: %s", strerror(errno));
crypto/openssh/sftp-server.c
1673
error("%s: read failed: %s", __func__, strerror(errno));
crypto/openssh/sftp-server.c
1684
strerror(errno));
crypto/openssh/sftp-server.c
2032
strerror(errno));
crypto/openssh/sftp-server.c
2065
error("poll: %s", strerror(errno));
crypto/openssh/sftp-server.c
2077
error("read: %s", strerror(errno));
crypto/openssh/sftp-server.c
2092
error("write: %s", strerror(errno));
crypto/openssh/sftp-server.c
829
strerror(errno));
crypto/openssh/sftp-server.c
838
strerror(errno));
crypto/openssh/sftp-server.c
877
strerror(errno));
crypto/openssh/sftp-server.c
884
handle_to_name(handle), strerror(errno));
crypto/openssh/sftp.c
1701
"\"%s\": %s", path1, strerror(errno));
crypto/openssh/sftp.c
1708
"\"%s\": %s", path1, strerror(errno));
crypto/openssh/sftp.c
1783
error("Couldn't get local cwd: %s", strerror(errno));
crypto/openssh/sftp.c
2302
strerror(errno));
crypto/openssh/sftp.c
2370
fatal("pipe: %s", strerror(errno));
crypto/openssh/sftp.c
2379
fatal("socketpair: %s", strerror(errno));
crypto/openssh/sftp.c
2385
fatal("fork: %s", strerror(errno));
crypto/openssh/sftp.c
2389
fprintf(stderr, "dup2: %s\n", strerror(errno));
crypto/openssh/sftp.c
2407
fprintf(stderr, "exec: %s: %s\n", path, strerror(errno));
crypto/openssh/sftp.c
2529
fatal("%s (%s).", strerror(errno), optarg);
crypto/openssh/sftp.c
2579
optarg + 7, strerror(errno));
crypto/openssh/sftp.c
2698
strerror(errno));
crypto/openssh/sftp.c
337
fatal("Couldn't fork: %s", strerror(errno));
crypto/openssh/sftp.c
349
strerror(errno));
crypto/openssh/sftp.c
354
fatal("Couldn't wait for child: %s", strerror(errno));
crypto/openssh/sftp.c
684
error("basename %s: %s", tmp, strerror(errno));
crypto/openssh/sftp.c
773
error("stat %s: %s", g.gl_pathv[i], strerror(errno));
crypto/openssh/sftp.c
779
error("basename %s: %s", tmp, strerror(errno));
crypto/openssh/ssh-agent.c
1428
strerror(errno));
crypto/openssh/ssh-agent.c
1624
provider, strerror(errno));
crypto/openssh/ssh-agent.c
1695
provider, strerror(errno));
crypto/openssh/ssh-agent.c
1985
error("accept from AUTH_SOCKET: %s", strerror(errno));
crypto/openssh/ssh-agent.c
1989
error("getpeereid %d failed: %s", fd, strerror(errno));
crypto/openssh/ssh-agent.c
2015
socknum, sockets[socknum].fd, strerror(errno));
crypto/openssh/ssh-agent.c
2046
socknum, sockets[socknum].fd, strerror(errno));
crypto/openssh/ssh-agent.c
2276
fatal("%s: getrlimit: %s", __progname, strerror(errno));
crypto/openssh/ssh-agent.c
2503
error("setsid: %s", strerror(errno));
crypto/openssh/ssh-agent.c
2515
error("setrlimit RLIMIT_CORE: %s", strerror(errno));
crypto/openssh/ssh-agent.c
2544
fatal("%s: pledge: %s", __progname, strerror(errno));
crypto/openssh/ssh-agent.c
2570
fatal("poll: %s", strerror(saved_errno));
crypto/openssh/ssh-keygen.c
1006
fatal("%s: %s: %s", __progname, path, strerror(errno));
crypto/openssh/ssh-keygen.c
1125
strerror(errno));
crypto/openssh/ssh-keygen.c
1149
prv_tmp, strerror(errno));
crypto/openssh/ssh-keygen.c
1171
pub_tmp, strerror(errno));
crypto/openssh/ssh-keygen.c
1185
pub_file, strerror(errno));
crypto/openssh/ssh-keygen.c
1190
key_types[i].path, strerror(errno));
crypto/openssh/ssh-keygen.c
1356
fatal("Cannot stat %s: %s", identity_file, strerror(errno));
crypto/openssh/ssh-keygen.c
1377
fatal("mkstemp: %s", strerror(errno));
crypto/openssh/ssh-keygen.c
1381
fatal("fdopen: %s", strerror(oerrno));
crypto/openssh/ssh-keygen.c
1415
fatal("unlink %.100s: %s", old, strerror(errno));
crypto/openssh/ssh-keygen.c
1418
strerror(errno));
crypto/openssh/ssh-keygen.c
1422
strerror(errno));
crypto/openssh/ssh-keygen.c
1456
fatal("%s: %s", identity_file, strerror(errno));
crypto/openssh/ssh-keygen.c
1547
fatal("%s: %s", fname, strerror(errno));
crypto/openssh/ssh-keygen.c
1572
fatal("%s: %s", identity_file, strerror(errno));
crypto/openssh/ssh-keygen.c
2216
fatal("%s: %s: %s", __progname, identity_file, strerror(errno));
crypto/openssh/ssh-keygen.c
2224
fatal("fopen %s: %s", identity_file, strerror(errno));
crypto/openssh/ssh-keygen.c
2327
fatal("fopen %s: %s", path, strerror(errno));
crypto/openssh/ssh-keygen.c
2479
identity_file, strerror(errno));
crypto/openssh/ssh-keygen.c
2512
fatal("write %s: %s", identity_file, strerror(errno));
crypto/openssh/ssh-keygen.c
2667
wfile, strerror(errno));
crypto/openssh/ssh-keygen.c
2676
wfile, strerror(errno));
crypto/openssh/ssh-keygen.c
2805
argv[i], strerror(errno));
crypto/openssh/ssh-keygen.c
3035
out_file, strerror(errno));
crypto/openssh/ssh-keygen.c
3094
strerror(errno));
crypto/openssh/ssh-keygen.c
3102
out_file, strerror(errno));
crypto/openssh/ssh-keygen.c
3424
fatal("gethostname: %s", strerror(errno));
crypto/openssh/ssh-keygen.c
3801
fatal("%s: %s", identity_file, strerror(errno));
crypto/openssh/ssh-keygen.c
442
fatal("%s: %s: %s", __progname, identity_file, strerror(errno));
crypto/openssh/ssh-keygen.c
652
fatal("unget: %s", strerror(errno));
crypto/openssh/ssh-keygen.c
677
fatal("%s: %s: %s", __progname, identity_file, strerror(errno));
crypto/openssh/ssh-keygen.c
723
fatal("%s: %s: %s", __progname, identity_file, strerror(errno));
crypto/openssh/ssh-keygen.c
771
fatal("%s: %s: %s", __progname, identity_file, strerror(errno));
crypto/openssh/ssh-keygen.c
797
fatal("%s: %s: %s", __progname, identity_file, strerror(errno));
crypto/openssh/ssh-keygen.c
861
fatal("%s: %s", identity_file, strerror(errno));
crypto/openssh/ssh-keygen.c
969
fatal("%s: %s", path, strerror(errno));
crypto/openssh/ssh-keyscan.c
378
error("socket: %s", strerror(errno));
crypto/openssh/ssh-keyscan.c
385
error("connect (`%s'): %s", host, strerror(errno));
crypto/openssh/ssh-keyscan.c
483
error("write (%s): %s", c->c_name, strerror(errno));
crypto/openssh/ssh-keyscan.c
518
error("read (%s): %s", c->c_name, strerror(errno));
crypto/openssh/ssh-keyscan.c
811
fp == stdin ? "<stdin>" : argv[j], strerror(errno));
crypto/openssh/ssh-keyscan.c
834
fp == stdin ? "<stdin>" : argv[j], strerror(errno));
crypto/openssh/ssh-keysign.c
189
fatal("%s: pledge: %s", __progname, strerror(errno));
crypto/openssh/ssh-keysign.c
233
fatal("%s: pledge: %s", __progname, strerror(errno));
crypto/openssh/ssh-pkcs11-client.c
575
error_f("socketpair: %s", strerror(errno));
crypto/openssh/ssh-pkcs11-client.c
584
error_f("fork: %s", strerror(errno));
crypto/openssh/ssh-pkcs11-client.c
597
fprintf(stderr, "dup2: %s\n", strerror(errno));
crypto/openssh/ssh-pkcs11-client.c
610
fprintf(stderr, "exec: %s: %s\n", prog, strerror(errno));
crypto/openssh/ssh-pkcs11-helper.c
405
fatal("poll: %s", strerror(errno));
crypto/openssh/ssh-pkcs11-helper.c
415
error("read: %s", strerror(errno));
crypto/openssh/ssh-pkcs11-helper.c
425
error("write: %s", strerror(errno));
crypto/openssh/ssh-sk-client.c
125
error_f("waitpid: %s", strerror(errno));
crypto/openssh/ssh-sk-client.c
63
error_f("helper \"%s\" unusable: %s", helper, strerror(errno));
crypto/openssh/ssh-sk-client.c
73
error("socketpair: %s", strerror(errno));
crypto/openssh/ssh-sk-client.c
79
error("fork: %s", strerror(errno));
crypto/openssh/ssh-sk-client.c
89
error_f("dup2: %s", strerror(errno));
crypto/openssh/ssh-sk-client.c
98
error_f("execlp: %s", strerror(errno));
crypto/openssh/ssh-sk-helper.c
308
fatal("%s: dup: %s", __progname, strerror(errno));
crypto/openssh/ssh.c
1435
fatal("gethostname: %s", strerror(errno));
crypto/openssh/ssh.c
1541
options.forward_agent_sock_path, strerror(errno));
crypto/openssh/ssh.c
1896
fatal_f("fork: %s", strerror(errno));
crypto/openssh/ssh.c
1933
fatal("daemon() failed: %.200s", strerror(errno));
crypto/openssh/ssh.c
577
"%.100s", config, strerror(errno));
crypto/openssh/ssh.c
895
strerror(errno));
crypto/openssh/sshconnect.c
127
"proxy dialer: %.100s", strerror(errno));
crypto/openssh/sshconnect.c
1725
shell, args, strerror(errno));
crypto/openssh/sshconnect.c
1728
fatal("fork failed: %.100s", strerror(errno));
crypto/openssh/sshconnect.c
173
fatal("fork failed: %.100s", strerror(errno));
crypto/openssh/sshconnect.c
1731
fatal("Couldn't wait for child: %s", strerror(errno));
crypto/openssh/sshconnect.c
183
fatal("Couldn't wait for child: %s", strerror(errno));
crypto/openssh/sshconnect.c
210
strerror(errno));
crypto/openssh/sshconnect.c
257
fatal("fork failed: %.100s", strerror(errno));
crypto/openssh/sshconnect.c
364
error("socket: %s", strerror(errno));
crypto/openssh/sshconnect.c
399
strerror(errno));
crypto/openssh/sshconnect.c
419
error("bind %s: %s", ntop, strerror(errno));
crypto/openssh/sshconnect.c
522
ntop, strport, strerror(errno));
crypto/openssh/sshconnect.c
535
host, strport, errno == 0 ? "failure" : strerror(errno));
crypto/openssh/sshconnect.c
545
error("setsockopt SO_KEEPALIVE: %.100s", strerror(errno));
crypto/openssh/sshconnect2.c
1532
"no such identity: %s: %s", id->filename, strerror(errno));
crypto/openssh/sshconnect2.c
2027
error_f("not installed: %s", strerror(errno));
crypto/openssh/sshconnect2.c
2031
error_f("fflush: %s", strerror(errno));
crypto/openssh/sshconnect2.c
2035
error_f("pipe: %s", strerror(errno));
crypto/openssh/sshconnect2.c
2039
error_f("pipe: %s", strerror(errno));
crypto/openssh/sshconnect2.c
2043
error_f("fork: %s", strerror(errno));
crypto/openssh/sshconnect2.c
2050
fatal_f("dup2: %s", strerror(errno));
crypto/openssh/sshconnect2.c
2053
fatal_f("dup2: %s", strerror(errno));
crypto/openssh/sshconnect2.c
2058
fatal_f("dup2: %s", strerror(errno));
crypto/openssh/sshconnect2.c
2061
debug3_f("fcntl F_SETFD: %s", strerror(errno));
crypto/openssh/sshconnect2.c
2068
strerror(errno));
crypto/openssh/sshconnect2.c
2094
error_f("waitpid %ld: %s", (long)pid, strerror(errno));
crypto/openssh/sshd-auth.c
195
strerror(errno));
crypto/openssh/sshd-auth.c
197
fatal("chdir(\"/\"): %s", strerror(errno));
crypto/openssh/sshd-auth.c
207
fatal("setgroups: %.100s", strerror(errno));
crypto/openssh/sshd-auth.c
739
error("chdir(\"/\"): %s", strerror(errno));
crypto/openssh/sshd-session.c
1007
fatal("open %s: %s", _PATH_DEVNULL, strerror(errno));
crypto/openssh/sshd-session.c
1010
fatal("dup %s: %s", _PATH_DEVNULL, strerror(errno));
crypto/openssh/sshd-session.c
1080
fatal("dup2 devnull->config fd: %s", strerror(errno));
crypto/openssh/sshd-session.c
1162
error("chdir(\"/\"): %s", strerror(errno));
crypto/openssh/sshd-session.c
1226
error("setsockopt SO_KEEPALIVE: %.100s", strerror(errno));
crypto/openssh/sshd-session.c
1420
strerror(errno));
crypto/openssh/sshd-session.c
368
fatal_f("waitpid: %s", strerror(errno));
crypto/openssh/sshd-session.c
399
fatal("dup2 stdin failed: %s", strerror(errno));
crypto/openssh/sshd-session.c
403
fatal("dup2 stdout failed: %s", strerror(errno));
crypto/openssh/sshd-session.c
408
fatal("dup2 monitor fd: %s", strerror(errno));
crypto/openssh/sshd-session.c
411
fatal("dup2 log fd: %s", strerror(errno));
crypto/openssh/sshd-session.c
418
options.sshd_auth_path, strerror(errno));
crypto/openssh/sshd-session.c
825
rtable, strerror(errno));
crypto/openssh/sshd.c
1040
error("ppoll: %.100s", strerror(errno));
crypto/openssh/sshd.c
1104
strerror(errno));
crypto/openssh/sshd.c
1158
strerror(errno));
crypto/openssh/sshd.c
1206
strerror(errno));
crypto/openssh/sshd.c
1273
error("fork: %.100s", strerror(errno));
crypto/openssh/sshd.c
1401
debug("setgroups(): %.200s", strerror(errno));
crypto/openssh/sshd.c
1531
fatal("open %s: %s", _PATH_DEVNULL, strerror(errno));
crypto/openssh/sshd.c
1534
fatal("dup %s: %s", _PATH_DEVNULL, strerror(errno));
crypto/openssh/sshd.c
1830
debug("setgroups() failed: %.200s", strerror(errno));
crypto/openssh/sshd.c
1878
fatal("daemon() failed: %.200s", strerror(errno));
crypto/openssh/sshd.c
1887
debug("madvise(): %.200s", strerror(errno));
crypto/openssh/sshd.c
1894
error("chdir(\"/\"): %s", strerror(errno));
crypto/openssh/sshd.c
1905
fatal("socketpair: %s", strerror(errno));
crypto/openssh/sshd.c
1931
options.pid_file, strerror(errno));
crypto/openssh/sshd.c
1952
error("setsid: %.100s", strerror(errno));
crypto/openssh/sshd.c
1958
fatal("dup2 stdin: %s", strerror(errno));
crypto/openssh/sshd.c
1960
fatal("dup2 stdout: %s", strerror(errno));
crypto/openssh/sshd.c
1966
fatal("dup2 config_s: %s", strerror(errno));
crypto/openssh/sshd.c
1975
fatal("rexec of %s failed: %s", rexec_argv[0], strerror(errno));
crypto/openssh/sshd.c
460
error_f("waitpid: %s", strerror(errno));
crypto/openssh/sshd.c
542
strerror(errno));
crypto/openssh/sshd.c
806
fatal_f("fork failed: %s", strerror(errno));
crypto/openssh/sshd.c
815
error_f("write: %s", strerror(errno));
crypto/openssh/sshd.c
820
error_f("write: %s", strerror(errno));
crypto/openssh/sshd.c
855
verbose("socket: %.100s", strerror(errno));
crypto/openssh/sshd.c
863
verbose("socket: CLOEXEC: %s", strerror(errno));
crypto/openssh/sshd.c
884
strport, ntop, strerror(errno));
crypto/openssh/sshd.c
894
ntop, strport, strerror(errno));
crypto/openssh/ssherr.c
75
return strerror(errno);
crypto/openssh/sshpty.c
113
error("setsid: %.100s", strerror(errno));
crypto/openssh/sshpty.c
128
error("ioctl(TIOCSCTTY): %.100s", strerror(errno));
crypto/openssh/sshpty.c
132
error("SETPGRP %s",strerror(errno));
crypto/openssh/sshpty.c
136
error("%.100s: %.100s", tty, strerror(errno));
crypto/openssh/sshpty.c
144
strerror(errno));
crypto/openssh/sshpty.c
187
strerror(errno));
crypto/openssh/sshpty.c
199
strerror(errno));
crypto/openssh/sshpty.c
203
strerror(errno));
crypto/openssh/sshpty.c
212
tty, (u_int)mode, strerror(errno));
crypto/openssh/sshpty.c
215
tty, (u_int)mode, strerror(errno));
crypto/openssh/sshpty.c
73
error("openpty: %.100s", strerror(errno));
crypto/openssh/sshpty.c
91
error("chown %.100s 0 0 failed: %.100s", tty, strerror(errno));
crypto/openssh/sshpty.c
93
error("chmod %.100s 0666 failed: %.100s", tty, strerror(errno));
crypto/openssh/sshsig.c
1003
path, strerror(errno));
crypto/openssh/sshsig.c
1043
path, strerror(errno));
crypto/openssh/sshsig.c
1070
path, strerror(errno));
crypto/openssh/sshsig.c
1097
path, strerror(errno));
crypto/openssh/sshsig.c
532
error_f("read: %s", strerror(errno));
crypto/openssh/ttymodes.c
294
logit("tcgetattr: %.100s", strerror(errno));
crypto/openssh/ttymodes.c
368
logit("tcgetattr: %.100s", strerror(errno));
crypto/openssh/ttymodes.c
449
logit("Setting tty modes failed: %.100s", strerror(errno));
crypto/openssh/uidswap.c
103
strerror(errno));
crypto/openssh/uidswap.c
107
fatal("getgroups: %.100s", strerror(errno));
crypto/openssh/uidswap.c
112
fatal("getgroups: %.100s", strerror(errno));
crypto/openssh/uidswap.c
121
fatal("setgroups: %.100s", strerror(errno));
crypto/openssh/uidswap.c
125
debug("setgid %u: %.100s", (u_int) getegid(), strerror(errno));
crypto/openssh/uidswap.c
128
debug("setuid %u: %.100s", (u_int) geteuid(), strerror(errno));
crypto/openssh/uidswap.c
132
strerror(errno));
crypto/openssh/uidswap.c
135
strerror(errno));
crypto/openssh/uidswap.c
156
fatal("seteuid %u: %.100s", (u_int)saved_euid, strerror(errno));
crypto/openssh/uidswap.c
158
fatal("setegid %u: %.100s", (u_int)saved_egid, strerror(errno));
crypto/openssh/uidswap.c
166
fatal("%s: setuid failed: %s", __func__, strerror(errno));
crypto/openssh/uidswap.c
168
fatal("%s: setgid failed: %s", __func__, strerror(errno));
crypto/openssh/uidswap.c
172
fatal("setgroups: %.100s", strerror(errno));
crypto/openssh/uidswap.c
196
fatal("setresgid %u: %.100s", (u_int)pw->pw_gid, strerror(errno));
crypto/openssh/uidswap.c
205
pw->pw_name, (u_int)pw->pw_gid, strerror(errno));
crypto/openssh/uidswap.c
209
fatal("setresuid %u: %.100s", (u_int)pw->pw_uid, strerror(errno));
crypto/openssh/uidswap.c
88
fatal("getgroups: %.100s", strerror(errno));
crypto/openssh/uidswap.c
93
fatal("getgroups: %.100s", strerror(errno));
crypto/openssl/apps/genpkey.c
324
outpubkeyfile, strerror(errno));
crypto/openssl/apps/genpkey.c
330
outfile, strerror(errno));
crypto/openssl/apps/lib/apps.c
1118
BIO_printf(bio_err, ": %s", strerror(ERR_GET_REASON(err)));
crypto/openssl/apps/lib/apps.c
3146
opt_getprog(), filename, strerror(errno));
crypto/openssl/apps/lib/apps.c
3173
mode == 'r' ? "stdin" : "stdout", strerror(errno));
crypto/openssl/apps/lib/apps.c
3184
filename, modeverb(mode), strerror(errno));
crypto/openssl/apps/lib/http_server.c
145
"waitpid() failed: %s", strerror(errno));
crypto/openssl/apps/lib/http_server.c
92
strerror(errno));
crypto/openssl/apps/rehash.c
446
opt_getprog(), buf, strerror(errno));
crypto/openssl/apps/rehash.c
453
strerror(errno));
crypto/openssl/apps/rehash.c
468
opt_getprog(), buf, strerror(errno));
crypto/openssl/crypto/o_str.c
411
err = strerror(errnum);
crypto/openssl/engines/e_devcrypto.c
1209
fprintf(stderr, "Could not open /dev/crypto: %s\n", strerror(errno));
crypto/openssl/engines/e_devcrypto.c
1215
fprintf(stderr, "Could not create crypto fd: %s\n", strerror(errno));
crypto/openssl/engines/e_devcrypto.c
1237
fprintf(stderr, "Error closing /dev/crypto: %s\n", strerror(errno));
crypto/openssl/test/bio_tfo_test.c
189
const char *errstr = strerror(sockerr);
crypto/openssl/test/bio_tfo_test.c
399
const char *errstr = strerror(sockerr);
crypto/openssl/test/errtest.c
83
reason = strerror(syserr);
crypto/openssl/test/testutil/tests.c
143
TEST_error("%s: %s", s, strerror(errno));
include/string.h
97
char *strerror(int);
lib/geom/cache/geom_cache.c
158
name, strerror(errno));
lib/geom/cache/geom_cache.c
166
name, strerror(error));
lib/geom/cache/geom_cache.c
191
name, strerror(error));
lib/geom/cache/geom_cache.c
231
name, strerror(error));
lib/geom/concat/geom_concat.c
142
strerror(error));
lib/geom/concat/geom_concat.c
170
name, strerror(errno));
lib/geom/concat/geom_concat.c
178
name, strerror(error));
lib/geom/concat/geom_concat.c
204
name, strerror(error));
lib/geom/concat/geom_concat.c
245
name, strerror(error));
lib/geom/eli/geom_eli.c
1380
strerror(error));
lib/geom/eli/geom_eli.c
1442
strerror(error));
lib/geom/eli/geom_eli.c
1606
prov, strerror(errno));
lib/geom/eli/geom_eli.c
1627
prov, strerror(error));
lib/geom/eli/geom_eli.c
1649
strerror(error));
lib/geom/eli/geom_eli.c
1657
strerror(errno));
lib/geom/eli/geom_eli.c
1664
prov, strerror(errno));
lib/geom/eli/geom_eli.c
1720
strerror(errno));
lib/geom/eli/geom_eli.c
1732
strerror(error));
lib/geom/eli/geom_eli.c
1739
strerror(errno));
lib/geom/eli/geom_eli.c
1745
strerror(errno));
lib/geom/eli/geom_eli.c
1802
strerror(errno));
lib/geom/eli/geom_eli.c
1842
gctl_error(req, "Cannot open %s: %s.", prov, strerror(errno));
lib/geom/eli/geom_eli.c
1850
strerror(errno));
lib/geom/eli/geom_eli.c
1869
strerror(errno));
lib/geom/eli/geom_eli.c
1890
prov, strerror(error));
lib/geom/eli/geom_eli.c
1956
strerror(error));
lib/geom/eli/geom_eli.c
1982
name, strerror(error));
lib/geom/eli/geom_eli.c
298
strerror(errno));
lib/geom/eli/geom_eli.c
303
gctl_error(req, "Cannot lock memory: %s.", strerror(errno));
lib/geom/eli/geom_eli.c
401
type, file, strerror(errno));
lib/geom/eli/geom_eli.c
435
type, file, strerror(error));
lib/geom/eli/geom_eli.c
455
strerror(errno));
lib/geom/eli/geom_eli.c
469
strerror(errno));
lib/geom/eli/geom_eli.c
638
strerror(errno));
lib/geom/eli/geom_eli.c
643
prov, strerror(errno));
lib/geom/eli/geom_eli.c
654
prov, strerror(error));
lib/geom/eli/geom_eli.c
674
prov, strerror(error));
lib/geom/eli/geom_eli.c
695
strerror(errno));
lib/geom/eli/geom_eli.c
701
prov, strerror(errno));
lib/geom/eli/geom_eli.c
712
prov, strerror(errno));
lib/geom/eli/geom_eli.c
892
prov, strerror(errno));
lib/geom/eli/geom_eli.c
927
strerror(error));
lib/geom/eli/geom_eli.c
938
strerror(error));
lib/geom/journal/geom_journal.c
246
strerror(error));
lib/geom/journal/geom_journal.c
280
str, strerror(error));
lib/geom/journal/geom_journal.c
306
name, strerror(error));
lib/geom/journal/geom_journal.c
334
name, strerror(error));
lib/geom/label/geom_label.c
139
strerror(error));
lib/geom/label/geom_label.c
151
strerror(errno));
lib/geom/label/geom_label.c
162
strerror(error));
lib/geom/label/geom_label.c
186
name, strerror(error));
lib/geom/label/geom_label.c
223
name, strerror(error));
lib/geom/label/geom_label.c
251
name, strerror(errno));
lib/geom/mirror/geom_mirror.c
236
str, strerror(errno));
lib/geom/mirror/geom_mirror.c
259
strerror(error));
lib/geom/mirror/geom_mirror.c
284
str, strerror(error));
lib/geom/mirror/geom_mirror.c
310
name, strerror(error));
lib/geom/mirror/geom_mirror.c
338
name, strerror(error));
lib/geom/mirror/geom_mirror.c
374
path, strerror(error));
lib/geom/mirror/geom_mirror.c
397
path, strerror(error));
lib/geom/multipath/geom_multipath.c
175
name, strerror(errno));
lib/geom/multipath/geom_multipath.c
246
gctl_error(req, "cannot store metadata on %s: %s.", name, strerror(error));
lib/geom/multipath/geom_multipath.c
258
name2, strerror(errno));
lib/geom/multipath/geom_multipath.c
264
name2, strerror(errno));
lib/geom/multipath/geom_multipath.c
298
name, strerror(error));
lib/geom/raid3/geom_raid3.c
201
str, strerror(errno));
lib/geom/raid3/geom_raid3.c
229
strerror(error));
lib/geom/raid3/geom_raid3.c
267
str, strerror(error));
lib/geom/raid3/geom_raid3.c
293
name, strerror(error));
lib/geom/raid3/geom_raid3.c
321
name, strerror(error));
lib/geom/shsec/geom_shsec.c
131
name, strerror(errno));
lib/geom/shsec/geom_shsec.c
145
strerror(error));
lib/geom/shsec/geom_shsec.c
183
name, strerror(error));
lib/geom/shsec/geom_shsec.c
209
name, strerror(error));
lib/geom/shsec/geom_shsec.c
250
name, strerror(error));
lib/geom/stripe/geom_stripe.c
149
name, strerror(errno));
lib/geom/stripe/geom_stripe.c
163
strerror(error));
lib/geom/stripe/geom_stripe.c
208
name, strerror(error));
lib/geom/stripe/geom_stripe.c
234
name, strerror(error));
lib/geom/stripe/geom_stripe.c
276
name, strerror(error));
lib/geom/virstor/geom_virstor.c
204
fprintf(stderr, "%s for %s\n", strerror(errno), name);
lib/geom/virstor/geom_virstor.c
279
"%s: %s.", name, strerror(errno));
lib/geom/virstor/geom_virstor.c
287
strerror(error));
lib/geom/virstor/geom_virstor.c
353
map_size, strerror(errno));
lib/geom/virstor/geom_virstor.c
431
name, strerror(error));
lib/geom/virstor/geom_virstor.c
465
"(do I own it?)\n", name, strerror(error));
lib/geom/virstor/geom_virstor.c
531
name, strerror(error));
lib/libc/db/test/btree.tests/main.c
173
(void)fprintf(stderr, "dbopen: %s\n", strerror(errno));
lib/libc/db/test/btree.tests/main.c
192
"/dev/tty: %s\n", strerror(errno));
lib/libc/db/test/btree.tests/main.c
587
(void)fprintf(stderr, "%s: %s\n", argv[1], strerror(errno));
lib/libc/db/test/btree.tests/main.c
615
(void)fprintf(stderr, "%s: %s\n", argv[1], strerror(errno));
lib/libc/db/test/dbtest.c
106
err("%s: %s", optarg, strerror(errno));
lib/libc/db/test/dbtest.c
126
err("%s: %s", *argv, strerror(errno));
lib/libc/db/test/dbtest.c
153
err("dbopen: %s", strerror(errno));
lib/libc/db/test/dbtest.c
183
err("write: %s", strerror(errno));
lib/libc/db/test/dbtest.c
320
err("db->close: %s", strerror(errno));
lib/libc/db/test/dbtest.c
361
err("line %lu: get: %s", lineno, strerror(errno));
lib/libc/db/test/dbtest.c
384
err("line %lu: getdata: %s", lineno, strerror(errno));
lib/libc/db/test/dbtest.c
401
err("line %lu: put: %s", lineno, strerror(errno));
lib/libc/db/test/dbtest.c
418
err("line %lu: rem: %s", lineno, strerror(errno));
lib/libc/db/test/dbtest.c
443
err("line %lu: synk: %s", lineno, strerror(errno));
lib/libc/db/test/dbtest.c
462
err("line %lu: seq: %s", lineno, strerror(errno));
lib/libc/db/test/dbtest.c
505
lineno, strerror(errno));
lib/libc/db/test/dbtest.c
680
err("%s: %s\n", name, strerror(errno));
lib/libc/db/test/dbtest.c
683
err("%s: %s\n", name, strerror(E2BIG));
lib/libc/db/test/dbtest.c
686
err("%s", strerror(errno));
lib/libc/db/test/dbtest.c
701
err("%s", strerror(errno));
lib/libc/gen/err.c
121
fprintf(err_file, "%s", strerror(code));
lib/libc/gen/fstab.c
291
p = strerror(err);
lib/libc/net/rcmd.c
125
strerror(errno));
lib/libc/net/rcmd.c
154
strerror(errno));
lib/libc/net/rcmd.c
172
*ahost, strerror(errno));
lib/libc/net/rcmd.c
221
strerror(errno));
lib/libc/net/rcmd.c
240
strerror(errno));
lib/libc/net/rcmd.c
272
"rcmd: accept: %s\n", strerror(errno));
lib/libc/net/rcmd.c
288
"rcmd: %s: %s\n", *ahost, strerror(errno));
lib/libc/net/rcmdsh.c
133
pw->pw_uid, strerror(errno));
lib/libc/net/rcmdsh.c
156
rshprog, strerror(errno));
lib/libc/resolv/res_debug.c
169
strerror(errno));
lib/libc/resolv/res_debug.c
251
strerror(errno));
lib/libc/resolv/res_debug.c
275
fprintf(file, ";; ns_initparse: %s\n", strerror(errno));
lib/libc/resolv/res_findzonecut.c
215
DPRINTF(("FINISH n=%d (%s)", n, (n < 0) ? strerror(errno) : "OK"));
lib/libc/resolv/res_send.c
1104
string, hbuf, sbuf, strerror(error));
lib/libc/resolv/res_send.c
1115
string, strerror(error));
lib/libc/resolv/res_update.c
182
n, strerror(errno)));
lib/libc/rpc/clnt_perror.c
117
i = snprintf(str, len, "; errno = %s", strerror(e.re_errno));
lib/libc/rpc/clnt_perror.c
254
(void)strncat(str, strerror(rpc_createerr.cf_error.re_errno),
lib/libc/tests/gen/sig2str_test.c
136
fullname, errno, strerror(errno));
lib/libc/tests/gen/sig2str_test.c
157
fullname, errno, strerror(errno));
lib/libc/tests/nss/getaddrinfo_test.c
459
strerror(errno));
lib/libc/tests/nss/gethostby_test.c
736
strerror(errno));
lib/libc/tests/nss/gethostby_test.c
827
strerror(errno));
lib/libc/tests/resolv/resolv_test.c
247
ATF_REQUIRE_MSG(rc == 0, "pthread_create failed: %s", strerror(rc));
lib/libc/tests/secure/fortify_unistd_test.c
184
ATF_REQUIRE_MSG(jid > 0, "Jail creation failed: %s", strerror(errno));
lib/libc/tests/stdio/eintr_test.c
118
strerror(errno));
lib/libc/tests/stdio/eintr_test.c
80
atf_tc_fail("fork failed %s", strerror(errno));
lib/libc/tests/stdio/eintr_test.c
94
strerror(errno));
lib/libc/tests/stdio/mkostemp_test.c
119
testnum++, oflags, fd, strerror(errno));
lib/libc/tests/stdio/mkostemp_test.c
60
testnum++, oflags, strerror(errno));
lib/libc/tests/stdio/mkostemp_test.c
86
testnum++, oflags, tmpf, strerror(errno));
lib/libc/tests/stdio/mkostemp_test.c
92
testnum++, oflags, fd, strerror(errno));
lib/libc/tests/stdio/open_memstream2_test.c
171
__STRING(offset), __STRING(whence), strerror(errno)); \
lib/libc/tests/stdio/open_wmemstream_test.c
171
__STRING(offset), __STRING(whence), strerror(errno)); \
lib/libc/tests/stdio/perror_test.c
65
s = strerror(ENOENT);
lib/libc/tests/string/strerror_test.c
45
sret = strerror(INT_MAX);
lib/libc/tests/string/strerror_test.c
56
sret = strerror(0);
lib/libc/tests/string/strerror_test.c
66
sret = strerror(EPERM);
lib/libc/tests/string/strerror_test.c
76
sret = strerror(EPFNOSUPPORT);
lib/libc/tests/string/strerror_test.c
86
sret = strerror(ELAST);
lib/libc/tests/sys/brk_test.c
111
"mlockall: %s", strerror(errno));
lib/libc/tests/sys/brk_test.c
127
"mincore: %s", strerror(errno));
lib/libc/tests/sys/brk_test.c
136
"munlockall: %s", strerror(errno));
lib/libc/tests/sys/brk_test.c
50
ATF_REQUIRE_MSG(error == 0, "brk: %s", strerror(errno));
lib/libc/tests/sys/brk_test.c
57
ATF_REQUIRE_MSG(error == 0, "brk: %s", strerror(errno));
lib/libc/tests/sys/brk_test.c
63
ATF_REQUIRE_MSG(error == 0, "brk: %s", strerror(errno));
lib/libc/tests/sys/brk_test.c
65
ATF_REQUIRE_MSG(newbrk != (void *)-1, "sbrk: %s", strerror(errno));
lib/libc/tests/sys/brk_test.c
80
ATF_REQUIRE_MSG(oldbrk != (void *)-1, "sbrk: %s", strerror(errno));
lib/libc/tests/sys/brk_test.c
86
ATF_REQUIRE_MSG(newbrk != (void *)-1, "sbrk: %s", strerror(errno));
lib/libc/tests/sys/brk_test.c
90
ATF_REQUIRE_MSG(oldbrk != (void *)-1, "sbrk: %s", strerror(errno));
lib/libc/tests/sys/brk_test.c
93
ATF_REQUIRE_MSG(newbrk != (void *)-1, "sbrk: %s", strerror(errno));
lib/libc/tests/sys/mlock_helper.c
52
"sysctlbyname(%s) failed: %s", VM_MAX_WIRED, strerror(errno));
lib/libc/tests/sys/mlock_helper.c
57
"sysctlbyname(%s) failed: %s", VM_MAX_WIRED, strerror(errno));
lib/libc/tests/sys/mlock_helper.c
72
VM_MAX_WIRED, strerror(errno));
lib/libc/tests/sys/sendfile_test.c
1024
ATF_REQUIRE_MSG(fd != -1, "open failed: %s", strerror(errno));
lib/libc/tests/sys/sendfile_test.c
1083
ATF_REQUIRE_MSG(fd != -1, "open failed: %s", strerror(errno));
lib/libc/tests/sys/sendfile_test.c
1107
ATF_REQUIRE_MSG(fd != -1, "open failed: %s", strerror(errno));
lib/libc/tests/sys/sendfile_test.c
1110
ATF_REQUIRE_MSG(client_sock != -1, "open failed: %s", strerror(errno));
lib/libc/tests/sys/sendfile_test.c
1128
ATF_REQUIRE_MSG(fd != -1, "open failed: %s", strerror(errno));
lib/libc/tests/sys/sendfile_test.c
116
"asprintf failed: %s", strerror(errno));
lib/libc/tests/sys/sendfile_test.c
136
domain, type, strerror(errno));
lib/libc/tests/sys/sendfile_test.c
163
ATF_REQUIRE_EQ_MSG(error, 0, "connect failed: %s", strerror(errno));
lib/libc/tests/sys/sendfile_test.c
195
ATF_REQUIRE_EQ_MSG(error, 0, "bind failed: %s", strerror(errno));
lib/libc/tests/sys/sendfile_test.c
197
ATF_REQUIRE_EQ_MSG(error, 0, "listen failed: %s", strerror(errno));
lib/libc/tests/sys/sendfile_test.c
270
"fstat failed: %s", strerror(errno));
lib/libc/tests/sys/sendfile_test.c
309
"lseek failed: %s", strerror(errno));
lib/libc/tests/sys/sendfile_test.c
313
strerror(errno));
lib/libc/tests/sys/sendfile_test.c
320
strerror(errno));
lib/libc/tests/sys/sendfile_test.c
343
ATF_REQUIRE_MSG(fd != -1, "open failed: %s", strerror(errno));
lib/libc/tests/sys/sendfile_test.c
361
ATF_REQUIRE_EQ_MSG(0, error, "sendfile failed: %s", strerror(errno));
lib/libc/tests/sys/sendfile_test.c
416
ATF_REQUIRE_MSG(fd != -1, "shm_open failed: %s", strerror(errno));
lib/libc/tests/sys/sendfile_test.c
418
"ftruncate failed: %s", strerror(errno));
lib/libc/tests/sys/sendfile_test.c
422
"mmap failed: %s", strerror(errno));
lib/libc/tests/sys/sendfile_test.c
445
ATF_REQUIRE_EQ_MSG(0, error, "sendfile failed: %s", strerror(errno));
lib/libc/tests/sys/sendfile_test.c
595
ATF_REQUIRE_MSG(fd != -1, "open failed: %s", strerror(errno));
lib/libc/tests/sys/sendfile_test.c
614
i, strerror(errno));
lib/libc/tests/sys/sendfile_test.c
65
0, "sysctlbyname(%s, ...) failed: %s", oidname, strerror(errno));
lib/libc/tests/sys/sendfile_test.c
719
ATF_REQUIRE_MSG(rc != -1, "asprintf failed: %s", strerror(errno));
lib/libc/tests/sys/sendfile_test.c
725
ATF_REQUIRE_MSG(fd != -1, "open failed: %s", strerror(errno));
lib/libc/tests/sys/sendfile_test.c
728
ATF_REQUIRE_MSG(fd2 != -1, "open failed: %s", strerror(errno));
lib/libc/tests/sys/sendfile_test.c
742
i, strerror(errno));
lib/libc/tests/sys/sendfile_test.c
804
ATF_REQUIRE_MSG(fd != -1, "open failed: %s", strerror(errno));
lib/libc/tests/sys/sendfile_test.c
863
ATF_REQUIRE_MSG(fd != -1, "open failed: %s", strerror(errno));
lib/libc/tests/sys/sendfile_test.c
916
ATF_REQUIRE_MSG(fd != -1, "open failed: %s", strerror(errno));
lib/libc/tests/sys/sendfile_test.c
919
ATF_CHECK_EQ_MSG(error, 0, "sendfile failed: %s", strerror(errno));
lib/libc/tests/sys/sendfile_test.c
972
ATF_REQUIRE_MSG(fd != -1, "open failed: %s", strerror(errno));
lib/libc/tests/sys/swapcontext_test.c
41
ATF_REQUIRE_MSG(stack != NULL, "malloc failed: %s", strerror(errno));
lib/libc/tests/sys/swapcontext_test.c
43
ATF_REQUIRE_MSG(res == 0, "getcontext failed: %s", strerror(errno));
lib/libc/tests/sys/swapcontext_test.c
52
ATF_REQUIRE_MSG(res == 0, "swapcontext failed: %s", strerror(errno));
lib/libcam/camlib.c
283
__func__, strerror(errno));
lib/libcam/camlib.c
336
"%s: %s", __func__, __func__, strerror(errno));
lib/libcam/camlib.c
433
__func__, strerror(errno));
lib/libcam/camlib.c
466
"%s: %s%s", __func__, __func__, strerror(errno),
lib/libcam/camlib.c
516
strerror(errno));
lib/libcam/camlib.c
547
strerror(errno));
lib/libcam/camlib.c
574
"%s: %s", __func__, __func__, strerror(errno));
lib/libcam/camlib.c
601
"%s: %s", __func__, __func__, strerror(errno));
lib/libcam/camlib.c
616
"%s: %s", __func__, __func__, strerror(errno));
lib/libcam/camlib.c
640
"%s: %s", __func__, __func__, strerror(errno));
lib/libcasper/services/cap_net/tests/net_test.c
1380
atf_tc_skip("unable to connect: %s", strerror(errno));
lib/libcasper/services/cap_net/tests/net_test.c
1438
atf_tc_skip("unable to connect: %s", strerror(errno));
lib/libcasper/services/cap_net/tests/net_test.c
303
ip, port, strerror(serrno));
lib/libcasper/services/cap_sysctl/tests/sysctl_test.c
114
"sysctlbyname(%s): %s", name, strerror(errno));
lib/libcasper/services/cap_sysctl/tests/sysctl_test.c
85
"sysctlbyname(%s): %s", name, strerror(errno));
lib/libcasper/services/cap_sysctl/tests/sysctl_test.c
88
ATF_REQUIRE_MSG(fd >= 0, "open(%s): %s", file, strerror(errno));
lib/libdevstat/devstat.c
186
strerror(errno));
lib/libdevstat/devstat.c
222
__func__, __func__, strerror(errno));
lib/libdevstat/devstat.c
256
__func__, __func__, strerror(errno));
lib/libdevstat/devstat.c
423
__func__, strerror(errno));
lib/libdevstat/devstat.c
430
strerror(errno));
lib/libfetch/common.c
1647
DEBUGF("%s: %s\n", fn, strerror(serrno));
lib/libfetch/common.c
1669
DEBUGF("fdopen(netrcfd): %s", strerror(errno));
lib/libfetch/common.c
221
snprintf(fetchLastErrString, MAXERRSTRING, "%s", strerror(errno));
lib/libgeom/geom_ctl.c
212
return(strerror(errno));
lib/libgeom/geom_ctl.c
218
return(strerror(errno));
lib/libipsec/pfkey.c
1125
__ipsec_set_strerror(strerror(errno));
lib/libipsec/pfkey.c
1249
__ipsec_set_strerror(strerror(errno));
lib/libipsec/pfkey.c
1327
__ipsec_set_strerror(strerror(errno));
lib/libipsec/pfkey.c
1398
__ipsec_set_strerror(strerror(errno));
lib/libipsec/pfkey.c
1453
__ipsec_set_strerror(strerror(errno));
lib/libipsec/pfkey.c
1501
__ipsec_set_strerror(strerror(errno));
lib/libipsec/pfkey.c
1569
__ipsec_set_strerror(strerror(errno));
lib/libipsec/pfkey.c
1582
__ipsec_set_strerror(strerror(errno));
lib/libipsec/pfkey.c
1589
__ipsec_set_strerror(strerror(errno));
lib/libipsec/pfkey.c
162
__ipsec_set_strerror(strerror(errno));
lib/libipsec/pfkey.c
1621
__ipsec_set_strerror(strerror(errno));
lib/libipsec/pfkey.c
382
__ipsec_set_strerror(strerror(errno));
lib/libipsec/pfkey.c
564
__ipsec_set_strerror(strerror(errno));
lib/libipsec/test-policy.c
180
printf("fail to set sockopt; %s\n", strerror(errno));
lib/libipsec/test-policy.c
188
printf("fail to get sockopt; %s\n", strerror(errno));
lib/libiscsiutil/log.c
122
errstr = strerror(log_errno);
lib/libiscsiutil/pdu.c
121
conn->conn_ops->fail(conn, strerror(errno));
lib/libjail/jail.c
1026
"sysctl(0.3.%s): %s", name, strerror(errno));
lib/libjail/jail.c
1079
"sysctl(0.4.%s): %s", name, strerror(errno));
lib/libjail/jail.c
1132
strerror(errno));
lib/libjail/jail.c
1153
strerror(errno));
lib/libjail/jail.c
1175
"sysctl(0.1): %s", strerror(errno));
lib/libjail/jail.c
1381
jp->jp_name, strerror(errno));
lib/libjail/jail.c
320
"sysctlnametomib(" SJPARAM "): %s", strerror(errno));
lib/libjail/jail.c
332
"sysctl(0.2): %s", strerror(errno));
lib/libjail/jail.c
346
"sysctl(0.1): %s", strerror(errno));
lib/libjail/jail.c
638
strerror(errno));
lib/libjail/jail.c
721
"jail_get: %s", strerror(errno));
lib/libjail/jail.c
832
"jail_get: %s", strerror(errno));
lib/libjail/jail_getid.c
113
strerror(errno));
lib/libjail/jail_getid.c
82
strerror(errno));
lib/libkvm/kvm.c
233
(void)strlcpy(errout, strerror(errno),
lib/libkvm/kvm.c
249
errstr, strerror(errno));
lib/libkvm/kvm.c
264
(void)strlcpy(errout, strerror(errno),
lib/libkvm/kvm_cptime.c
72
strerror(errno));
lib/libkvm/kvm_getswapinfo.c
178
strerror(errno));
lib/libkvm/kvm_getswapinfo.c
189
strerror(errno));
lib/libkvm/kvm_getswapinfo.c
259
strerror(errno));
lib/libkvm/kvm_private.c
104
(void)fprintf(stderr, ": %s\n", strerror(errno));
lib/libkvm/kvm_private.c
111
strerror(errno));
lib/libkvm/kvm_private.c
123
n, strerror(errno));
lib/libkvm/kvm_private.c
381
(intmax_t)kd->pt_sparse_off, strerror(errno));
lib/libkvm/tests/kvm_geterr_test.c
124
strerror(errno));
lib/libkvm/tests/kvm_geterr_test.c
80
strerror(errno));
lib/libkvm/tests/kvm_read_test.c
80
strerror(errno));
lib/libnetbsd/strsuftoll.c
183
"%s: %s", desc, strerror(ERANGE));
lib/libnetgraph/debug.c
286
NGLOGX(" [error decoding message: %s]", strerror(errno));
lib/libnetmap/nmport.c
204
nmctx_ferror(ctx, "cannot open '%s': %s", fname, strerror(errno));
lib/libnetmap/nmport.c
209
nmctx_ferror(ctx, "failed to obtain filesize of '%s': %s", fname, strerror(errno));
lib/libnetmap/nmport.c
214
nmctx_ferror(ctx, "cannot mmap '%s': %s", fname, strerror(errno));
lib/libnetmap/nmport.c
611
nmctx_ferror(ctx, "/dev/netmap: %s", strerror(errno));
lib/libnetmap/nmport.c
624
strerror(o->nro_status));
lib/libnetmap/nmport.c
630
nmctx_ferror(ctx, "%s: %s", d->hdr.nr_name, strerror(errno));
lib/libnetmap/nmport.c
696
nmctx_ferror(ctx, "mmap: %s", strerror(errno));
lib/libnetmap/nmreq.c
217
nmctx_ferror(ctx, "cannot open /dev/netmap: %s", strerror(errno));
lib/libnetmap/nmreq.c
226
nmctx_ferror(ctx, "cannot get info for '%s': %s", *pifname, strerror(errno));
lib/libnv/tests/nvlist_send_recv_test.c
491
atf_tc_skip("cannot set net.local.dgram.maxdgram: %s", strerror(errno));
lib/libnv/tests/nvlist_send_recv_test.c
502
atf_tc_skip("cannot set net.local.dgram.recvspace: %s", strerror(errno));
lib/libnvmf/nvmf_controller.c
217
na_error(na, "Failed to receive CONNECT: %s", strerror(error));
lib/libnvmf/nvmf_controller.c
302
strerror(error));
lib/libnvmf/nvmf_host.c
104
strerror(errno));
lib/libnvmf/nvmf_host.c
117
strerror(error));
lib/libnvmf/nvmf_host.c
124
strerror(errno));
lib/libnvmf/nvmf_host.c
131
strerror(error));
lib/libnvmf/nvmf_tcp.c
1070
strerror(error));
lib/libnvmf/nvmf_tcp.c
905
strerror(error));
lib/libnvmf/nvmf_tcp.c
921
strerror(error));
lib/libnvmf/nvmf_tcp.c
996
na_error(na, "Failed to write IC request: %s", strerror(error));
lib/libpam/modules/pam_krb5/pam_krb5.c
599
PAM_LOG("Error chown(): %s", strerror(errno));
lib/libpam/modules/pam_krb5/pam_krb5.c
607
PAM_LOG("Error chmod(): %s", strerror(errno));
lib/libpam/modules/pam_login_access/login_access.c
188
syslog(LOG_ERR, "getgrnam() failed for %s: %s", username, strerror(errno));
lib/libpjdlog/pjdlog.c
130
strerror(errno));
lib/libpjdlog/pjdlog.c
142
strerror(errno));
lib/libpjdlog/pjdlog.c
188
strerror(errno));
lib/libpjdlog/pjdlog.c
204
strerror(errno));
lib/libpjdlog/pjdlog.c
605
snprlcat(logp, logs, ": %s.", strerror(error));
lib/libpmc/pmu-events/jevents.c
1037
pr_info("%s: Error %s opening %s\n", prog, strerror(errno),
lib/libpmc/pmu-events/jevents.c
1391
prog, output_file, strerror(errno));
lib/libpmc/pmu-events/jevents.c
334
strerror(errno), bname);
lib/libpmc/pmu-events/jevents.c
924
strerror(errno), fname);
lib/libpmc/pmu-events/json.c
54
strerror(errno));
lib/libpmcstat/libpmcstat_logging.c
455
errstr = strerror(EINVAL);
lib/libpmcstat/libpmcstat_logging.c
475
errstr = strerror(errno);
lib/libpmcstat/libpmcstat_logging.c
480
errstr = strerror(errno);
lib/libpmcstat/libpmcstat_logging.c
489
errstr = strerror(errno);
lib/libpmcstat/libpmcstat_logging.c
496
errstr = strerror(errno);
lib/libpmcstat/libpmcstat_logging.c
510
errstr = strerror(errno);
lib/libprocstat/libprocstat.c
2848
pid, kqfd, strerror(errno));
lib/libprocstat/libprocstat.c
2861
pid, kqfd, strerror(errno));
lib/libradius/radlib.c
1001
generr(h, "Cannot create socket: %s", strerror(errno));
lib/libradius/radlib.c
1011
generr(h, "bind: %s", strerror(errno));
lib/libradius/radlib.c
1259
generr(h, "select: %s", strerror(errno));
lib/libradius/radlib.c
510
generr(h, "Cannot open \"%s\": %s", path, strerror(errno));
lib/libradius/radlib.c
698
generr(h, "recvfrom: %s", strerror(errno));
lib/libradius/radlib.c
748
generr(h, "Cannot create socket: %s", strerror(errno));
lib/libradius/radlib.c
758
generr(h, "bind: %s", strerror(errno));
lib/libradius/radlib.c
809
generr(h, "recvfrom: %s", strerror(errno));
lib/libradius/radlib.c
853
generr(h, "sendto: %s", strerror(errno));
lib/libsbuf/tests/sbuf_core_test.c
139
strerror(errno));
lib/libsbuf/tests/sbuf_core_test.c
157
strerror(errno));
lib/libsbuf/tests/sbuf_core_test.c
176
"sbuf_finish failed: %s", strerror(errno));
lib/libsbuf/tests/sbuf_core_test.c
200
strerror(errno));
lib/libsbuf/tests/sbuf_core_test.c
233
strerror(errno));
lib/libsbuf/tests/sbuf_core_test.c
53
strerror(errno));
lib/libsbuf/tests/sbuf_core_test.c
64
strerror(errno));
lib/libsbuf/tests/sbuf_core_test.c
74
strerror(errno));
lib/libsbuf/tests/sbuf_core_test.c
91
strerror(errno));
lib/libsbuf/tests/sbuf_core_test.c
96
strerror(errno));
lib/libsbuf/tests/sbuf_stdio_test.c
125
strerror(errno));
lib/libsbuf/tests/sbuf_stdio_test.c
135
strerror(errno));
lib/libsbuf/tests/sbuf_stdio_test.c
154
strerror(errno));
lib/libsbuf/tests/sbuf_stdio_test.c
167
strerror(errno));
lib/libsbuf/tests/sbuf_stdio_test.c
185
strerror(errno));
lib/libsbuf/tests/sbuf_stdio_test.c
195
strerror(errno));
lib/libsbuf/tests/sbuf_stdio_test.c
68
strerror(errno));
lib/libsbuf/tests/sbuf_stdio_test.c
95
strerror(errno));
lib/libsbuf/tests/sbuf_string_test.c
113
strerror(errno));
lib/libsbuf/tests/sbuf_string_test.c
132
strerror(errno));
lib/libsbuf/tests/sbuf_string_test.c
151
strerror(errno));
lib/libsbuf/tests/sbuf_string_test.c
168
strerror(errno));
lib/libsbuf/tests/sbuf_string_test.c
187
strerror(errno));
lib/libsbuf/tests/sbuf_string_test.c
204
strerror(errno));
lib/libsbuf/tests/sbuf_string_test.c
222
strerror(errno));
lib/libsbuf/tests/sbuf_string_test.c
236
strerror(errno));
lib/libsbuf/tests/sbuf_string_test.c
253
strerror(errno));
lib/libsbuf/tests/sbuf_string_test.c
270
strerror(errno));
lib/libsbuf/tests/sbuf_string_test.c
76
strerror(errno));
lib/libsbuf/tests/sbuf_string_test.c
95
strerror(errno));
lib/libtacplus/taclib.c
243
generr(h, "Cannot create socket: %s", strerror(errno));
lib/libtacplus/taclib.c
249
strerror(errno));
lib/libtacplus/taclib.c
273
generr(h, "select: %s", strerror(errno));
lib/libtacplus/taclib.c
291
generr(h, "getpeername: %s", strerror(errno));
lib/libtacplus/taclib.c
302
generr(h, "connect: %s", strerror(errno));
lib/libtacplus/taclib.c
500
strerror(errno));
lib/libtacplus/taclib.c
516
strerror(errno));
lib/libtacplus/taclib.c
652
strerror(errno));
lib/libtacplus/taclib.c
668
strerror(errno));
lib/libtacplus/taclib.c
806
generr(h, "Cannot open \"%s\": %s", path, strerror(errno));
lib/libufs/cgroup.c
214
ERROR(disk, strerror(errno));
lib/libufs/cgroup.c
284
ERROR(disk, strerror(errno));
lib/libufs/libufs.h
101
fprintf(stderr, ": %s", strerror(errno));
lib/libugidfw/ugidfw.c
1129
strerror(errno));
lib/libugidfw/ugidfw.c
1150
snprintf(errstr, buflen, "%s", strerror(errno));
lib/libugidfw/ugidfw.c
1172
snprintf(errstr, buflen, "%s", strerror(errno));
lib/libugidfw/ugidfw.c
1203
strerror(errno));
lib/libugidfw/ugidfw.c
1215
rulenum, strerror(errno));
lib/libugidfw/ugidfw.c
1219
MIB ".rules", rulenum, strerror(errno));
lib/libugidfw/ugidfw.c
1241
strerror(errno));
lib/libugidfw/ugidfw.c
1251
rulenum, strerror(errno));
lib/libugidfw/ugidfw.c
1273
strerror(errno));
lib/libugidfw/ugidfw.c
1283
rulenum, strerror(errno));
lib/libugidfw/ugidfw.c
1306
strerror(errno));
lib/libugidfw/ugidfw.c
1313
strerror(errno));
lib/libugidfw/ugidfw.c
1323
rule_slots, strerror(errno));
lib/libugidfw/ugidfw.c
626
strerror(errno));
lib/libugidfw/ugidfw.c
791
spec, strerror(errno));
lib/libutil/login_class.c
345
syslog(LOG_ERR, "cpuset(): %s", strerror(errno));
lib/libutil/login_class.c
352
strerror(errno));
lib/libutil/login_class.c
610
pwd != NULL ? pwd->pw_name : lc->lc_class, strerror(error));
lib/libutil/mntopts.c
261
mntp->f_mntonname, strerror(errno), errmsg);
lib/libutil/tests/flopen_test.c
101
result = strerror(errno);
lib/libutil/tests/flopen_test.c
127
result = strerror(errno);
lib/libutil/tests/flopen_test.c
159
result = strerror(errno);
lib/libutil/tests/flopen_test.c
163
result = strerror(errno);
lib/libutil/tests/flopen_test.c
54
result = strerror(errno);
lib/libutil/tests/flopen_test.c
74
result = strerror(errno);
lib/libutil/tests/flopen_test.c
79
result = strerror(errno);
lib/libutil/tests/pidfile_test.c
101
return (strerror(serrno));
lib/libutil/tests/pidfile_test.c
136
return (strerror(errno));
lib/libutil/tests/pidfile_test.c
143
return (strerror(errno));
lib/libutil/tests/pidfile_test.c
148
return (strerror(errno));
lib/libutil/tests/pidfile_test.c
158
return (strerror(errno));
lib/libutil/tests/pidfile_test.c
164
return (strerror(serrno));
lib/libutil/tests/pidfile_test.c
196
return (strerror(errno));
lib/libutil/tests/pidfile_test.c
210
return (strerror(errno));
lib/libutil/tests/pidfile_test.c
224
return (strerror(errno));
lib/libutil/tests/pidfile_test.c
226
return (strerror(errno));
lib/libutil/tests/pidfile_test.c
275
return (strerror(errno));
lib/libutil/tests/pidfile_test.c
280
return (strerror(errno));
lib/libutil/tests/pidfile_test.c
282
return (strerror(errno));
lib/libutil/tests/pidfile_test.c
285
return (strerror(errno));
lib/libutil/tests/pidfile_test.c
288
return (strerror(errno));
lib/libutil/tests/pidfile_test.c
292
return (strerror(errno));
lib/libutil/tests/pidfile_test.c
294
return (strerror(errno));
lib/libutil/tests/pidfile_test.c
69
return (strerror(errno));
lib/libutil/tests/pidfile_test.c
96
return (strerror(errno));
lib/libutil/uucplock.c
191
(void)snprintf(errbuf, sizeof(errbuf), fmt, strerror(errno));
lib/libypclnt/ypclnt_connect.c
58
"%s", strerror(errno));
lib/libypclnt/ypclnt_passwd.c
161
ypclnt_error(ypclnt, __func__, strerror(errno));
lib/libypclnt/ypclnt_passwd.c
254
ypclnt_error(ypclnt, __func__, strerror(errno));
libexec/atf/atf-pytest-wrapper/atf_pytest_wrapper.cpp
210
std::strerror(errno) << std::endl;
libexec/bootpd/report.c
123
return strerror(errno);
libexec/bootpd/rtmsg.c
141
report(LOG_WARNING, "rtmget: %s", strerror(errno));
libexec/bootpd/rtmsg.c
222
strerror(errno));
libexec/bootpd/rtmsg.c
231
strerror(errno));
libexec/bootpd/rtmsg.c
85
report(LOG_ERR, "socket %s", strerror(errno));
libexec/comsat/comsat.c
173
dsyslog(LOG_ERR, "%s: %s", tty, strerror(errno));
libexec/fingerd/fingerd.c
111
logerr("getpeername: %s", strerror(errno));
libexec/fingerd/fingerd.c
126
logerr("malloc: %s", strerror(errno));
libexec/fingerd/fingerd.c
131
logerr("strdup: %s", strerror(errno));
libexec/fingerd/fingerd.c
179
logerr("pipe: %s", strerror(errno));
libexec/fingerd/fingerd.c
207
logerr("fork: %s", strerror(errno));
libexec/fingerd/fingerd.c
211
logerr("fdopen: %s", strerror(errno));
libexec/flua/lfbsd/lfbsd.c
105
lua_pushstring(L, strerror(errno));
libexec/flua/lfbsd/lfbsd.c
112
lua_pushstring(L, strerror(errno));
libexec/flua/lfbsd/lfbsd.c
149
lua_pushstring(L, strerror(r));
libexec/flua/lfbsd/lfbsd.c
177
lua_pushstring(L, strerror(r));
libexec/flua/lfbsd/lfbsd.c
221
lua_pushstring(L, strerror(r));
libexec/flua/lfs/lfs.c
333
strerror(errno));
libexec/flua/lfs/lfs.c
388
lua_pushfstring(L, strerror(serrno));
libexec/flua/lfs/lfs.c
416
lua_pushfstring(L, strerror(serrno));
libexec/flua/libfreebsd/kenv/kenv.c
36
lua_pushstring(L, strerror(errno));
libexec/flua/libfreebsd/kenv/kenv.c
44
lua_pushstring(L, strerror(errno));
libexec/flua/libfreebsd/kenv/kenv.c
51
lua_pushstring(L, strerror(errno));
libexec/flua/libfreebsd/kenv/kenv.c
77
lua_pushstring(L, strerror(errno));
libexec/flua/libfreebsd/sys/linker/linker.c
32
lua_pushstring(L, strerror(errno));
libexec/flua/libfreebsd/sys/linker/linker.c
54
lua_pushstring(L, strerror(errno));
libexec/flua/libfreebsd/sys/linker/linker.c
62
lua_pushstring(L, strerror(errno));
libexec/flua/libjail/lua_jail.c
123
strerror(serrno)));
libexec/flua/libjail/lua_jail.c
182
return (luaL_error(L, "malloc: %s", strerror(errno)));
libexec/flua/libjail/lua_jail.c
192
return (luaL_error(L, "malloc params: %s", strerror(errno)));
libexec/flua/libjail/lua_jail.c
392
return (luaL_error(L, "malloc: %s", strerror(errno)));
libexec/flua/libjail/lua_jail.c
490
return (luaL_error(L, "malloc: %s", strerror(errno)));
libexec/flua/libjail/lua_jail.c
606
lua_pushstring(L, strerror(errno));
libexec/flua/libjail/lua_jail.c
637
lua_pushstring(L, strerror(errno));
libexec/flua/modules/lposix.c
143
lua_pushstring(L, strerror(errno));
libexec/flua/modules/lposix.c
172
lua_pushstring(L, strerror(error));
libexec/flua/modules/lposix.c
206
lua_pushstring(L, strerror(error));
libexec/flua/modules/lposix.c
262
lua_pushstring(L, strerror(error));
libexec/flua/modules/lposix.c
295
lua_pushstring(L, strerror(error));
libexec/flua/modules/lposix.c
325
lua_pushstring(L, strerror(ENOMEM));
libexec/flua/modules/lposix.c
346
lua_pushstring(L, strerror(errno));
libexec/flua/modules/lposix.c
374
lua_pushstring(L, strerror(errno));
libexec/flua/modules/lposix.c
426
lua_pushstring(L, strerror(error));
libexec/flua/modules/lposix.c
443
lua_pushstring(L, strerror(errno));
libexec/flua/modules/lposix.c
467
lua_pushstring(L, strerror(errno));
libexec/flua/modules/lposix.c
542
lua_pushstring(L, strerror(error));
libexec/flua/modules/lposix.c
57
lua_pushstring(L, strerror(ENOMEM));
libexec/flua/modules/lposix.c
80
lua_pushstring(L, strerror(errno));
libexec/pppoed/pppoed.c
142
epath, strerror(errno));
libexec/pppoed/pppoed.c
207
epath, strerror(errno));
libexec/pppoed/pppoed.c
245
spath, strerror(errno));
libexec/pppoed/pppoed.c
467
fprintf(stderr, "kldload: %s: %s\n", module[f], strerror(errno));
libexec/pppoed/pppoed.c
481
snprintf(nfmt, sizeof nfmt, "%s: %s", fmt, strerror(errno));
libexec/rpc.rusersd/rusers_proc.c
134
printf("%s: %s\n", ttyname, strerror(errno));
libexec/tftpd/tests/functional.c
366
"socket failed with error %s", strerror(errno));
libexec/tftpd/tests/functional.c
368
"bind failed with error %s", strerror(errno));
libexec/tftpd/tests/functional.c
379
"pidfile_open: %s", strerror(errno));
libexec/tftpd/tftp-file.c
184
strerror(errno));
libexec/tftpd/tftp-file.c
208
tftp_log(LOG_ERR, "fclose() failed: %s", strerror(errno));
libexec/tftpd/tftp-file.c
238
strerror(errno));
libexec/tftpd/tftp-file.c
262
tftp_log(LOG_ERR, "fclose() failed: %s", strerror(errno));
libexec/tftpd/tftp-io.c
121
block, i, errno, strerror(errno));
libexec/tftpd/tftp-io.c
126
tftp_log(LOG_ERR, "send_packet: %s", strerror(errno));
libexec/tftpd/tftp-io.c
156
pe->e_msg = strerror(error - 100);
libexec/tftpd/tftp-io.c
167
tftp_log(LOG_ERR, "send_error: %s", strerror(errno));
libexec/tftpd/tftp-io.c
212
tftp_log(LOG_ERR, "send_wrq: %s", strerror(errno));
libexec/tftpd/tftp-io.c
262
tftp_log(LOG_ERR, "send_rrq: %d %s", n, strerror(errno));
libexec/tftpd/tftp-io.c
308
tftp_log(LOG_INFO, "send_oack: %s", strerror(errno));
libexec/tftpd/tftp-io.c
337
tftp_log(LOG_INFO, "send_ack: %s", strerror(errno));
libexec/tftpd/tftp-io.c
409
tftp_log(LOG_ERR, "receive_packet: %s", strerror(errno));
libexec/tftpd/tftp-transfer.c
128
strerror(errno));
libexec/tftpd/tftp-transfer.c
168
strerror(errno));
libexec/tftpd/tftp-transfer.c
200
strerror(errno));
libexec/tftpd/tftpd.c
224
tftp_log(LOG_ERR, "recvfrom: %s", strerror(errno));
libexec/tftpd/tftpd.c
236
tftp_log(LOG_ERR, "ioctl(FIONBIO): %s", strerror(errno));
libexec/tftpd/tftpd.c
256
tftp_log(LOG_ERR, "fork: %s", strerror(errno));
libexec/tftpd/tftpd.c
347
chroot_dir, strerror(errno));
libexec/tftpd/tftpd.c
351
tftp_log(LOG_ERR, "chdir: %s", strerror(errno));
libexec/tftpd/tftpd.c
395
tftp_log(LOG_ERR, "socket: %s", strerror(errno));
libexec/tftpd/tftpd.c
399
tftp_log(LOG_ERR, "bind: %s", strerror(errno));
libexec/ypxfr/ypxfr_main.c
570
strerror(errno));
libexec/ypxfr/ypxfr_main.c
78
yp_error("failed to unlink %s",strerror(errno));
libexec/ypxfr/ypxfrd_getmap.c
128
yp_error("couldn't open %s: %s", tmpname, strerror(errno));
libexec/ypxfr/ypxfrd_getmap.c
61
yp_error("write failed: %s", strerror(errno));
sbin/dhclient/dispatch.c
276
strerror(errno));
sbin/dhclient/dispatch.c
570
strerror(errno));
sbin/dhclient/dispatch.c
579
strerror(errno));
sbin/dhclient/errwarn.c
190
strerror(saved_errno));
sbin/dump/itime.c
168
quit("cannot rewrite %s: %s\n", dumpdates, strerror(errno));
sbin/dump/itime.c
177
quit("fseek: %s\n", strerror(errno));
sbin/dump/itime.c
203
quit("%s: %s\n", dumpdates, strerror(errno));
sbin/dump/itime.c
205
quit("ftruncate (%s): %s\n", dumpdates, strerror(errno));
sbin/dump/itime.c
225
quit("%s: %s\n", dumpdates, strerror(errno));
sbin/dump/itime.c
73
strerror(errno));
sbin/dump/itime.c
82
strerror(errno));
sbin/dump/itime.c
88
dumpdates, strerror(errno));
sbin/dump/main.c
382
snapname, strerror(errno));
sbin/dump/main.c
386
snapname, strerror(errno));
sbin/dump/optr.c
290
quit("%s\n", strerror(errno));
sbin/dump/optr.c
311
_PATH_FSTAB, strerror(errno));
sbin/dump/optr.c
322
quit("%s\n", strerror(errno));
sbin/dump/optr.c
78
quit("fopen on %s fails: %s\n", _PATH_TTY, strerror(errno));
sbin/dump/tape.c
233
quit("error writing command pipe: %s\n", strerror(errno));
sbin/dump/tape.c
541
strerror(errno));
sbin/dump/tape.c
716
i, strerror(errno));
sbin/dump/tape.c
767
quit("worker couldn't reopen disk: %s\n", strerror(errno));
sbin/dump/tape.c
864
quit("error reading command pipe: %s\n", strerror(errno));
sbin/dump/traverse.c
966
disk, strerror(errno), (intmax_t)blkno, size);
sbin/dump/traverse.c
992
disk, strerror(errno), (intmax_t)blkno, dev_bsize);
sbin/dumpfs/dumpfs.c
525
return (strerror(errno));
sbin/fsck_ffs/main.c
659
"RUN IN BACKGROUND\n", snapname, strerror(errno));
sbin/fsck_ffs/main.c
668
strerror(errno));
sbin/fsck_ffs/main.c
693
strerror(errno), errmsg);
sbin/fsck_ffs/main.c
700
"BACKGROUND\n", snapname, strerror(errno));
sbin/fsck_ffs/pass2.c
253
printf(" (FIX FAILED: %s)\n", strerror(errno));
sbin/fsck_ffs/pass2.c
517
strerror(errno));
sbin/fsck_ffs/pass2.c
647
strerror(errno));
sbin/fsck_ffs/pass2.c
688
strerror(errno));
sbin/fsck_ffs/utilities.c
69
printf("Can't stat %s: %s\n", newname, strerror(errno));
sbin/fsirand/fsirand.c
185
(n < ibufsize) ? "short read" : strerror(errno));
sbin/fsirand/fsirand.c
219
strerror(errno));
sbin/geom/core/geom.c
1488
gctl_error(req, "Could not find module: %s.", strerror(errno));
sbin/geom/core/geom.c
1493
strerror(errno));
sbin/ggate/ggatec/ggatec.c
148
strerror(error));
sbin/ggate/ggatec/ggatec.c
312
strerror(errno));
sbin/ggate/ggatec/ggatec.c
320
strerror(errno));
sbin/ggate/ggatec/ggatec.c
338
strerror(errno));
sbin/ggate/ggatec/ggatec.c
345
strerror(errno));
sbin/ggate/ggatec/ggatec.c
351
strerror(errno));
sbin/ggate/ggatec/ggatec.c
372
strerror(errno));
sbin/ggate/ggatec/ggatec.c
384
strerror(errno));
sbin/ggate/ggatec/ggatec.c
391
strerror(sinit.gs_error));
sbin/ggate/ggatec/ggatec.c
449
strerror(error));
sbin/ggate/ggatec/ggatec.c
493
g_gate_xlog("Cannot connect: %s.", strerror(errno));
sbin/ggate/ggatec/ggatec.c
525
g_gate_xlog("Cannot connect: %s.", strerror(errno));
sbin/ggate/ggated/ggated.c
1014
strerror(errno));
sbin/ggate/ggated/ggated.c
1106
g_gate_xlog("Cannot daemonize: %s", strerror(errno));
sbin/ggate/ggated/ggated.c
1115
g_gate_xlog("Cannot open stream socket: %s.", strerror(errno));
sbin/ggate/ggated/ggated.c
1124
g_gate_xlog("bind(): %s.", strerror(errno));
sbin/ggate/ggated/ggated.c
1126
g_gate_xlog("listen(): %s.", strerror(errno));
sbin/ggate/ggated/ggated.c
1136
g_gate_xlog("accept(): %s.", strerror(errno));
sbin/ggate/ggated/ggated.c
296
strerror(errno));
sbin/ggate/ggated/ggated.c
307
strerror(errno));
sbin/ggate/ggated/ggated.c
423
strerror(error));
sbin/ggate/ggated/ggated.c
607
g_gate_log(LOG_ERR, "Cannot fork: %s.", strerror(errno));
sbin/ggate/ggated/ggated.c
619
strerror(error));
sbin/ggate/ggated/ggated.c
624
strerror(error));
sbin/ggate/ggated/ggated.c
629
strerror(error));
sbin/ggate/ggated/ggated.c
634
strerror(error));
sbin/ggate/ggated/ggated.c
646
strerror(error));
sbin/ggate/ggated/ggated.c
651
strerror(error));
sbin/ggate/ggated/ggated.c
670
strerror(errno));
sbin/ggate/ggated/ggated.c
715
strerror(errno));
sbin/ggate/ggated/ggated.c
740
strerror(errno));
sbin/ggate/ggated/ggated.c
826
g_gate_log(LOG_ERR, "Disk error: %s", strerror(errno));
sbin/ggate/ggated/ggated.c
885
strerror(errno));
sbin/ggate/ggated/ggated.c
893
strerror(errno));
sbin/ggate/ggated/ggated.c
953
strerror(errno));
sbin/ggate/ggatel/ggatel.c
136
strerror(error));
sbin/ggate/shared/ggate.c
138
g_gate_xlog("fstat(): %s.", strerror(errno));
sbin/ggate/shared/ggate.c
142
strerror(errno));
sbin/ggate/shared/ggate.c
159
g_gate_xlog("fstat(): %s.", strerror(errno));
sbin/ggate/shared/ggate.c
163
strerror(errno));
sbin/ggate/shared/ggate.c
195
G_GATE_CTL_NAME, strerror(errno));
sbin/ggate/shared/ggate.c
286
g_gate_xlog("setsockopt() error: %s.", strerror(errno));
sbin/ggate/shared/ggate.c
290
g_gate_xlog("setsockopt(SO_REUSEADDR): %s.", strerror(errno));
sbin/ggate/shared/ggate.c
293
g_gate_xlog("setsockopt(SO_RCVBUF): %s.", strerror(errno));
sbin/ggate/shared/ggate.c
296
g_gate_xlog("setsockopt(SO_SNDBUF): %s.", strerror(errno));
sbin/ggate/shared/ggate.c
301
strerror(errno));
sbin/ggate/shared/ggate.c
305
strerror(errno));
sbin/hastd/hastd.c
200
strerror(errno));
sbin/hastd/hastd.c
938
strerror(nv_error(nvout)));
sbin/hastd/hastd.c
948
strerror(error));
sbin/hastd/pjdlog.c
116
strerror(errno));
sbin/hastd/pjdlog.c
132
strerror(errno));
sbin/hastd/pjdlog.c
400
fprintf(out, ": %s.", strerror(error));
sbin/hastd/pjdlog.c
415
strerror(error));
sbin/hastd/primary.c
1270
strerror(error));
sbin/hastd/primary.c
1414
strerror(errno));
sbin/hastd/primary.c
1432
strerror(errno));
sbin/hastd/primary.c
1454
strerror(errno));
sbin/hastd/primary.c
1472
strerror(errno));
sbin/hastd/primary.c
1615
strerror(nv_error(nv)));
sbin/hastd/primary.c
1649
strerror(hio->hio_errors[ncomp]));
sbin/hastd/primary.c
1780
"Remote request failed (%s): ", strerror(error));
sbin/hastd/primary.c
2143
strerror(hio->hio_errors[ncomp]));
sbin/hastd/primary.c
2193
strerror(hio->hio_errors[ncomp]));
sbin/ifconfig/carp.c
162
strerror(ifconfig_err_errno(lifh)));
sbin/ifconfig/ifconfig_netlink.c
422
strerror(ifconfig_err_errno(lifh)));
sbin/ifconfig/iflagg.c
52
ctx->ifname, val, strerror(errno));
sbin/init/init.c
200
errx(1, "%s", strerror(EPERM));
sbin/ipf/common/opts.h
63
# define STRERROR(x) strerror(x)
sbin/ipf/ipfsync/ipfsyncd.c
38
# define STRERROR(x) strerror(x)
sbin/ipf/ipmon/ipmon.c
18
#define STRERROR(x) strerror(x)
sbin/ipf/ipnat/ipnat.c
50
# define STRERROR(x) strerror(x)
sbin/ipf/ipsend/dlcommon.c
670
strerror(dlp->error_ack.dl_unix_errno));
sbin/ipfw/tables.c
1111
etxt = strerror(error);
sbin/mount_nfs/mount_nfs.c
620
warnx("%s:%s: %s", hostp, spec, strerror(ENAMETOOLONG));
sbin/mount_nfs/mount_nfs.c
990
hostp, spec, strerror(nfhret.stat));
sbin/pfctl/parse.y
5948
ti->file, strerror(errno));
sbin/pfctl/parse.y
5957
strerror(errno));
sbin/pfctl/pfctl.c
4171
return strerror(errnum);
sbin/pfctl/tests/pfctl_test.c
127
status, 0, "posix_spawn failed: %s", strerror(errno));
sbin/ping/ping6.c
442
strerror(EPERM));
sbin/reboot/reboot.c
522
strerror(sverrno));
sbin/recoverdisk/recoverdisk.c
406
(intmax_t)i, strerror(errno));
sbin/recoverdisk/recoverdisk.c
500
(uintmax_t)sz, error, strerror(error));
sbin/restore/dirs.c
185
fprintf(stderr, "opendirfile: %s\n", strerror(errno));
sbin/restore/dirs.c
575
fprintf(stderr, "fopen: %s\n", strerror(errno));
sbin/restore/dirs.c
682
fprintf(stderr, "cannot create file: %s\n", strerror(errno));
sbin/restore/dirs.c
693
fprintf(stderr, "read: %s\n", strerror(errno));
sbin/restore/dirs.c
700
fprintf(stderr, "write: %s\n", strerror(errno));
sbin/restore/symtab.c
445
fprintf(stderr, "fopen: %s\n", strerror(errno));
sbin/restore/symtab.c
507
fprintf(stderr, "fwrite: %s\n", strerror(errno));
sbin/restore/symtab.c
540
fprintf(stderr, "open: %s\n", strerror(errno));
sbin/restore/symtab.c
544
fprintf(stderr, "stat: %s\n", strerror(errno));
sbin/restore/symtab.c
553
fprintf(stderr, "read: %s\n", strerror(errno));
sbin/restore/tape.c
1032
(uintmax_t)curfile.ino, curfile.name, strerror(errno));
sbin/restore/tape.c
1047
(uintmax_t)curfile.ino, curfile.name, strerror(errno));
sbin/restore/tape.c
1212
"continuation failed: %s\n", strerror(errno));
sbin/restore/tape.c
1261
fprintf(stderr, "tape read error: %s\n", strerror(errno));
sbin/restore/tape.c
152
_PATH_TTY, strerror(errno));
sbin/restore/tape.c
156
_PATH_DEVNULL, strerror(errno));
sbin/restore/tape.c
207
strerror(errno));
sbin/restore/tape.c
223
fprintf(stderr, "%s: %s\n", magtape, strerror(errno));
sbin/restore/tape.c
251
fprintf(stderr, "cannot stat .: %s\n", strerror(errno));
sbin/restore/tape.c
404
strerror(errno));
sbin/restore/tape.c
541
fprintf(stderr, "ioctl MTFSF: %s\n", strerror(errno));
sbin/restore/tape.c
646
name, strerror(errno));
sbin/restore/tape.c
676
name, strerror(errno));
sbin/restore/tape.c
705
name, strerror(errno));
sbin/restore/utilities.c
121
from, to, strerror(errno));
sbin/restore/utilities.c
140
fprintf(stderr, "warning: %s: %s\n", cp, strerror(errno));
sbin/restore/utilities.c
162
fprintf(stderr, "warning: %s: %s\n", cp, strerror(errno));
sbin/restore/utilities.c
182
fprintf(stderr, "warning: %s: %s\n", cp, strerror(errno));
sbin/restore/utilities.c
203
new, existing, strerror(errno));
sbin/restore/utilities.c
224
new, existing, strerror(errno));
sbin/restore/utilities.c
246
name, strerror(errno));
sbin/restore/utilities.c
268
name, strerror(errno));
sbin/route/route.c
1138
errmsg = strerror(fl->fl_errno);
sbin/routed/defs.h
499
#define LOGERR(msg) msglog(msg ": %s", strerror(errno))
sbin/routed/defs.h
501
#define BADERR(dump,msg) logbad(dump,msg ": %s", strerror(errno))
sbin/routed/main.c
288
logbad(1, "fcntl(rt_sock) O_NONBLOCK: %s", strerror(errno));
sbin/routed/main.c
585
name, strerror(errno));
sbin/routed/main.c
589
name, strerror(errno));
sbin/routed/main.c
594
name, strerror(errno));
sbin/routed/main.c
601
name, rbuf, strerror(errno));
sbin/routed/main.c
611
name, rbuf, strerror(errno));
sbin/routed/output.c
187
strerror(errno));
sbin/routed/rdisc.c
761
strerror(errno));
sbin/routed/table.c
1294
str, strerror(m.r.rtm.rtm_errno));
sbin/routed/table.c
1305
str, strerror(m.r.rtm.rtm_errno));
sbin/routed/table.c
733
msglog("write(rt_sock)" PAT ": %s", ARGS, strerror(errno));
sbin/routed/trace.c
210
trace_off("tracing off: %s", strerror(ferror(ftrace)));
sbin/routed/trace.c
342
fn, strerror(errno));
sbin/savecore/savecore.c
254
logmsg(LOG_WARNING, "bounds file: %s", strerror(errno));
sbin/setkey/setkey.c
437
errmsg = strerror(msg->sadb_msg_errno);
sbin/umbctl/umbctl.c
223
return _error(2, "%s: %s", ifname, strerror(errno));
sbin/umbctl/umbctl.c
263
return _error(2, "%s: %s", ifname, strerror(errno));
sbin/umbctl/umbctl.c
280
return _error(2, "%s: %s", filename, strerror(errno));
sbin/umbctl/umbctl.c
308
return _error(2, "%s: %s", filename, strerror(errno));
sbin/umbctl/umbctl.c
352
return _error(-1, "%s: %s", ifname, strerror(errno));
sbin/umbctl/umbctl.c
494
return _error(-1, "socket: %s", strerror(errno));
share/examples/ipfilter/l4check/l4check.c
168
l4->l4_fd, strerror(errno));
share/examples/ipfilter/l4check/l4check.c
195
fd, strerror(errno));
share/examples/ipfilter/l4check/l4check.c
235
fd, (i == 0) ? "EOF" : strerror(errno));
share/examples/ses/srcs/chpmon.c
118
v[dev], strerror(errno));
share/examples/ses/srcs/chpmon.c
81
v[dev], strerror(errno));
share/examples/ses/srcs/chpmon.c
90
v[dev], strerror(errno));
share/examples/ses/srcs/sesd.c
106
v[dev], strerror(errno));
share/examples/sound/kqueue.c
58
warn("Event error: %s", strerror(event.data));
stand/common/commands.c
321
command_errmsg = strerror(err);
stand/common/commands.c
352
command_errmsg = strerror(err);
stand/common/interp_forth.c
389
"can't open '%s': %s", filename, strerror(errno));
stand/common/interp_simple.c
97
"can't open '%s': %s", filename, strerror(errno));
stand/common/ls.c
186
"open '%s' failed: %s", path, strerror(errno));
stand/common/ls.c
191
"stat failed: %s", strerror(errno));
stand/common/ls.c
196
"%s: %s", path, strerror(ENOTDIR));
stand/common/module.c
587
"can't load file '%s': %s", filename, strerror(error));
stand/common/module.c
686
"can't open '%s': %s", name, strerror(errno));
stand/common/module.c
729
"error reading '%s': %s", name, strerror(errno));
stand/common/nvstore.c
176
printf("error: %s\n", strerror(c));
stand/common/vdisk.c
114
printf("%s: stat failed: %s\n", argv[0], strerror(errno));
stand/common/vdisk.c
139
printf("%s: open failed: %s\n", argv[0], strerror(errno));
stand/common/zfs_cmd.c
54
command_errmsg = strerror(err);
stand/common/zfs_cmd.c
86
command_errmsg = strerror(err);
stand/libsa/mount.c
120
strerror(rc));
stand/libsa/nfs.c
650
path, strerror(error));
stand/libsa/nfs.c
695
printf("nfs_read: read: %s\n", strerror(errno));
stand/libsa/pager.c
136
printf("can't open '%s': %s\n", fname, strerror(errno));
stand/libsa/rpc.c
412
printf("getport: %s", strerror(errno));
sys/net/netmap_user.h
853
snprintf(errmsg, MAXERRMSG, "cannot open /dev/netmap: %s", strerror(errno));
sys/net/netmap_user.h
903
snprintf(errmsg, MAXERRMSG, "NIOCREGIF failed: %s", strerror(errno));
sys/net/netmap_user.h
933
snprintf(errmsg, MAXERRMSG, "mmap failed: %s", strerror(errno));
sys/security/audit/bsm_errno.c
775
return (strerror(bsme->be_local_errno));
tests/freebsd_test_suite/macros.h
50
_mod_name, strerror(errno)); \
tests/freebsd_test_suite/macros.h
59
strerror(errno)); \
tests/freebsd_test_suite/macros.h
71
strerror(errno)); \
tests/freebsd_test_suite/macros.h
89
_mod_name, strerror(errno)); \
tests/sys/aio/aio_test.c
1001
"zpool create failed: %s", strerror(errno));
tests/sys/aio/aio_test.c
1006
"zfs create failed: %s", strerror(errno));
tests/sys/aio/aio_test.c
1012
ATF_REQUIRE_MSG(fd != -1, "open failed: %s", strerror(errno));
tests/sys/aio/aio_test.c
1028
ATF_REQUIRE_MSG(NULL != pidfile, "fopen: %s", strerror(errno));
tests/sys/aio/aio_test.c
1066
ATF_REQUIRE_MSG(fd != -1, "open failed: %s", strerror(errno));
tests/sys/aio/aio_test.c
1076
strerror(errno));
tests/sys/aio/aio_test.c
1080
atf_tc_fail("aio_waitcomplete() failed: %s", strerror(errno));
tests/sys/aio/aio_test.c
1093
strerror(errno));
tests/sys/aio/aio_test.c
1100
atf_tc_fail("aio_waitcomplete() failed: %s", strerror(errno));
tests/sys/aio/aio_test.c
1472
ATF_REQUIRE_MSG(fd != -1, "open failed: %s", strerror(errno));
tests/sys/aio/aio_test.c
1515
ATF_REQUIRE_MSG(fd != -1, "open failed: %s", strerror(errno));
tests/sys/aio/aio_test.c
1603
ATF_REQUIRE_MSG(fd != -1, "open failed: %s", strerror(errno));
tests/sys/aio/aio_test.c
1619
"aio_writev: %s", strerror(errno));
tests/sys/aio/aio_test.c
1640
ATF_REQUIRE_MSG(fd != -1, "open failed: %s", strerror(errno));
tests/sys/aio/aio_test.c
1714
ATF_REQUIRE_MSG(fd != -1, "open failed: %s", strerror(errno));
tests/sys/aio/aio_test.c
1736
ATF_REQUIRE_MSG(fd != -1, "open failed: %s", strerror(errno));
tests/sys/aio/aio_test.c
1766
ATF_REQUIRE_MSG(fd != -1, "open failed: %s", strerror(errno));
tests/sys/aio/aio_test.c
1847
atf_tc_fail("aio_writev failed: %s", strerror(errno));
tests/sys/aio/aio_test.c
1851
atf_tc_fail("aio failed: %s", strerror(errno));
tests/sys/aio/aio_test.c
1865
atf_tc_fail("aio_readv failed: %s", strerror(errno));
tests/sys/aio/aio_test.c
1869
atf_tc_fail("aio failed: %s", strerror(errno));
tests/sys/aio/aio_test.c
1968
atf_tc_fail("aio_writev failed: %s", strerror(errno));
tests/sys/aio/aio_test.c
1972
atf_tc_fail("aio failed: %s", strerror(errno));
tests/sys/aio/aio_test.c
1984
atf_tc_fail("aio_readv failed: %s", strerror(errno));
tests/sys/aio/aio_test.c
315
atf_tc_fail("aio_write failed: %s", strerror(errno));
tests/sys/aio/aio_test.c
319
atf_tc_fail("aio failed: %s", strerror(errno));
tests/sys/aio/aio_test.c
356
atf_tc_fail("aio_writev failed: %s", strerror(errno));
tests/sys/aio/aio_test.c
360
atf_tc_fail("aio failed: %s", strerror(errno));
tests/sys/aio/aio_test.c
386
atf_tc_fail("aio_read failed: %s", strerror(errno));
tests/sys/aio/aio_test.c
390
atf_tc_fail("aio failed: %s", strerror(errno));
tests/sys/aio/aio_test.c
423
atf_tc_fail("aio_read failed: %s", strerror(errno));
tests/sys/aio/aio_test.c
427
atf_tc_fail("aio failed: %s", strerror(errno));
tests/sys/aio/aio_test.c
458
ATF_REQUIRE_MSG(fd != -1, "open failed: %s", strerror(errno));
tests/sys/aio/aio_test.c
519
"mkfifo failed: %s", strerror(errno));
tests/sys/aio/aio_test.c
526
strerror(errno));
tests/sys/aio/aio_test.c
534
strerror(errno));
tests/sys/aio/aio_test.c
590
"socketpair failed: %s", strerror(errno));
tests/sys/aio/aio_test.c
594
"getrusage failed: %s", strerror(errno));
tests/sys/aio/aio_test.c
603
"getrusage failed: %s", strerror(errno));
tests/sys/aio/aio_test.c
664
"openpty failed: %s", strerror(errno));
tests/sys/aio/aio_test.c
670
atf_tc_fail("tcgetattr failed: %s", strerror(errno));
tests/sys/aio/aio_test.c
676
atf_tc_fail("tcsetattr failed: %s", strerror(errno));
tests/sys/aio/aio_test.c
733
"pipe failed: %s", strerror(errno));
tests/sys/aio/aio_test.c
792
"opening /dev/%s failed: %s", MDCTL_NAME, strerror(errno));
tests/sys/aio/aio_test.c
806
atf_tc_fail("ioctl MDIOCATTACH failed: %s", strerror(errno));
tests/sys/aio/aio_test.c
817
"opening %s failed: %s", pathname, strerror(errno));
tests/sys/aio/aio_test.c
832
strerror(errno));
tests/sys/aio/aio_test.c
845
unit, strerror(errno));
tests/sys/aio/aio_test.c
988
ATF_REQUIRE_MSG(fd != -1, "open failed: %s", strerror(errno));
tests/sys/aio/aio_test.c
990
ftruncate(fd, POOL_SIZE), "ftruncate failed: %s", strerror(errno));
tests/sys/aio/aio_test.c
994
ATF_REQUIRE_MSG(NULL != pidfile, "fopen: %s", strerror(errno));
tests/sys/aio/lio_test.c
204
"lio_listio: %s", strerror(errno));
tests/sys/aio/lio_test.c
223
ATF_REQUIRE_MSG(fd >= 0, "open: %s", strerror(errno));
tests/sys/aio/lio_test.c
302
ATF_REQUIRE_MSG(fd >= 0, "open: %s", strerror(errno));
tests/sys/audit/utils.c
101
atf_tc_fail("Preselection mode: %s", strerror(errno));
tests/sys/audit/utils.c
105
atf_tc_fail("Preselection flag: %s", strerror(errno));
tests/sys/audit/utils.c
109
atf_tc_fail("Preselection naflag: %s", strerror(errno));
tests/sys/audit/utils.c
113
atf_tc_fail("Query max-limit: %s", strerror(errno));
tests/sys/audit/utils.c
117
atf_tc_fail("Set max-qlimit: %s", strerror(errno));
tests/sys/audit/utils.c
121
atf_tc_fail("Auditpipe flush: %s", strerror(errno));
tests/sys/audit/utils.c
184
atf_tc_fail("Poll: %s", strerror(errno));
tests/sys/audit/utils.c
250
"Unexpected error from auditon(2): %s", strerror(errno));
tests/sys/audit/utils.h
47
strerror(errno)); \
tests/sys/capsicum/capsicum-test-main.cc
45
GTEST_FAIL() << "sysctlbyname failed: " << strerror(errno);
tests/sys/capsicum/capsicum-test-main.cc
59
strerror(errno);
tests/sys/capsicum/capsicum-test.cc
59
count, strerror(errno));
tests/sys/capsicum/capsicum-test.h
138
#define EXPECT_OK(v) EXPECT_LE(0, v) << " errno " << errno << " " << strerror(errno)
tests/sys/capsicum/capsicum-test.h
145
EXPECT_EQ(E, errno) << "expected '" << strerror(E) \
tests/sys/capsicum/capsicum-test.h
146
<< "' but got '" << strerror(errno) << "'"; \
tests/sys/capsicum/capsicum-test.h
153
EXPECT_NE(E, errno) << strerror(E); \
tests/sys/capsicum/capsicum-test.h
208
<< "(" << strerror(errno) << ")"; \
tests/sys/capsicum/capsicum-test.h
95
strerror(errno), errno); \
tests/sys/capsicum/procdesc.cc
76
fprintf(stderr, "Warning: waitpid error %s (%d)\n", strerror(errno), errno);
tests/sys/capsicum/smoketest.c
100
if (rc < 0) fprintf(stderr, "*** cap_enter() failed: errno=%d %s\n", errno, strerror(errno));
tests/sys/capsicum/smoketest.c
104
if (rc < 0) fprintf(stderr, "*** cap_getmode() failed: errno=%d %s\n", errno, strerror(errno));
tests/sys/capsicum/smoketest.c
123
fprintf(stderr, "*** fexecve(fd=%d) failed: rc=%d errno=%d %s\n", ls_bin, rc, errno, strerror(errno));
tests/sys/capsicum/smoketest.c
35
if (rc < 0) fprintf(stderr, "*** cap_rights_limit() failed: errno=%d %s\n", errno, strerror(errno));
tests/sys/capsicum/smoketest.c
44
if (rc < 0) fprintf(stderr, "*** cap_rights_get() failed: errno=%d %s\n", errno, strerror(errno));
tests/sys/capsicum/smoketest.c
55
if (rc < 0) fprintf(stderr, "*** pdfork() failed: errno=%d %s\n", errno, strerror(errno));
tests/sys/capsicum/smoketest.c
72
if (rc < 0) fprintf(stderr, "*** pdgetpid(pd=%d) failed: errno=%d %s\n", pd, errno, strerror(errno));
tests/sys/capsicum/smoketest.c
80
if (rc < 0) fprintf(stderr, "*** pdkill() failed: errno=%d %s\n", errno, strerror(errno));
tests/sys/capsicum/smoketest.c
96
if (rc < 0) fprintf(stderr, "*** cap_getmode() failed: errno=%d %s\n", errno, strerror(errno));
tests/sys/capsicum/waittest.c
15
fprintf(stderr, "pdfork() failed rc=%d errno=%d %s\n", rc, errno, strerror(errno));
tests/sys/capsicum/waittest.c
28
fprintf(stderr, "waitpid(): failed errno=%d %s\n", errno, strerror(errno));
tests/sys/cddl/zfs/bin/file_write.c
177
strerror(errno), errno);
tests/sys/cddl/zfs/bin/file_write.c
184
filename, offset, noffset, strerror(errno), errno);
tests/sys/cddl/zfs/bin/file_write.c
203
strerror(errno), errno);
tests/sys/cddl/zfs/bin/mktree.c
113
dname, errno, strerror(errno));
tests/sys/cddl/zfs/bin/mktree.c
169
"\n[%d]: %s.\n", pname, errno, strerror(errno));
tests/sys/cddl/zfs/bin/mktree.c
174
"\n[%d]: %s.\n", errno, strerror(errno));
tests/sys/cddl/zfs/bin/mktree.c
181
errno, strerror(errno));
tests/sys/cddl/zfs/bin/mktree.c
186
"\n[%d]: %s.\n", errno, strerror(errno));
tests/sys/file/closefrom_test.c
109
ATF_REQUIRE_MSG(kif != NULL, "kinfo_getfile: %s", strerror(errno));
tests/sys/file/closefrom_test.c
125
strerror(errno));
tests/sys/file/closefrom_test.c
168
strerror(errno));
tests/sys/file/closefrom_test.c
170
strerror(errno));
tests/sys/file/closefrom_test.c
306
ATF_REQUIRE_MSG(flags >= 0, "fcntl(.., F_GETFD): %s", strerror(errno));
tests/sys/file/closefrom_test.c
86
ATF_REQUIRE_MSG(shared_page != MAP_FAILED, "mmap: %s", strerror(errno));
tests/sys/file/fcntlflags_test.c
106
strerror(errno));
tests/sys/file/fcntlflags_test.c
110
strerror(errno));
tests/sys/file/fcntlflags_test.c
118
strerror(errno));
tests/sys/file/fcntlflags_test.c
48
omodetext, strerror(errno));
tests/sys/file/fcntlflags_test.c
52
strerror(errno));
tests/sys/file/fcntlflags_test.c
57
"fcntl(F_SETFL) same flags failed: %s", strerror(errno));
tests/sys/file/fcntlflags_test.c
61
strerror(errno));
tests/sys/file/fcntlflags_test.c
65
"fcntl(F_SETFL) O_NONBLOCK failed: %s", strerror(errno));
tests/sys/file/fcntlflags_test.c
69
strerror(errno));
tests/sys/file/path_test.c
61
#define FMT_ERR(s) s ": %s", strerror(errno)
tests/sys/fs/fusefs/access.cc
112
EXPECT_EQ(0, chmod(FULLPATH, newmode)) << strerror(errno);
tests/sys/fs/fusefs/access.cc
176
ASSERT_EQ(0, access(FULLPATH, access_mode)) << strerror(errno);
tests/sys/fs/fusefs/access.cc
177
ASSERT_EQ(0, access(FULLPATH, access_mode)) << strerror(errno);
tests/sys/fs/fusefs/access.cc
233
ASSERT_EQ(0, access(FULLPATH, access_mode)) << strerror(errno);
tests/sys/fs/fusefs/allow_other.cc
168
ASSERT_LE(0, fd1) << strerror(errno);
tests/sys/fs/fusefs/allow_other.cc
179
strerror(errno));
tests/sys/fs/fusefs/allow_other.cc
205
strerror(errno));
tests/sys/fs/fusefs/allow_other.cc
237
ASSERT_LE(0, dfd) << strerror(errno);
tests/sys/fs/fusefs/allow_other.cc
250
strerror(errno));
tests/sys/fs/fusefs/allow_other.cc
285
ASSERT_EQ(0, access(FULLPATH, F_OK)) << strerror(errno);
tests/sys/fs/fusefs/allow_other.cc
299
strerror(errno));
tests/sys/fs/fusefs/bmap.cc
102
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/bmap.cc
107
ASSERT_EQ(0, ioctl(fd, FIOBMAP2, &arg)) << strerror(errno);
tests/sys/fs/fusefs/bmap.cc
148
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/bmap.cc
155
ASSERT_EQ(0, ioctl(fd, FIOBMAP2, &arg)) << strerror(errno);
tests/sys/fs/fusefs/bmap.cc
165
ASSERT_EQ(0, ioctl(fd, FIOBMAP2, &arg)) << strerror(errno);
tests/sys/fs/fusefs/bmap.cc
175
ASSERT_EQ(0, ioctl(fd, FIOBMAP2, &arg)) << strerror(errno);
tests/sys/fs/fusefs/bmap.cc
206
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/bmap.cc
256
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/bmap.cc
263
EXPECT_EQ(r, 1) << strerror(errno);
tests/sys/fs/fusefs/bmap.cc
265
EXPECT_EQ(r, 1) << strerror(errno);
tests/sys/fs/fusefs/bmap.cc
267
EXPECT_EQ(r, 1) << strerror(errno);
tests/sys/fs/fusefs/bmap.cc
347
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/cache.cc
170
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/cache.cc
172
ASSERT_EQ(osize, read(fd, buf, bufsize)) << strerror(errno);
tests/sys/fs/fusefs/cache.cc
185
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/cache.cc
192
ASSERT_EQ(nsize, read(fd, buf, bufsize)) << strerror(errno);
tests/sys/fs/fusefs/copy_file_range.cc
245
<< strerror(errno);
tests/sys/fs/fusefs/copy_file_range.cc
258
<< strerror(errno);
tests/sys/fs/fusefs/copy_file_range.cc
375
ASSERT_NE(MAP_FAILED, p) << strerror(errno);
tests/sys/fs/fusefs/copy_file_range.cc
377
ASSERT_EQ(0, munmap(p, wsize)) << strerror(errno);
tests/sys/fs/fusefs/copy_file_range.cc
384
ASSERT_EQ(copysize, (size_t)r) << strerror(errno);
tests/sys/fs/fusefs/copy_file_range.cc
426
ASSERT_EQ(0, setrlimit(RLIMIT_FSIZE, &rl)) << strerror(errno);
tests/sys/fs/fusefs/copy_file_range.cc
427
ASSERT_NE(SIG_ERR, signal(SIGXFSZ, sigxfsz_handler)) << strerror(errno);
tests/sys/fs/fusefs/copy_file_range.cc
479
ASSERT_EQ(0, setrlimit(RLIMIT_FSIZE, &rl)) << strerror(errno);
tests/sys/fs/fusefs/copy_file_range.cc
480
ASSERT_NE(SIG_ERR, signal(SIGXFSZ, sigxfsz_handler)) << strerror(errno);
tests/sys/fs/fusefs/copy_file_range.cc
621
ASSERT_EQ(0, fstat(fd1, &sb1a)) << strerror(errno);
tests/sys/fs/fusefs/copy_file_range.cc
622
ASSERT_EQ(0, fstat(fd2, &sb2a)) << strerror(errno);
tests/sys/fs/fusefs/copy_file_range.cc
627
ASSERT_EQ(0, fstat(fd1, &sb1b)) << strerror(errno);
tests/sys/fs/fusefs/copy_file_range.cc
628
ASSERT_EQ(0, fstat(fd2, &sb2b)) << strerror(errno);
tests/sys/fs/fusefs/copy_file_range.cc
682
ASSERT_EQ(0, fstat(fd, &sb)) << strerror(errno);
tests/sys/fs/fusefs/copy_file_range.cc
784
ASSERT_EQ(0, fstat(fd1, &sb1a)) << strerror(errno);
tests/sys/fs/fusefs/copy_file_range.cc
785
ASSERT_EQ(0, fstat(fd2, &sb2a)) << strerror(errno);
tests/sys/fs/fusefs/copy_file_range.cc
790
ASSERT_EQ(0, fstat(fd1, &sb1b)) << strerror(errno);
tests/sys/fs/fusefs/copy_file_range.cc
791
ASSERT_EQ(0, fstat(fd2, &sb2b)) << strerror(errno);
tests/sys/fs/fusefs/create.cc
144
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/create.cc
183
EXPECT_EQ(0, stat("mountpoint", &sb)) << strerror(errno);
tests/sys/fs/fusefs/create.cc
185
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/create.cc
186
EXPECT_EQ(0, stat("mountpoint", &sb)) << strerror(errno);
tests/sys/fs/fusefs/create.cc
255
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/create.cc
289
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/create.cc
320
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/create.cc
325
ASSERT_EQ(0, access(FULLPATH, F_OK)) << strerror(errno);
tests/sys/fs/fusefs/create.cc
367
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/create.cc
440
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/create.cc
467
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/create.cc
491
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/default_permissions.cc
1001
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/default_permissions.cc
1002
EXPECT_EQ(0, posix_fallocate(fd, off, len)) << strerror(errno);
tests/sys/fs/fusefs/default_permissions.cc
1003
ASSERT_EQ(0, fstat(fd, &sb)) << strerror(errno);
tests/sys/fs/fusefs/default_permissions.cc
1031
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/default_permissions.cc
1032
EXPECT_EQ(0, posix_fallocate(fd, off, len)) << strerror(errno);
tests/sys/fs/fusefs/default_permissions.cc
1033
ASSERT_EQ(0, fstat(fd, &sb)) << strerror(errno);
tests/sys/fs/fusefs/default_permissions.cc
1060
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/default_permissions.cc
1061
EXPECT_EQ(0, posix_fallocate(fd, off, len)) << strerror(errno);
tests/sys/fs/fusefs/default_permissions.cc
1176
ASSERT_EQ(0, rename(FULLSRC, FULLDST)) << strerror(errno);
tests/sys/fs/fusefs/default_permissions.cc
1223
ASSERT_EQ(0, rename(FULLSRC, FULLDST)) << strerror(errno);
tests/sys/fs/fusefs/default_permissions.cc
1240
ASSERT_EQ(0, rename(FULLSRC, FULLDST)) << strerror(errno);
tests/sys/fs/fusefs/default_permissions.cc
1271
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/default_permissions.cc
1276
ASSERT_EQ(fsize, read(fd, buf, bufsize)) << strerror(errno);
tests/sys/fs/fusefs/default_permissions.cc
1303
EXPECT_EQ(0, chmod(FULLPATH, newmode)) << strerror(errno);
tests/sys/fs/fusefs/default_permissions.cc
1359
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/default_permissions.cc
1360
ASSERT_EQ(0, ftruncate(fd, 100)) << strerror(errno);
tests/sys/fs/fusefs/default_permissions.cc
1429
ASSERT_EQ(value_len, r) << strerror(errno);
tests/sys/fs/fusefs/default_permissions.cc
1484
ASSERT_EQ(value_len, r) << strerror(errno);
tests/sys/fs/fusefs/default_permissions.cc
1494
ASSERT_EQ(0, sem_init(&sem, 0, 0)) << strerror(errno);
tests/sys/fs/fusefs/default_permissions.cc
1501
ASSERT_EQ(0, unlink(FULLPATH)) << strerror(errno);
tests/sys/fs/fusefs/default_permissions.cc
1533
ASSERT_EQ(0, access(FULLPATH, F_OK)) << strerror(errno);
tests/sys/fs/fusefs/default_permissions.cc
1584
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/default_permissions.cc
1585
ASSERT_EQ(1, write(fd, wbuf, sizeof(wbuf))) << strerror(errno);
tests/sys/fs/fusefs/default_permissions.cc
1586
ASSERT_EQ(0, fstat(fd, &sb)) << strerror(errno);
tests/sys/fs/fusefs/default_permissions.cc
1610
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/default_permissions.cc
1611
ASSERT_EQ(1, write(fd, wbuf, sizeof(wbuf))) << strerror(errno);
tests/sys/fs/fusefs/default_permissions.cc
1612
ASSERT_EQ(0, fstat(fd, &sb)) << strerror(errno);
tests/sys/fs/fusefs/default_permissions.cc
1641
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/default_permissions.cc
1642
ASSERT_EQ(1, write(fd, wbuf, sizeof(wbuf))) << strerror(errno);
tests/sys/fs/fusefs/default_permissions.cc
320
ASSERT_EQ(0, access(FULLPATH, access_mode)) << strerror(errno);
tests/sys/fs/fusefs/default_permissions.cc
348
EXPECT_EQ(0, chown(FULLPATH, uid, -1)) << strerror(errno);
tests/sys/fs/fusefs/default_permissions.cc
382
EXPECT_EQ(0, chown(FULLPATH, uid, -1)) << strerror(errno);
tests/sys/fs/fusefs/default_permissions.cc
439
EXPECT_EQ(0, chown(FULLPATH, -1, gid)) << strerror(errno);
tests/sys/fs/fusefs/default_permissions.cc
498
EXPECT_EQ(0, chown(FULLPATH, -1, newgid)) << strerror(errno);
tests/sys/fs/fusefs/default_permissions.cc
530
ASSERT_LE(0, fd_in) << strerror(errno);
tests/sys/fs/fusefs/default_permissions.cc
532
ASSERT_LE(0, fd_out) << strerror(errno);
tests/sys/fs/fusefs/default_permissions.cc
535
<< strerror(errno);
tests/sys/fs/fusefs/default_permissions.cc
536
ASSERT_EQ(0, fstat(fd_out, &sb)) << strerror(errno);
tests/sys/fs/fusefs/default_permissions.cc
538
ASSERT_EQ(0, fstat(fd_in, &sb)) << strerror(errno);
tests/sys/fs/fusefs/default_permissions.cc
574
ASSERT_LE(0, fd_in) << strerror(errno);
tests/sys/fs/fusefs/default_permissions.cc
576
ASSERT_LE(0, fd_out) << strerror(errno);
tests/sys/fs/fusefs/default_permissions.cc
579
<< strerror(errno);
tests/sys/fs/fusefs/default_permissions.cc
580
ASSERT_EQ(0, fstat(fd_out, &sb)) << strerror(errno);
tests/sys/fs/fusefs/default_permissions.cc
582
ASSERT_EQ(0, fstat(fd_in, &sb)) << strerror(errno);
tests/sys/fs/fusefs/default_permissions.cc
602
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/default_permissions.cc
645
<< strerror(errno);
tests/sys/fs/fusefs/default_permissions.cc
693
<< strerror(errno);
tests/sys/fs/fusefs/default_permissions.cc
714
<< strerror(errno);
tests/sys/fs/fusefs/default_permissions.cc
730
<< strerror(errno);
tests/sys/fs/fusefs/default_permissions.cc
771
ASSERT_EQ(value_len, r) << strerror(errno);
tests/sys/fs/fusefs/default_permissions.cc
819
<< strerror(errno);
tests/sys/fs/fusefs/default_permissions.cc
862
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/default_permissions.cc
866
ASSERT_EQ(0, fstat(fd, &sb)) << strerror(errno);
tests/sys/fs/fusefs/default_permissions.cc
896
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/default_permissions.cc
900
ASSERT_EQ(0, fstat(fd, &sb)) << strerror(errno);
tests/sys/fs/fusefs/default_permissions.cc
929
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/default_permissions.cc
975
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/default_permissions_privileged.cc
121
EXPECT_EQ(0, chmod(FULLPATH, newmode)) << strerror(errno);
tests/sys/fs/fusefs/destroy.cc
127
ASSERT_EQ(0, statfs("mountpoint", &statbuf)) << strerror(errno);
tests/sys/fs/fusefs/destroy.cc
195
__DECONST(void*, FULLPATH0))) << strerror(errno);
tests/sys/fs/fusefs/destroy.cc
197
__DECONST(void*, FULLPATH1))) << strerror(errno);
tests/sys/fs/fusefs/destroy.cc
230
ASSERT_EQ(0, access(FULLPATH, F_OK)) << strerror(errno);
tests/sys/fs/fusefs/destroy.cc
231
ASSERT_EQ(0, access(FULLPATH, F_OK)) << strerror(errno);
tests/sys/fs/fusefs/destroy.cc
64
ASSERT_EQ(0, statfs("mountpoint", &statbuf)) << strerror(errno);
tests/sys/fs/fusefs/dev_fuse_poll.cc
125
ASSERT_EQ(0, sem_init(&sem0, 0, 0)) << strerror(errno);
tests/sys/fs/fusefs/dev_fuse_poll.cc
126
ASSERT_EQ(0, sem_init(&sem1, 0, 0)) << strerror(errno);
tests/sys/fs/fusefs/dev_fuse_poll.cc
206
__DECONST(void*, "mountpoint/foo"))) << strerror(errno);
tests/sys/fs/fusefs/dev_fuse_poll.cc
207
EXPECT_EQ(0, sem_wait(&sem0)) << strerror(errno);
tests/sys/fs/fusefs/dev_fuse_poll.cc
209
__DECONST(void*, "mountpoint/bar"))) << strerror(errno);
tests/sys/fs/fusefs/dev_fuse_poll.cc
211
__DECONST(void*, "mountpoint/baz"))) << strerror(errno);
tests/sys/fs/fusefs/dev_fuse_poll.cc
214
EXPECT_EQ(0, sem_post(&sem1)) << strerror(errno);
tests/sys/fs/fusefs/dev_fuse_poll.cc
88
ASSERT_EQ(0, access(FULLPATH, access_mode)) << strerror(errno);
tests/sys/fs/fusefs/fallocate.cc
199
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/fallocate.cc
244
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/fallocate.cc
295
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/fallocate.cc
298
ASSERT_EQ(0, statfs("mountpoint", &statbuf)) << strerror(errno);
tests/sys/fs/fusefs/fallocate.cc
303
ASSERT_EQ(0, nmount(iov, iovlen, newflags)) << strerror(errno);
tests/sys/fs/fusefs/fallocate.cc
354
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/fallocate.cc
381
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/fallocate.cc
382
ASSERT_EQ(0, fstat(fd, &sb0)) << strerror(errno);
tests/sys/fs/fusefs/fallocate.cc
422
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/fallocate.cc
450
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/fallocate.cc
483
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/fallocate.cc
523
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/fallocate.cc
527
<< strerror(errno);
tests/sys/fs/fusefs/fallocate.cc
539
<< strerror(errno);
tests/sys/fs/fusefs/fallocate.cc
572
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/fallocate.cc
609
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/fallocate.cc
638
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/fallocate.cc
678
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/fallocate.cc
681
ASSERT_EQ(0, statfs("mountpoint", &statbuf)) << strerror(errno);
tests/sys/fs/fusefs/fallocate.cc
686
ASSERT_EQ(0, nmount(iov, iovlen, newflags)) << strerror(errno);
tests/sys/fs/fusefs/fallocate.cc
716
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/fallocate.cc
717
ASSERT_EQ(0, fstat(fd, &sb0)) << strerror(errno);
tests/sys/fs/fusefs/fallocate.cc
750
ASSERT_EQ(0, setrlimit(RLIMIT_FSIZE, &rl)) << strerror(errno);
tests/sys/fs/fusefs/fallocate.cc
751
ASSERT_NE(SIG_ERR, signal(SIGXFSZ, sigxfsz_handler)) << strerror(errno);
tests/sys/fs/fusefs/fallocate.cc
754
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/fallocate.cc
775
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/fifo.cc
100
<< strerror(errno);
tests/sys/fs/fusefs/fifo.cc
103
ASSERT_LE(0, r) << strerror(errno);
tests/sys/fs/fusefs/fifo.cc
190
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/fifo.cc
195
<< strerror(errno);
tests/sys/fs/fusefs/fifo.cc
198
<< strerror(errno);
tests/sys/fs/fusefs/fifo.cc
200
ASSERT_LE(0, connected) << strerror(errno);
tests/sys/fs/fusefs/fifo.cc
204
ASSERT_LE(0, r) << strerror(errno);
tests/sys/fs/fusefs/fifo.cc
98
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/flush.cc
103
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/flush.cc
106
ASSERT_LE(0, fd2) << strerror(errno);
tests/sys/fs/fusefs/flush.cc
108
EXPECT_EQ(0, close(fd2)) << strerror(errno);
tests/sys/fs/fusefs/flush.cc
109
EXPECT_EQ(0, close(fd)) << strerror(errno);
tests/sys/fs/fusefs/flush.cc
137
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/flush.cc
139
EXPECT_EQ(0, close(fd)) << strerror(errno);
tests/sys/fs/fusefs/flush.cc
163
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/flush.cc
165
ASSERT_TRUE(0 == close(fd) || errno == EIO) << strerror(errno);
tests/sys/fs/fusefs/flush.cc
194
ASSERT_LE(0, fd0) << strerror(errno);
tests/sys/fs/fusefs/flush.cc
197
ASSERT_LE(0, fd1) << strerror(errno);
tests/sys/fs/fusefs/flush.cc
199
EXPECT_EQ(0, close(fd0)) << strerror(errno);
tests/sys/fs/fusefs/flush.cc
200
EXPECT_EQ(0, close(fd1)) << strerror(errno);
tests/sys/fs/fusefs/flush.cc
217
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/flush.cc
219
ASSERT_TRUE(0 == close(fd)) << strerror(errno);
tests/sys/fs/fusefs/flush.cc
258
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/flush.cc
265
ASSERT_NE(-1, fcntl(fd, F_SETLK, &fl)) << strerror(errno);
tests/sys/fs/fusefs/flush.cc
268
ASSERT_LE(0, fd2) << strerror(errno);
tests/sys/fs/fusefs/flush.cc
269
ASSERT_EQ(0, close(fd2)) << strerror(errno);
tests/sys/fs/fusefs/forget.cc
138
ASSERT_EQ(0, access(FULLFPATH, F_OK)) << strerror(errno);
tests/sys/fs/fusefs/forget.cc
144
ASSERT_EQ(0, access(FULLFPATH, F_OK)) << strerror(errno);
tests/sys/fs/fusefs/forget.cc
170
ASSERT_EQ(0, access(FULLPATH, F_OK)) << strerror(errno);
tests/sys/fs/fusefs/forget.cc
176
ASSERT_EQ(0, access(FULLPATH, F_OK)) << strerror(errno);
tests/sys/fs/fusefs/forget.cc
67
ASSERT_EQ(0, sem_init(&sem, 0, 0)) << strerror(errno);
tests/sys/fs/fusefs/forget.cc
85
ASSERT_EQ(0, access(FULLPATH, F_OK)) << strerror(errno);
tests/sys/fs/fusefs/forget.cc
86
ASSERT_EQ(0, access(FULLPATH, F_OK)) << strerror(errno);
tests/sys/fs/fusefs/fsync.cc
110
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/fsync.cc
111
ASSERT_EQ(bufsize, write(fd, CONTENTS, bufsize)) << strerror(errno);
tests/sys/fs/fusefs/fsync.cc
116
ASSERT_EQ(0, aio_fsync(O_SYNC, &iocb)) << strerror(errno);
tests/sys/fs/fusefs/fsync.cc
117
ASSERT_EQ(0, aio_waitcomplete(&piocb, NULL)) << strerror(errno);
tests/sys/fs/fusefs/fsync.cc
159
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/fsync.cc
160
ASSERT_EQ(bufsize, write(fd, CONTENTS, bufsize)) << strerror(errno);
tests/sys/fs/fusefs/fsync.cc
179
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/fsync.cc
180
ASSERT_EQ(bufsize, write(fd, CONTENTS, bufsize)) << strerror(errno);
tests/sys/fs/fusefs/fsync.cc
207
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/fsync.cc
208
ASSERT_EQ(bufsize, write(fd, CONTENTS, bufsize)) << strerror(errno);
tests/sys/fs/fusefs/fsync.cc
232
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/fsync.cc
233
ASSERT_EQ(bufsize, write(fd, CONTENTS, bufsize)) << strerror(errno);
tests/sys/fs/fusefs/fsync.cc
234
ASSERT_EQ(0, fdatasync(fd)) << strerror(errno);
tests/sys/fs/fusefs/fsync.cc
254
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/fsync.cc
255
ASSERT_EQ(bufsize, write(fd, CONTENTS, bufsize)) << strerror(errno);
tests/sys/fs/fusefs/fsync.cc
256
ASSERT_EQ(0, fsync(fd)) << strerror(errno);
tests/sys/fs/fusefs/fsync.cc
277
ASSERT_LE(0, fd1) << strerror(errno);
tests/sys/fs/fusefs/fsync.cc
279
ASSERT_LE(0, fd2) << strerror(errno);
tests/sys/fs/fusefs/fsync.cc
280
ASSERT_EQ(bufsize, write(fd1, CONTENTS, bufsize)) << strerror(errno);
tests/sys/fs/fusefs/fsync.cc
281
ASSERT_EQ(0, fsync(fd1)) << strerror(errno);
tests/sys/fs/fusefs/fsyncdir.cc
101
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/fsyncdir.cc
106
ASSERT_EQ(0, aio_fsync(O_SYNC, &iocb)) << strerror(errno);
tests/sys/fs/fusefs/fsyncdir.cc
107
ASSERT_EQ(0, aio_waitcomplete(&piocb, NULL)) << strerror(errno);
tests/sys/fs/fusefs/fsyncdir.cc
124
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/fsyncdir.cc
148
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/fsyncdir.cc
149
EXPECT_EQ(0, fsync(fd)) << strerror(errno);
tests/sys/fs/fusefs/fsyncdir.cc
152
EXPECT_EQ(0, fsync(fd)) << strerror(errno);
tests/sys/fs/fusefs/fsyncdir.cc
169
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/fsyncdir.cc
170
ASSERT_EQ(0, fdatasync(fd)) << strerror(errno);
tests/sys/fs/fusefs/fsyncdir.cc
191
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/fsyncdir.cc
192
ASSERT_EQ(0, fsync(fd)) << strerror(errno);
tests/sys/fs/fusefs/getattr.cc
165
ASSERT_EQ(0, stat(FULLPATH, &sb)) << strerror(errno);
tests/sys/fs/fusefs/getattr.cc
177
ASSERT_EQ(0, sem_init(&sem, 0, 0)) << strerror(errno);
tests/sys/fs/fusefs/getattr.cc
232
ASSERT_EQ(0, stat(FULLPATH, &sb)) << strerror(errno);
tests/sys/fs/fusefs/getattr.cc
275
ASSERT_EQ(0, sem_init(&sem, 0, 0)) << strerror(errno);
tests/sys/fs/fusefs/getattr.cc
349
ASSERT_EQ(0, stat(FULLPATH, &sb)) << strerror(errno);
tests/sys/fs/fusefs/interrupt.cc
150
ASSERT_NE(SIG_ERR, signal(SIGUSR2, sigusr2_handler)) << strerror(errno);
tests/sys/fs/fusefs/interrupt.cc
153
<< strerror(errno);
tests/sys/fs/fusefs/interrupt.cc
164
ASSERT_NE(MAP_FAILED, blocked_semaphore) << strerror(errno);
tests/sys/fs/fusefs/interrupt.cc
165
ASSERT_EQ(0, sem_init(blocked_semaphore, 1, 0)) << strerror(errno);
tests/sys/fs/fusefs/interrupt.cc
270
EXPECT_EQ(0, mkdir(FULLDIRPATH0, MODE)) << strerror(errno);
tests/sys/fs/fusefs/interrupt.cc
275
EXPECT_EQ(0, access(FULLDIRPATH0, F_OK)) << strerror(errno);
tests/sys/fs/fusefs/interrupt.cc
293
ASSERT_EQ(0, sem_init(&sem0, 0, 0)) << strerror(errno);
tests/sys/fs/fusefs/interrupt.cc
294
ASSERT_EQ(0, sem_init(&sem1, 0, 0)) << strerror(errno);
tests/sys/fs/fusefs/interrupt.cc
345
ASSERT_EQ(0, mkdir(FULLDIRPATH1, MODE)) << strerror(errno);
tests/sys/fs/fusefs/interrupt.cc
348
<< strerror(errno);
tests/sys/fs/fusefs/interrupt.cc
396
ASSERT_EQ(0, mkdir(FULLDIRPATH0, MODE)) << strerror(errno);
tests/sys/fs/fusefs/interrupt.cc
414
ASSERT_EQ(0, sem_init(&sem0, 0, 0)) << strerror(errno);
tests/sys/fs/fusefs/interrupt.cc
415
ASSERT_EQ(0, sem_init(&sem1, 0, 0)) << strerror(errno);
tests/sys/fs/fusefs/interrupt.cc
440
ASSERT_LE(0, fd1) << strerror(errno);
tests/sys/fs/fusefs/interrupt.cc
444
<< strerror(errno);
tests/sys/fs/fusefs/interrupt.cc
449
<< strerror(errno);
tests/sys/fs/fusefs/interrupt.cc
456
ASSERT_EQ(0, sem_post(&sem0)) << strerror(errno);
tests/sys/fs/fusefs/interrupt.cc
490
ASSERT_EQ(0, sem_init(&sem0, 0, 0)) << strerror(errno);
tests/sys/fs/fusefs/interrupt.cc
491
ASSERT_EQ(0, sem_init(&sem1, 0, 0)) << strerror(errno);
tests/sys/fs/fusefs/interrupt.cc
515
ASSERT_LE(0, fd1) << strerror(errno);
tests/sys/fs/fusefs/interrupt.cc
519
<< strerror(errno);
tests/sys/fs/fusefs/interrupt.cc
530
ASSERT_EQ(0, sem_post(&sem0)) << strerror(errno);
tests/sys/fs/fusefs/interrupt.cc
611
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/interrupt.cc
630
ASSERT_EQ(0, sem_init(&sem0, 0, 0)) << strerror(errno);
tests/sys/fs/fusefs/interrupt.cc
663
ASSERT_EQ(0, mkdir(FULLDIRPATH0, MODE)) << strerror(errno);
tests/sys/fs/fusefs/interrupt.cc
677
ASSERT_EQ(0, sem_init(&sem0, 0, 0)) << strerror(errno);
tests/sys/fs/fusefs/interrupt.cc
678
ASSERT_EQ(0, sem_init(&sem1, 0, 0)) << strerror(errno);
tests/sys/fs/fusefs/interrupt.cc
730
<< strerror(errno);
tests/sys/fs/fusefs/interrupt.cc
736
ASSERT_EQ(0, mkdir(FULLDIRPATH1, MODE)) << strerror(errno);
tests/sys/fs/fusefs/io.cc
148
<< strerror(errno);
tests/sys/fs/fusefs/io.cc
166
ASSERT_LE(0, osize) << strerror(errno);
tests/sys/fs/fusefs/io.cc
179
<< strerror(errno);
tests/sys/fs/fusefs/io.cc
227
EXPECT_LE(0, m_test_fd) << strerror(errno);
tests/sys/fs/fusefs/io.cc
244
ASSERT_EQ(0, close(m_test_fd)) << strerror(errno);
tests/sys/fs/fusefs/io.cc
246
ASSERT_LE(0, m_test_fd) << strerror(errno);
tests/sys/fs/fusefs/io.cc
248
ASSERT_EQ(0, close(m_control_fd)) << strerror(errno);
tests/sys/fs/fusefs/io.cc
250
ASSERT_LE(0, m_control_fd) << strerror(errno);
tests/sys/fs/fusefs/io.cc
266
ASSERT_GT(r, 0) << strerror(errno);
tests/sys/fs/fusefs/io.cc
272
ASSERT_GT(r, 0) << strerror(errno);
tests/sys/fs/fusefs/io.cc
280
ASSERT_EQ(0, ftruncate(m_test_fd, offs)) << strerror(errno);
tests/sys/fs/fusefs/io.cc
281
ASSERT_EQ(0, ftruncate(m_control_fd, offs)) << strerror(errno);
tests/sys/fs/fusefs/io.cc
298
ASSERT_NE(p, MAP_FAILED) << strerror(errno);
tests/sys/fs/fusefs/io.cc
303
<< strerror(errno);
tests/sys/fs/fusefs/io.cc
307
ASSERT_EQ(0, munmap(p, map_size)) << strerror(errno);
tests/sys/fs/fusefs/io.cc
321
ASSERT_NE(-1, r) << strerror(errno);
tests/sys/fs/fusefs/io.cc
324
ASSERT_NE(-1, r) << strerror(errno);
tests/sys/fs/fusefs/io.cc
359
ASSERT_NE(p, MAP_FAILED) << strerror(errno);
tests/sys/fs/fusefs/io.cc
363
<< strerror(errno);
tests/sys/fs/fusefs/io.cc
366
ASSERT_EQ(0, munmap(p, map_size)) << strerror(errno);
tests/sys/fs/fusefs/io.cc
379
<< strerror(errno);
tests/sys/fs/fusefs/io.cc
381
<< strerror(errno);
tests/sys/fs/fusefs/io.cc
92
FAIL() << strerror(errno);
tests/sys/fs/fusefs/io.cc
95
FAIL() << strerror(errno);
tests/sys/fs/fusefs/ioctl.cc
108
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/ioctl.cc
130
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/ioctl.cc
132
EXPECT_EQ(0, ioctl(fd, req, buf)) << strerror(errno);
tests/sys/fs/fusefs/ioctl.cc
152
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/ioctl.cc
169
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/ioctl.cc
171
EXPECT_EQ(0, ioctl(fd, req, INPUT_DATA)) << strerror(errno);
tests/sys/fs/fusefs/ioctl.cc
186
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/ioctl.cc
189
EXPECT_EQ(0, ioctl(fd, req, buf)) << strerror(errno);
tests/sys/fs/fusefs/ioctl.cc
205
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/ioctl.cc
209
EXPECT_LE(0, r) << strerror(errno);
tests/sys/fs/fusefs/last_local_modify.cc
235
ASSERT_EQ(0, sem_init(&sem, 0, 0)) << strerror(errno);
tests/sys/fs/fusefs/last_local_modify.cc
323
NULL)) << strerror(errno);
tests/sys/fs/fusefs/last_local_modify.cc
327
NULL)) << strerror(errno);
tests/sys/fs/fusefs/last_local_modify.cc
331
<< strerror(errno);
tests/sys/fs/fusefs/last_local_modify.cc
335
<< strerror(errno);
tests/sys/fs/fusefs/last_local_modify.cc
344
ASSERT_EQ(0, stat(FULLPATH, &sb)) << strerror(errno);
tests/sys/fs/fusefs/last_local_modify.cc
392
ASSERT_EQ(0, sem_init(&sem, 0, 0)) << strerror(errno);
tests/sys/fs/fusefs/last_local_modify.cc
481
ASSERT_EQ(0, getfh(FULLPATH, &fhp)) << strerror(errno);
tests/sys/fs/fusefs/last_local_modify.cc
487
(void*)&sem)) << strerror(errno);
tests/sys/fs/fusefs/last_local_modify.cc
491
(void*)&sem)) << strerror(errno);
tests/sys/fs/fusefs/last_local_modify.cc
495
(void*)&sem)) << strerror(errno);
tests/sys/fs/fusefs/last_local_modify.cc
499
<< strerror(errno);
tests/sys/fs/fusefs/last_local_modify.cc
504
ASSERT_EQ(0, fhstat(&fhp, &sb)) << strerror(errno);
tests/sys/fs/fusefs/link.cc
145
EXPECT_EQ(0, stat("mountpoint", &sb)) << strerror(errno);
tests/sys/fs/fusefs/link.cc
146
EXPECT_EQ(0, link(FULLDST, FULLPATH)) << strerror(errno);
tests/sys/fs/fusefs/link.cc
147
EXPECT_EQ(0, stat("mountpoint", &sb)) << strerror(errno);
tests/sys/fs/fusefs/link.cc
247
ASSERT_EQ(0, link(FULLDST, FULLPATH)) << strerror(errno);
tests/sys/fs/fusefs/link.cc
249
ASSERT_EQ(0, stat(FULLDST, &sb)) << strerror(errno);
tests/sys/fs/fusefs/link.cc
276
ASSERT_EQ(0, link(FULLDST, FULLPATH)) << strerror(errno);
tests/sys/fs/fusefs/link.cc
278
ASSERT_EQ(0, stat(FULLDST, &sb)) << strerror(errno);
tests/sys/fs/fusefs/locks.cc
145
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/locks.cc
146
ASSERT_EQ(0, flock(fd, LOCK_EX)) << strerror(errno);
tests/sys/fs/fusefs/locks.cc
166
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/locks.cc
167
ASSERT_EQ(0, flock(fd, LOCK_EX)) << strerror(errno);
tests/sys/fs/fusefs/locks.cc
185
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/locks.cc
186
ASSERT_EQ(0, flock(fd, LOCK_EX)) << strerror(errno);
tests/sys/fs/fusefs/locks.cc
204
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/locks.cc
226
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/locks.cc
233
ASSERT_NE(-1, fcntl(fd, F_GETLK, &fl)) << strerror(errno);
tests/sys/fs/fusefs/locks.cc
276
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/locks.cc
283
ASSERT_NE(-1, fcntl(fd, F_GETLK, &fl)) << strerror(errno);
tests/sys/fs/fusefs/locks.cc
339
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/locks.cc
346
ASSERT_NE(-1, fcntl(fd, F_GETLK, &fl)) << strerror(errno);
tests/sys/fs/fusefs/locks.cc
396
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/locks.cc
405
ASSERT_NE(-1, fcntl(fd, F_GETLK, &fl)) << strerror(errno);
tests/sys/fs/fusefs/locks.cc
461
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/locks.cc
470
ASSERT_NE(-1, fcntl(fd, F_GETLK, &fl)) << strerror(errno);
tests/sys/fs/fusefs/locks.cc
502
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/locks.cc
509
ASSERT_NE(-1, fcntl(fd, F_SETLK, &fl)) << strerror(errno);
tests/sys/fs/fusefs/locks.cc
528
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/locks.cc
535
ASSERT_NE(-1, fcntl(fd, F_SETLK, &fl)) << strerror(errno);
tests/sys/fs/fusefs/locks.cc
554
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/locks.cc
561
ASSERT_NE(-1, fcntl(fd, F_SETLK, &fl)) << strerror(errno);
tests/sys/fs/fusefs/locks.cc
580
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/locks.cc
587
ASSERT_NE(-1, fcntl(fd, F_SETLK, &fl)) << strerror(errno);
tests/sys/fs/fusefs/locks.cc
606
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/locks.cc
615
ASSERT_NE(-1, fcntl(fd, F_SETLK, &fl)) << strerror(errno);
tests/sys/fs/fusefs/locks.cc
635
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/locks.cc
643
ASSERT_NE(-1, fcntl(fd, F_SETLK, &fl)) << strerror(errno);
tests/sys/fs/fusefs/locks.cc
663
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/locks.cc
691
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/locks.cc
698
ASSERT_NE(-1, fcntl(fd, F_SETLKW, &fl)) << strerror(errno);
tests/sys/fs/fusefs/locks.cc
721
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/locks.cc
728
ASSERT_NE(-1, fcntl(fd, F_SETLKW, &fl)) << strerror(errno);
tests/sys/fs/fusefs/lookup.cc
148
ASSERT_EQ(0, access(FULLPATH, F_OK)) << strerror(errno);
tests/sys/fs/fusefs/lookup.cc
152
ASSERT_EQ(0, stat(FULLPATH, &sb)) << strerror(errno);
tests/sys/fs/fusefs/lookup.cc
174
ASSERT_EQ(0, access(FULLPATH, F_OK)) << strerror(errno);
tests/sys/fs/fusefs/lookup.cc
195
ASSERT_EQ(0, access(FULLPATH, F_OK)) << strerror(errno);
tests/sys/fs/fusefs/lookup.cc
227
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/lookup.cc
228
EXPECT_EQ(0, faccessat(fd, "../..", F_OK, 0)) << strerror(errno);
tests/sys/fs/fusefs/lookup.cc
270
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/lookup.cc
345
ASSERT_EQ(0, access(FULLPATH, F_OK)) << strerror(errno);
tests/sys/fs/fusefs/lookup.cc
347
ASSERT_EQ(0, access(FULLPATH, F_OK)) << strerror(errno);
tests/sys/fs/fusefs/lookup.cc
408
ASSERT_EQ(0, access(FULLPATH, F_OK)) << strerror(errno);
tests/sys/fs/fusefs/lookup.cc
410
ASSERT_EQ(0, access(FULLPATH, F_OK)) << strerror(errno);
tests/sys/fs/fusefs/lookup.cc
413
ASSERT_EQ(0, access(FULLPATH, F_OK)) << strerror(errno);
tests/sys/fs/fusefs/lookup.cc
431
ASSERT_EQ(0, access(FULLPATH, F_OK)) << strerror(errno);
tests/sys/fs/fusefs/lookup.cc
490
ASSERT_EQ(0, access(FULLPATH, F_OK)) << strerror(errno);
tests/sys/fs/fusefs/lookup.cc
527
ASSERT_EQ(0, access(FIRSTFULLPATH, F_OK)) << strerror(errno);
tests/sys/fs/fusefs/lookup.cc
528
EXPECT_EQ(0, access(SECONDFULLPATH, F_OK)) << strerror(errno);
tests/sys/fs/fusefs/lookup.cc
546
ASSERT_EQ(0, access(FULLPATH, F_OK)) << strerror(errno);
tests/sys/fs/fusefs/lookup.cc
588
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/lookup.cc
593
EXPECT_EQ(0, faccessat(fd, "../..", F_OK, 0)) << strerror(errno);
tests/sys/fs/fusefs/lookup.cc
655
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/lookup.cc
661
EXPECT_EQ(0, faccessat(fd, "../..", F_OK, 0)) << strerror(errno);
tests/sys/fs/fusefs/lookup.cc
96
ASSERT_EQ(0, stat(FULLPATH, &sb)) << strerror(errno);
tests/sys/fs/fusefs/lseek.cc
242
EXPECT_EQ(1, pathconf(FULLPATH, _PC_MIN_HOLE_SIZE)) << strerror(errno);
tests/sys/fs/fusefs/mkdir.cc
114
ASSERT_EQ(0, mkdir(FULLPATH, mode)) << strerror(errno);
tests/sys/fs/fusefs/mkdir.cc
151
ASSERT_EQ(0, mkdir(FULLPATH, mode)) << strerror(errno);
tests/sys/fs/fusefs/mkdir.cc
156
ASSERT_EQ(0, access(FULLPATH, F_OK)) << strerror(errno);
tests/sys/fs/fusefs/mkdir.cc
191
ASSERT_EQ(0, mkdir(FULLPATH, mode)) << strerror(errno);
tests/sys/fs/fusefs/mkdir.cc
273
ASSERT_EQ(0, mkdir(FULLPATH, mode)) << strerror(errno);
tests/sys/fs/fusefs/mknod.cc
157
EXPECT_EQ(0, mknod(FULLPATH, mode, rdev)) << strerror(errno);
tests/sys/fs/fusefs/mknod.cc
172
EXPECT_EQ(0, mknod(FULLPATH, mode, rdev)) << strerror(errno);
tests/sys/fs/fusefs/mknod.cc
214
EXPECT_EQ(0, mkfifo(FULLPATH, mode)) << strerror(errno);
tests/sys/fs/fusefs/mknod.cc
237
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/mknod.cc
242
<< strerror(errno);
tests/sys/fs/fusefs/mknod.cc
264
ASSERT_EQ(0, sem_init(&sem, 0, 0)) << strerror(errno);
tests/sys/fs/fusefs/mknod.cc
273
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/mknod.cc
301
EXPECT_EQ(0, mknod(FULLPATH, mode, 0)) << strerror(errno);
tests/sys/fs/fusefs/mknod.cc
317
EXPECT_EQ(0, mkfifo(FULLPATH, mode)) << strerror(errno);
tests/sys/fs/fusefs/mockfs.cc
1010
FAIL() << "read: " << strerror(errno);
tests/sys/fs/fusefs/mockfs.cc
1037
ASSERT_LE(0, nready) << strerror(errno);
tests/sys/fs/fusefs/mockfs.cc
1040
FAIL() << strerror(events[0].data);
tests/sys/fs/fusefs/mockfs.cc
1042
FAIL() << strerror(events[0].fflags);
tests/sys/fs/fusefs/mockfs.cc
1049
ASSERT_LE(0, nready) << strerror(errno);
tests/sys/fs/fusefs/mockfs.cc
1058
ASSERT_LE(0, nready) << strerror(errno);
tests/sys/fs/fusefs/mockfs.cc
1068
ASSERT_EQ(out.expected_errno, errno) << strerror(errno);
tests/sys/fs/fusefs/mockfs.cc
1074
ASSERT_TRUE(r > 0 || errno == EAGAIN) << strerror(errno);
tests/sys/fs/fusefs/mockfs.cc
961
ASSERT_LE(0, nready) << strerror(errno);
tests/sys/fs/fusefs/mockfs.cc
964
FAIL() << strerror(events[0].data);
tests/sys/fs/fusefs/mockfs.cc
966
FAIL() << strerror(events[0].fflags);
tests/sys/fs/fusefs/mockfs.cc
978
ASSERT_LE(0, nready) << strerror(errno);
tests/sys/fs/fusefs/mockfs.cc
996
ASSERT_LE(0, nready) << strerror(errno);
tests/sys/fs/fusefs/mount.cc
109
ASSERT_EQ(0, statfs("mountpoint", &statbuf)) << strerror(errno);
tests/sys/fs/fusefs/mount.cc
141
ASSERT_EQ(0, statfs("mountpoint", &statbuf)) << strerror(errno);
tests/sys/fs/fusefs/mount.cc
147
ASSERT_EQ(0, nmount(iov, iovlen, newflags)) << strerror(errno);
tests/sys/fs/fusefs/mount.cc
149
ASSERT_EQ(0, statfs("mountpoint", &statbuf)) << strerror(errno);
tests/sys/fs/fusefs/mount.cc
176
ASSERT_EQ(0, statfs("mountpoint", &statbuf)) << strerror(errno);
tests/sys/fs/fusefs/mount.cc
189
ASSERT_EQ(0, statfs("mountpoint", &statbuf)) << strerror(errno);
tests/sys/fs/fusefs/mount.cc
99
ASSERT_EQ(0, statfs("mountpoint", &statbuf)) << strerror(errno);
tests/sys/fs/fusefs/nfs.cc
105
ASSERT_EQ(0, getfh(FULLPATH, &fhp)) << strerror(errno);
tests/sys/fs/fusefs/nfs.cc
145
ASSERT_EQ(0, getfh(FULLPATH, &fhp)) << strerror(errno);
tests/sys/fs/fusefs/nfs.cc
146
ASSERT_EQ(0, fhstat(&fhp, &sb)) << strerror(errno);
tests/sys/fs/fusefs/nfs.cc
177
ASSERT_EQ(0, getfh(FULLPATH, &fhp)) << strerror(errno);
tests/sys/fs/fusefs/nfs.cc
204
ASSERT_EQ(0, getfh(FULLPATH, &fhp)) << strerror(errno);
tests/sys/fs/fusefs/nfs.cc
205
ASSERT_EQ(0, fhstat(&fhp, &sb)) << strerror(errno);
tests/sys/fs/fusefs/nfs.cc
243
ASSERT_EQ(0, getfh(FULLPATH, &fhp)) << strerror(errno);
tests/sys/fs/fusefs/nfs.cc
244
ASSERT_EQ(0, fhstat(&fhp, &sb)) << strerror(errno);
tests/sys/fs/fusefs/nfs.cc
250
ASSERT_EQ(0, fhstat(&fhp, &sb)) << strerror(errno);
tests/sys/fs/fusefs/nfs.cc
293
ASSERT_EQ(0, getfh(FULLPATH, &fhp)) << strerror(errno);
tests/sys/fs/fusefs/nfs.cc
294
EXPECT_NE(0, fhstat(&fhp, &sb)) << strerror(errno);
tests/sys/fs/fusefs/nfs.cc
338
ASSERT_EQ(0, getfh(FULLPATH, &fhp)) << strerror(errno);
tests/sys/fs/fusefs/nfs.cc
343
ASSERT_EQ(0, fhstat(&fhp, &sb)) << strerror(errno);
tests/sys/fs/fusefs/nfs.cc
415
ASSERT_EQ(0, getfh(FULLPATH, &fhp)) << strerror(errno);
tests/sys/fs/fusefs/nfs.cc
473
ASSERT_EQ(0, getfh(FULLPATH, &fhp)) << strerror(errno);
tests/sys/fs/fusefs/nfs.cc
475
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/nfs.cc
477
ASSERT_EQ(0, r) << strerror(errno);
tests/sys/fs/fusefs/notify.cc
176
<< strerror(errno);
tests/sys/fs/fusefs/notify.cc
199
ASSERT_EQ(0, stat(FULLPATH, &sb)) << strerror(errno);
tests/sys/fs/fusefs/notify.cc
208
<< strerror(errno);
tests/sys/fs/fusefs/notify.cc
213
ASSERT_EQ(0, stat(FULLPATH, &sb)) << strerror(errno);
tests/sys/fs/fusefs/notify.cc
249
ASSERT_EQ(0, stat(FULLPATH, &sb)) << strerror(errno);
tests/sys/fs/fusefs/notify.cc
258
<< strerror(errno);
tests/sys/fs/fusefs/notify.cc
263
ASSERT_EQ(0, stat(FULLPATH, &sb)) << strerror(errno);
tests/sys/fs/fusefs/notify.cc
294
ASSERT_EQ(0, stat("mountpoint", &sb)) << strerror(errno);
tests/sys/fs/fusefs/notify.cc
295
ASSERT_EQ(0, stat(FULLPATH, &sb)) << strerror(errno);
tests/sys/fs/fusefs/notify.cc
303
<< strerror(errno);
tests/sys/fs/fusefs/notify.cc
308
ASSERT_EQ(0, stat("mountpoint", &sb)) << strerror(errno);
tests/sys/fs/fusefs/notify.cc
324
<< strerror(errno);
tests/sys/fs/fusefs/notify.cc
368
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/notify.cc
369
ASSERT_EQ(size0, read(fd, buf, size0)) << strerror(errno);
tests/sys/fs/fusefs/notify.cc
378
<< strerror(errno);
tests/sys/fs/fusefs/notify.cc
383
ASSERT_EQ(0, stat(FULLPATH, &sb)) << strerror(errno);
tests/sys/fs/fusefs/notify.cc
388
ASSERT_EQ(0, lseek(fd, 0, SEEK_SET)) << strerror(errno);
tests/sys/fs/fusefs/notify.cc
389
ASSERT_EQ(size1, read(fd, buf, size1)) << strerror(errno);
tests/sys/fs/fusefs/notify.cc
429
ASSERT_EQ(0, pthread_create(&th0, NULL, store, &sa)) << strerror(errno);
tests/sys/fs/fusefs/notify.cc
456
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/notify.cc
464
ASSERT_EQ(0, pthread_create(&th0, NULL, store, &sa)) << strerror(errno);
tests/sys/fs/fusefs/notify.cc
469
ASSERT_EQ(size1, read(fd, buf, size1)) << strerror(errno);
tests/sys/fs/fusefs/notify.cc
494
ASSERT_EQ(bufsize, write(fd, CONTENTS, bufsize)) << strerror(errno);
tests/sys/fs/fusefs/notify.cc
509
<< strerror(errno);
tests/sys/fs/fusefs/notify.cc
555
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/notify.cc
556
ASSERT_EQ(bufsize, write(fd, CONTENTS, bufsize)) << strerror(errno);
tests/sys/fs/fusefs/notify.cc
564
<< strerror(errno);
tests/sys/fs/fusefs/notify.cc
569
ASSERT_EQ(0, stat(FULLPATH, &sb)) << strerror(errno);
tests/sys/fs/fusefs/notify.cc
594
ASSERT_GE(fuse_fd, 0) << strerror(errno);
tests/sys/fs/fusefs/open.cc
109
ASSERT_EQ(0, sem_init(&sem, 0, 0)) << strerror(errno);
tests/sys/fs/fusefs/open.cc
201
ASSERT_LE(0, fd1) << strerror(errno);
tests/sys/fs/fusefs/open.cc
300
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/open.cc
304
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/open.cc
68
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/opendir.cc
133
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/opendir.cc
153
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/opendir.cc
171
EXPECT_NE(nullptr, opendir(FULLPATH)) << strerror(errno);
tests/sys/fs/fusefs/opendir.cc
190
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/opendir.cc
194
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/opendir.cc
87
ASSERT_EQ(0, sem_init(&sem, 0, 0)) << strerror(errno);
tests/sys/fs/fusefs/pre-init.cc
128
ASSERT_EQ(0, sem_init(&sem0, 0, 0)) << strerror(errno);
tests/sys/fs/fusefs/pre-init.cc
163
FAIL() << strerror(errno);
tests/sys/fs/fusefs/pre-init.cc
86
ASSERT_EQ(0, sem_init(&sem0, 0, 0)) << strerror(errno);
tests/sys/fs/fusefs/read.cc
1031
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/read.cc
1034
ASSERT_NE(MAP_FAILED, p) << strerror(errno);
tests/sys/fs/fusefs/read.cc
1038
ASSERT_EQ(0, munmap(p, len)) << strerror(errno);
tests/sys/fs/fusefs/read.cc
1072
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/read.cc
1074
ASSERT_EQ(bufsize, read(fd, rbuf, bufsize)) << strerror(errno);
tests/sys/fs/fusefs/read.cc
1108
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/read.cc
1113
ASSERT_EQ(bufsize, read(fd, buf, bufsize)) << strerror(errno);
tests/sys/fs/fusefs/read.cc
1144
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/read.cc
1146
ASSERT_EQ(bufsize, pread(fd, buf, bufsize, 0)) << strerror(errno);
tests/sys/fs/fusefs/read.cc
1151
ASSERT_EQ(bufsize, pread(fd, buf, bufsize, 0)) << strerror(errno);
tests/sys/fs/fusefs/read.cc
1189
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/read.cc
119
<< strerror(errno);
tests/sys/fs/fusefs/read.cc
1192
ASSERT_NE(MAP_FAILED, p) << strerror(errno);
tests/sys/fs/fusefs/read.cc
1200
ASSERT_EQ(0, sigaction(SIGBUS, &sa, NULL)) << strerror(errno);
tests/sys/fs/fusefs/read.cc
1208
ASSERT_EQ(0, munmap(p, len)) << strerror(errno);
tests/sys/fs/fusefs/read.cc
1248
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/read.cc
1251
ASSERT_NE(MAP_FAILED, p) << strerror(errno);
tests/sys/fs/fusefs/read.cc
1255
ASSERT_EQ(0, fstat(fd, &sb)) << strerror(errno);
tests/sys/fs/fusefs/read.cc
1258
ASSERT_EQ(0, munmap(p, len)) << strerror(errno);
tests/sys/fs/fusefs/read.cc
1317
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/read.cc
1320
ASSERT_NE(MAP_FAILED, p) << strerror(errno);
tests/sys/fs/fusefs/read.cc
1327
ASSERT_EQ(0, sigaction(SIGBUS, &sa, NULL)) << strerror(errno);
tests/sys/fs/fusefs/read.cc
1335
ASSERT_EQ(0, munmap(p, len)) << strerror(errno);
tests/sys/fs/fusefs/read.cc
1358
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/read.cc
1361
ASSERT_EQ(bufsize, read(fd, buf, bufsize)) << strerror(errno);
tests/sys/fs/fusefs/read.cc
1366
ASSERT_EQ(0, fcntl(fd, F_SETFL, O_DIRECT)) << strerror(errno);
tests/sys/fs/fusefs/read.cc
1367
ASSERT_EQ(0, lseek(fd, 0, SEEK_SET)) << strerror(errno);
tests/sys/fs/fusefs/read.cc
1368
ASSERT_EQ(bufsize, read(fd, buf, bufsize)) << strerror(errno);
tests/sys/fs/fusefs/read.cc
1394
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/read.cc
1396
ASSERT_EQ(bufsize, pread(fd, buf, bufsize, offset)) << strerror(errno);
tests/sys/fs/fusefs/read.cc
1416
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/read.cc
1418
ASSERT_EQ(bufsize, read(fd, buf, bufsize)) << strerror(errno);
tests/sys/fs/fusefs/read.cc
1439
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/read.cc
1441
ASSERT_EQ(bufsize, read(fd, buf, bufsize)) << strerror(errno);
tests/sys/fs/fusefs/read.cc
1473
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/read.cc
1475
ASSERT_EQ(bufsize, read(fd, buf, bufsize)) << strerror(errno);
tests/sys/fs/fusefs/read.cc
1479
ASSERT_EQ(bufsize, read(fd, buf, bufsize)) << strerror(errno);
tests/sys/fs/fusefs/read.cc
1515
<< strerror(errno);
tests/sys/fs/fusefs/read.cc
1517
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/read.cc
1520
<< strerror(errno);
tests/sys/fs/fusefs/read.cc
1522
<< strerror(errno);
tests/sys/fs/fusefs/read.cc
1553
<< strerror(errno);
tests/sys/fs/fusefs/read.cc
1555
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/read.cc
1594
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/read.cc
1599
ASSERT_EQ(bufsize, read(fd, rbuf, bufsize)) << strerror(errno);
tests/sys/fs/fusefs/read.cc
1640
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/read.cc
1645
ASSERT_EQ(bufsize, read(fd, buf, bufsize)) << strerror(errno);
tests/sys/fs/fusefs/read.cc
1681
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/read.cc
1683
ASSERT_EQ(bufsize, read(fd, buf, bufsize)) << strerror(errno);
tests/sys/fs/fusefs/read.cc
1684
ASSERT_EQ(0, fchmod(fd, newmode)) << strerror(errno);
tests/sys/fs/fusefs/read.cc
194
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/read.cc
201
ASSERT_EQ(0, aio_read(&iocb)) << strerror(errno);
tests/sys/fs/fusefs/read.cc
202
ASSERT_EQ(bufsize, aio_waitcomplete(&piocb, NULL)) << strerror(errno);
tests/sys/fs/fusefs/read.cc
253
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/read.cc
265
ASSERT_EQ(0, aio_read(&iocb0)) << strerror(errno);
tests/sys/fs/fusefs/read.cc
272
ASSERT_EQ(0, aio_read(&iocb1)) << strerror(errno);
tests/sys/fs/fusefs/read.cc
306
ASSERT_EQ(0, sem_init(&sem, 0, 0)) << strerror(errno);
tests/sys/fs/fusefs/read.cc
336
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/read.cc
347
ASSERT_EQ(0, aio_read(&iocb0)) << strerror(errno);
tests/sys/fs/fusefs/read.cc
354
ASSERT_EQ(0, aio_read(&iocb1)) << strerror(errno);
tests/sys/fs/fusefs/read.cc
357
ASSERT_EQ(0, sem_wait(&sem)) << strerror(errno);
tests/sys/fs/fusefs/read.cc
358
ASSERT_EQ(0, sem_wait(&sem)) << strerror(errno);
tests/sys/fs/fusefs/read.cc
395
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/read.cc
398
ASSERT_LE(0, r) << strerror(errno);
tests/sys/fs/fusefs/read.cc
399
EXPECT_EQ(partbufsize, r) << strerror(errno);
tests/sys/fs/fusefs/read.cc
442
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/read.cc
444
ASSERT_EQ(bufsize, read(fd, buf, bufsize)) << strerror(errno);
tests/sys/fs/fusefs/read.cc
533
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/read.cc
535
ASSERT_EQ(static_cast<ssize_t>(size1), read(fd, buf, bufsize)) << strerror(errno);
tests/sys/fs/fusefs/read.cc
540
ASSERT_EQ(static_cast<ssize_t>(size2), pread(fd, buf, bufsize, 0)) << strerror(errno);
tests/sys/fs/fusefs/read.cc
563
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/read.cc
569
ASSERT_EQ(bufsize, read(fd, buf, bufsize)) << strerror(errno);
tests/sys/fs/fusefs/read.cc
597
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/read.cc
599
ASSERT_EQ(bufsize, pread(fd, buf, bufsize, 0)) << strerror(errno);
tests/sys/fs/fusefs/read.cc
605
ASSERT_EQ(bufsize, pread(fd, buf, bufsize, 0)) << strerror(errno);
tests/sys/fs/fusefs/read.cc
653
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/read.cc
658
ASSERT_EQ(bufsize, read(fd, buf, bufsize)) << strerror(errno);
tests/sys/fs/fusefs/read.cc
695
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/read.cc
700
ASSERT_EQ(bufsize, read(fd, buf, bufsize)) << strerror(errno);
tests/sys/fs/fusefs/read.cc
740
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/read.cc
745
ASSERT_EQ(bufsize, read(fd, buf, bufsize)) << strerror(errno);
tests/sys/fs/fusefs/read.cc
747
ASSERT_EQ(0, fchmod(fd, newmode)) << strerror(errno);
tests/sys/fs/fusefs/read.cc
766
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/read.cc
768
ASSERT_EQ(0, pread(fd, buf, 0, offset)) << strerror(errno);
tests/sys/fs/fusefs/read.cc
792
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/read.cc
794
ASSERT_EQ(bufsize, pread(fd, buf, bufsize, offset)) << strerror(errno);
tests/sys/fs/fusefs/read.cc
800
ASSERT_EQ(bufsize, pread(fd, buf, bufsize, offset)) << strerror(errno);
tests/sys/fs/fusefs/read.cc
826
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/read.cc
829
<< strerror(errno);
tests/sys/fs/fusefs/read.cc
854
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/read.cc
856
ASSERT_EQ(-1, read(fd, buf, bufsize)) << strerror(errno);
tests/sys/fs/fusefs/read.cc
886
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/read.cc
889
ASSERT_LE(0, r) << strerror(errno);
tests/sys/fs/fusefs/read.cc
890
EXPECT_EQ(partbufsize, r) << strerror(errno);
tests/sys/fs/fusefs/read.cc
916
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/read.cc
920
<< strerror(errno);
tests/sys/fs/fusefs/read.cc
923
<< strerror(errno);
tests/sys/fs/fusefs/read.cc
948
ASSERT_LE(0, fd0) << strerror(errno);
tests/sys/fs/fusefs/read.cc
949
ASSERT_EQ(bufsize, read(fd0, buf, bufsize)) << strerror(errno);
tests/sys/fs/fusefs/read.cc
952
ASSERT_LE(0, fd1) << strerror(errno);
tests/sys/fs/fusefs/read.cc
958
ASSERT_EQ(bufsize, read(fd1, buf, bufsize)) << strerror(errno);
tests/sys/fs/fusefs/read.cc
983
ASSERT_LE(0, fd0) << strerror(errno);
tests/sys/fs/fusefs/read.cc
984
ASSERT_EQ(bufsize, read(fd0, buf, bufsize)) << strerror(errno);
tests/sys/fs/fusefs/read.cc
987
ASSERT_LE(0, fd1) << strerror(errno);
tests/sys/fs/fusefs/read.cc
994
ASSERT_EQ(0, lseek(fd0, 0, SEEK_SET)) << strerror(errno);
tests/sys/fs/fusefs/read.cc
995
ASSERT_EQ(bufsize, read(fd0, buf, bufsize)) << strerror(errno);
tests/sys/fs/fusefs/readdir.cc
106
ASSERT_NE(nullptr, de) << strerror(errno);
tests/sys/fs/fusefs/readdir.cc
139
ASSERT_NE(nullptr, dir) << strerror(errno);
tests/sys/fs/fusefs/readdir.cc
178
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/readdir.cc
180
ASSERT_EQ(0, r) << strerror(errno);
tests/sys/fs/fusefs/readdir.cc
224
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/readdir.cc
226
ASSERT_LT(0, r) << strerror(errno);
tests/sys/fs/fusefs/readdir.cc
236
ASSERT_LT(0, r) << strerror(errno);
tests/sys/fs/fusefs/readdir.cc
272
ASSERT_LE(0, fd0) << strerror(errno);
tests/sys/fs/fusefs/readdir.cc
275
ASSERT_LE(0, fd1) << strerror(errno);
tests/sys/fs/fusefs/readdir.cc
278
ASSERT_EQ(0, r) << strerror(errno);
tests/sys/fs/fusefs/readdir.cc
280
EXPECT_EQ(0, close(fd0)) << strerror(errno);
tests/sys/fs/fusefs/readdir.cc
283
ASSERT_EQ(0, r) << strerror(errno);
tests/sys/fs/fusefs/readdir.cc
316
ASSERT_NE(nullptr, dir) << strerror(errno);
tests/sys/fs/fusefs/readdir.cc
351
ASSERT_NE(nullptr, dir) << strerror(errno);
tests/sys/fs/fusefs/readdir.cc
355
ASSERT_NE(nullptr, de) << strerror(errno);
tests/sys/fs/fusefs/readdir.cc
419
ASSERT_NE(nullptr, dir) << strerror(errno);
tests/sys/fs/fusefs/readdir.cc
424
ASSERT_NE(nullptr, de) << strerror(errno);
tests/sys/fs/fusefs/readdir.cc
432
ASSERT_NE(nullptr, de) << strerror(errno);
tests/sys/fs/fusefs/readdir.cc
438
ASSERT_NE(nullptr, de) << strerror(errno);
tests/sys/fs/fusefs/readdir.cc
471
ASSERT_NE(nullptr, dir) << strerror(errno);
tests/sys/fs/fusefs/readdir.cc
475
ASSERT_NE(nullptr, de) << strerror(errno);
tests/sys/fs/fusefs/readdir.cc
510
ASSERT_NE(nullptr, dir) << strerror(errno);
tests/sys/fs/fusefs/readdir.cc
94
ASSERT_NE(nullptr, dir) << strerror(errno);
tests/sys/fs/fusefs/readdir.cc
98
ASSERT_NE(nullptr, de) << strerror(errno);
tests/sys/fs/fusefs/readlink.cc
155
ASSERT_NE(nullptr, getcwd(wd, sizeof(wd))) << strerror(errno);
tests/sys/fs/fusefs/readlink.cc
157
ASSERT_LE(0, len) << strerror(errno);
tests/sys/fs/fusefs/release.cc
121
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/release.cc
123
ASSERT_TRUE(0 == close(fd) || errno == EIO) << strerror(errno);
tests/sys/fs/fusefs/release.cc
143
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/release.cc
145
ASSERT_EQ(0, close(fd)) << strerror(errno);
tests/sys/fs/fusefs/release.cc
166
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/release.cc
170
ASSERT_LE(0, fd2) << strerror(errno);
tests/sys/fs/fusefs/release.cc
172
ASSERT_EQ(0, close(fd2)) << strerror(errno);
tests/sys/fs/fusefs/release.cc
173
ASSERT_EQ(0, close(fd)) << strerror(errno);
tests/sys/fs/fusefs/release.cc
189
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/release.cc
191
ASSERT_EQ(0, close(fd)) << strerror(errno);
tests/sys/fs/fusefs/release.cc
220
ASSERT_EQ(0, socketpair(AF_UNIX, SOCK_STREAM, 0, s)) << strerror(errno);
tests/sys/fs/fusefs/release.cc
223
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/release.cc
238
ASSERT_GE(sendmsg(s[0], &msg, 0), 0) << strerror(errno);
tests/sys/fs/fusefs/release.cc
279
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/release.cc
286
ASSERT_NE(-1, fcntl(fd, F_SETLK, &fl)) << strerror(errno);
tests/sys/fs/fusefs/release.cc
288
ASSERT_EQ(0, close(fd)) << strerror(errno);
tests/sys/fs/fusefs/release.cc
91
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/release.cc
94
ASSERT_LE(0, fd2) << strerror(errno);
tests/sys/fs/fusefs/release.cc
96
ASSERT_EQ(0, close(fd2)) << strerror(errno);
tests/sys/fs/fusefs/release.cc
97
ASSERT_EQ(0, close(fd)) << strerror(errno);
tests/sys/fs/fusefs/releasedir.cc
113
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/releasedir.cc
115
ASSERT_EQ(0, close(fd)) << strerror(errno);
tests/sys/fs/fusefs/releasedir.cc
74
ASSERT_NE(nullptr, dir) << strerror(errno);
tests/sys/fs/fusefs/releasedir.cc
77
ASSERT_NE(nullptr, dir2) << strerror(errno);
tests/sys/fs/fusefs/releasedir.cc
79
ASSERT_EQ(0, closedir(dir)) << strerror(errno);
tests/sys/fs/fusefs/releasedir.cc
80
ASSERT_EQ(0, closedir(dir2)) << strerror(errno);
tests/sys/fs/fusefs/releasedir.cc
95
ASSERT_NE(nullptr, dir) << strerror(errno);
tests/sys/fs/fusefs/releasedir.cc
97
ASSERT_EQ(0, closedir(dir)) << strerror(errno);
tests/sys/fs/fusefs/rename.cc
123
ASSERT_EQ(0, rename(FULLSRC, FULLDST)) << strerror(errno);
tests/sys/fs/fusefs/rename.cc
158
ASSERT_EQ(0, rename(FULLSRC, FULLDST)) << strerror(errno);
tests/sys/fs/fusefs/rename.cc
163
ASSERT_EQ(0, access(FULLDST, F_OK)) << strerror(errno);
tests/sys/fs/fusefs/rename.cc
243
<< strerror(errno);
tests/sys/fs/fusefs/rename.cc
264
ASSERT_LE(0, tmpfd) << strerror(errno);
tests/sys/fs/fusefs/rename.cc
301
ASSERT_EQ(0, rename(FULLSRC, FULLDST)) << strerror(errno);
tests/sys/fs/fusefs/rename.cc
380
ASSERT_EQ(0, rename(FULLSRC, FULLDST)) << strerror(errno);
tests/sys/fs/fusefs/rename.cc
382
ASSERT_EQ(0, stat("mountpoint", &sb)) << strerror(errno);
tests/sys/fs/fusefs/rename.cc
385
ASSERT_EQ(0, stat(FULLDSTPARENT, &sb)) << strerror(errno);
tests/sys/fs/fusefs/rename.cc
388
ASSERT_EQ(0, stat(FULLDSTDOTDOT, &sb)) << strerror(errno);
tests/sys/fs/fusefs/rename.cc
419
ASSERT_EQ(0, rename(FULLSRC, FULLDST)) << strerror(errno);
tests/sys/fs/fusefs/rmdir.cc
109
ASSERT_EQ(0, rmdir(FULLPATH)) << strerror(errno);
tests/sys/fs/fusefs/rmdir.cc
110
EXPECT_EQ(0, stat("mountpoint", &sb)) << strerror(errno);
tests/sys/fs/fusefs/rmdir.cc
140
ASSERT_EQ(0, rmdir(FULLPATH)) << strerror(errno);
tests/sys/fs/fusefs/rmdir.cc
141
ASSERT_EQ(0, access(FULLPATH, F_OK)) << strerror(errno);
tests/sys/fs/fusefs/rmdir.cc
153
ASSERT_EQ(0, sem_init(&sem, 0, 0)) << strerror(errno);
tests/sys/fs/fusefs/rmdir.cc
159
ASSERT_EQ(0, rmdir(FULLPATH)) << strerror(errno);
tests/sys/fs/fusefs/rmdir.cc
82
ASSERT_EQ(0, sem_init(&sem, 0, 0)) << strerror(errno);
tests/sys/fs/fusefs/setattr.cc
116
ASSERT_EQ(0, chmod(FULLPATH, newmode)) << strerror(errno);
tests/sys/fs/fusefs/setattr.cc
153
EXPECT_EQ(0, chmod(FULLPATH, newmode)) << strerror(errno);
tests/sys/fs/fusefs/setattr.cc
209
ASSERT_EQ(0, stat(FULLPATH1, &sb)) << strerror(errno);
tests/sys/fs/fusefs/setattr.cc
212
ASSERT_EQ(0, chmod(FULLPATH0, newmode)) << strerror(errno);
tests/sys/fs/fusefs/setattr.cc
213
ASSERT_EQ(0, stat(FULLPATH0, &sb)) << strerror(errno);
tests/sys/fs/fusefs/setattr.cc
215
ASSERT_EQ(0, stat(FULLPATH1, &sb)) << strerror(errno);
tests/sys/fs/fusefs/setattr.cc
257
EXPECT_EQ(0, chown(FULLPATH, newuser, newgroup)) << strerror(errno);
tests/sys/fs/fusefs/setattr.cc
338
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/setattr.cc
339
ASSERT_EQ(0, fchmod(fd, newmode)) << strerror(errno);
tests/sys/fs/fusefs/setattr.cc
392
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/setattr.cc
393
ASSERT_EQ(0, ftruncate(fd, newsize)) << strerror(errno);
tests/sys/fs/fusefs/setattr.cc
428
EXPECT_EQ(0, truncate(FULLPATH, newsize)) << strerror(errno);
tests/sys/fs/fusefs/setattr.cc
535
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/setattr.cc
545
EXPECT_EQ(0, ftruncate(fd, trunc0_size)) << strerror(errno);
tests/sys/fs/fusefs/setattr.cc
548
EXPECT_EQ(0, ftruncate(fd, trunc1_size)) << strerror(errno);
tests/sys/fs/fusefs/setattr.cc
584
ASSERT_EQ(0, setrlimit(RLIMIT_FSIZE, &rl)) << strerror(errno);
tests/sys/fs/fusefs/setattr.cc
585
ASSERT_NE(SIG_ERR, signal(SIGXFSZ, sigxfsz_handler)) << strerror(errno);
tests/sys/fs/fusefs/setattr.cc
644
<< strerror(errno);
tests/sys/fs/fusefs/setattr.cc
695
<< strerror(errno);
tests/sys/fs/fusefs/setattr.cc
756
<< strerror(errno);
tests/sys/fs/fusefs/setattr.cc
757
ASSERT_EQ(0, stat(FULLPATH, &sb)) << strerror(errno);
tests/sys/fs/fusefs/setattr.cc
779
ASSERT_EQ(0, sem_init(&sem, 0, 0)) << strerror(errno);
tests/sys/fs/fusefs/setattr.cc
861
EXPECT_EQ(0, chmod(FULLPATH, newmode)) << strerror(errno);
tests/sys/fs/fusefs/statfs.cc
103
ASSERT_EQ(0, sem_init(&sem, 0, 0)) << strerror(errno);
tests/sys/fs/fusefs/statfs.cc
115
ASSERT_NE(nullptr, getcwd(mp, PATH_MAX)) << strerror(errno);
tests/sys/fs/fusefs/statfs.cc
118
<< strerror(errno);
tests/sys/fs/fusefs/statfs.cc
120
ASSERT_EQ(0, sem_wait(&sem)) << strerror(errno);
tests/sys/fs/fusefs/statfs.cc
153
ASSERT_NE(nullptr, getcwd(mp, PATH_MAX)) << strerror(errno);
tests/sys/fs/fusefs/statfs.cc
155
ASSERT_EQ(0, statfs("mountpoint", &statbuf)) << strerror(errno);
tests/sys/fs/fusefs/statfs.cc
70
ASSERT_NE(nullptr, getcwd(mp, PATH_MAX)) << strerror(errno);
tests/sys/fs/fusefs/statfs.cc
72
ASSERT_EQ(0, statfs("mountpoint", &statbuf)) << strerror(errno);
tests/sys/fs/fusefs/symlink.cc
124
EXPECT_EQ(0, stat("mountpoint", &sb)) << strerror(errno);
tests/sys/fs/fusefs/symlink.cc
125
EXPECT_EQ(0, symlink(dst, FULLPATH)) << strerror(errno);
tests/sys/fs/fusefs/symlink.cc
126
EXPECT_EQ(0, stat("mountpoint", &sb)) << strerror(errno);
tests/sys/fs/fusefs/symlink.cc
164
EXPECT_EQ(0, symlink(dst, FULLPATH)) << strerror(errno);
tests/sys/fs/fusefs/symlink.cc
181
ASSERT_EQ(0, sem_init(&sem, 0, 0)) << strerror(errno);
tests/sys/fs/fusefs/symlink.cc
207
EXPECT_EQ(0, symlink(dst, FULLPATH)) << strerror(errno);
tests/sys/fs/fusefs/unlink.cc
127
ASSERT_EQ(0, unlink(FULLPATH)) << strerror(errno);
tests/sys/fs/fusefs/unlink.cc
128
EXPECT_EQ(0, stat("mountpoint", &sb)) << strerror(errno);
tests/sys/fs/fusefs/unlink.cc
156
ASSERT_EQ(0, unlink(FULLPATH)) << strerror(errno);
tests/sys/fs/fusefs/unlink.cc
157
ASSERT_EQ(0, access(FULLPATH, F_OK)) << strerror(errno);
tests/sys/fs/fusefs/unlink.cc
183
ASSERT_EQ(0, unlink(FULLPATH0)) << strerror(errno);
tests/sys/fs/fusefs/unlink.cc
190
ASSERT_EQ(0, access(FULLPATH1, F_OK)) << strerror(errno);
tests/sys/fs/fusefs/unlink.cc
200
ASSERT_EQ(0, sem_init(&sem, 0, 0)) << strerror(errno);
tests/sys/fs/fusefs/unlink.cc
206
ASSERT_EQ(0, unlink(FULLPATH)) << strerror(errno);
tests/sys/fs/fusefs/unlink.cc
227
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/unlink.cc
228
ASSERT_EQ(0, unlink(FULLPATH0)) << strerror(errno);
tests/sys/fs/fusefs/unlink.cc
235
ASSERT_EQ(0, access(FULLPATH1, F_OK)) << strerror(errno);
tests/sys/fs/fusefs/unlink.cc
79
ASSERT_LE(0, fd1) << strerror(errno);
tests/sys/fs/fusefs/unlink.cc
81
ASSERT_EQ(0, fstat(fd1, &sb_old)) << strerror(errno);
tests/sys/fs/fusefs/unlink.cc
82
ASSERT_EQ(0, unlink(FULLPATH0)) << strerror(errno);
tests/sys/fs/fusefs/unlink.cc
83
ASSERT_EQ(0, fstat(fd1, &sb_new)) << strerror(errno);
tests/sys/fs/fusefs/utils.cc
138
NULL, 0)) << strerror(errno);
tests/sys/fs/fusefs/utils.cc
141
<< strerror(errno);
tests/sys/fs/fusefs/utils.cc
599
ASSERT_NE(MAP_FAILED, sem) << strerror(errno);
tests/sys/fs/fusefs/utils.cc
600
ASSERT_EQ(0, sem_init(sem, 1, 0)) << strerror(errno);
tests/sys/fs/fusefs/utils.cc
636
ASSERT_EQ(0, sem_post(sem)) << strerror(errno);
tests/sys/fs/fusefs/utils.cc
638
ASSERT_LE(0, wait(child_status)) << strerror(errno);
tests/sys/fs/fusefs/utils.cc
640
FAIL() << strerror(errno);
tests/sys/fs/fusefs/utils.cc
652
ASSERT_EQ(0, err) << strerror(errno);
tests/sys/fs/fusefs/utils.cc
78
GTEST_SKIP() << strerror(errno);
tests/sys/fs/fusefs/write.cc
1033
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/write.cc
1037
<< strerror(errno);
tests/sys/fs/fusefs/write.cc
1065
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/write.cc
1068
<< strerror(errno);
tests/sys/fs/fusefs/write.cc
1090
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/write.cc
1092
ASSERT_EQ(bufsize, write(fd, CONTENTS, bufsize)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
1097
ASSERT_EQ(0, lseek(fd, 0, SEEK_SET)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
1098
ASSERT_EQ(bufsize, read(fd, readbuf, bufsize)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
1124
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/write.cc
1126
ASSERT_EQ(bufsize, write(fd, CONTENTS, bufsize)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
1128
ASSERT_EQ(0, lseek(fd, 0, SEEK_SET)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
1129
ASSERT_EQ(0, fcntl(fd, F_SETFL, 0)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
1130
ASSERT_EQ(bufsize, read(fd, readbuf, bufsize)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
1151
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/write.cc
1153
ASSERT_EQ(bufsize, write(fd, CONTENTS, bufsize)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
1155
ASSERT_EQ(0, lseek(fd, 0, SEEK_SET)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
1156
ASSERT_EQ(0, fcntl(fd, F_SETFL, 0)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
1157
ASSERT_EQ(bufsize, read(fd, readbuf, bufsize)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
1191
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/write.cc
1194
ASSERT_NE(MAP_FAILED, p) << strerror(errno);
tests/sys/fs/fusefs/write.cc
1198
ASSERT_EQ(0, munmap(p, len)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
1227
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/write.cc
1229
ASSERT_EQ(bufsize, write(fd, CONTENTS, bufsize)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
1261
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/write.cc
1266
<< strerror(errno);
tests/sys/fs/fusefs/write.cc
1269
ASSERT_EQ(0, fcntl(fd, F_SETFL, O_DIRECT)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
1271
<< strerror(errno);
tests/sys/fs/fusefs/write.cc
1274
ASSERT_EQ(0, fcntl(fd, F_SETFL, 0)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
1275
ASSERT_EQ(bufsize, pread(fd, readbuf, bufsize, 0)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
1310
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/write.cc
1313
ASSERT_EQ(3 * bs, pwrite(fd, zeros, 3 * bs, 0)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
1324
ASSERT_EQ(0, fcntl(fd, F_SETFL, O_DIRECT)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
1325
ASSERT_EQ(2 * bs, pwrite(fd, ones, 2 * bs, bs / 2)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
1334
ASSERT_EQ(0, fcntl(fd, F_SETFL, 0)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
1335
ASSERT_EQ(bs / 2, pread(fd, readbuf, bs / 2, 0)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
1338
<< strerror(errno);
tests/sys/fs/fusefs/write.cc
1341
<< strerror(errno);
tests/sys/fs/fusefs/write.cc
1344
<< strerror(errno);
tests/sys/fs/fusefs/write.cc
1383
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/write.cc
1387
<< strerror(errno);
tests/sys/fs/fusefs/write.cc
1391
ASSERT_LE(0, r) << strerror(errno);
tests/sys/fs/fusefs/write.cc
1398
ASSERT_EQ(0, fstat(fd, &sb)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
1447
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/write.cc
1450
ASSERT_EQ(bufsize, write(fd, CONTENTS, bufsize)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
1453
ASSERT_EQ(0, socketpair(AF_UNIX, SOCK_STREAM, 0, s)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
1467
ASSERT_GE(sendmsg(s[0], &msg, 0), 0) << strerror(errno);
tests/sys/fs/fusefs/write.cc
1524
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/write.cc
1525
ASSERT_EQ(bufsize, write(fd, CONTENTS, bufsize)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
1527
ASSERT_EQ(0, fstat(fd, &sb)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
1563
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/write.cc
1564
ASSERT_EQ(bufsize, write(fd, CONTENTS, bufsize)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
1565
ASSERT_EQ(0, fchmod(fd, newmode)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
1600
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/write.cc
1601
ASSERT_EQ(bufsize, write(fd, CONTENTS, bufsize)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
1602
ASSERT_EQ(0, fchmod(fd, newmode)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
1627
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/write.cc
1629
ASSERT_EQ(bufsize, write(fd, CONTENTS, bufsize)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
1634
ASSERT_EQ(0, lseek(fd, 0, SEEK_SET)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
1635
ASSERT_EQ(bufsize, read(fd, readbuf, bufsize)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
1655
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/write.cc
1657
ASSERT_EQ(bufsize, write(fd, CONTENTS, bufsize)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
1659
ASSERT_EQ(0, fstat(fd, &sb)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
253
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/write.cc
260
ASSERT_EQ(0, aio_write(&iocb)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
261
ASSERT_EQ(bufsize, aio_waitcomplete(&piocb, NULL)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
295
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/write.cc
297
ASSERT_EQ(BUFSIZE, write(fd, CONTENTS, BUFSIZE)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
326
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/write.cc
330
<< strerror(errno);
tests/sys/fs/fusefs/write.cc
333
ASSERT_EQ(BUFSIZE, write(fd, CONTENTS, BUFSIZE)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
354
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/write.cc
356
ASSERT_EQ(BUFSIZE, write(fd, CONTENTS, BUFSIZE)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
378
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/write.cc
381
ASSERT_EQ(bufsize, read(fd, readbuf, bufsize)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
384
ASSERT_EQ(0, fcntl(fd, F_SETFL, O_DIRECT)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
385
ASSERT_EQ(0, lseek(fd, 0, SEEK_SET)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
386
ASSERT_EQ(bufsize, write(fd, CONTENTS1, bufsize)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
390
ASSERT_EQ(0, fcntl(fd, F_SETFL, 0)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
391
ASSERT_EQ(0, lseek(fd, 0, SEEK_SET)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
392
ASSERT_EQ(bufsize, read(fd, readbuf, bufsize)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
422
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/write.cc
424
ASSERT_EQ(bufsize, write(fd, CONTENTS, bufsize)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
447
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/write.cc
449
ASSERT_EQ(-1, write(fd, CONTENTS, bufsize)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
482
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/write.cc
484
ASSERT_EQ(-1, write(fd, CONTENTS, bufsize)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
508
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/write.cc
510
ASSERT_EQ(halfbufsize, write(fd, CONTENTS, bufsize)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
538
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/write.cc
544
ASSERT_EQ(size0, writev(fd, iov, 2)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
567
ASSERT_EQ(0, setrlimit(RLIMIT_FSIZE, &rl)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
568
ASSERT_NE(SIG_ERR, signal(SIGXFSZ, sigxfsz_handler)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
572
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/write.cc
605
ASSERT_EQ(0, setrlimit(RLIMIT_FSIZE, &rl)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
606
ASSERT_NE(SIG_ERR, signal(SIGXFSZ, sigxfsz_handler)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
610
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/write.cc
613
<< strerror(errno);
tests/sys/fs/fusefs/write.cc
644
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/write.cc
647
<< strerror(errno);
tests/sys/fs/fusefs/write.cc
719
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/write.cc
721
<< strerror(errno);
tests/sys/fs/fusefs/write.cc
765
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/write.cc
768
ASSERT_NE(MAP_FAILED, p) << strerror(errno);
tests/sys/fs/fusefs/write.cc
772
ASSERT_EQ(0, munmap(p, len)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
796
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/write.cc
799
<< strerror(errno);
tests/sys/fs/fusefs/write.cc
819
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/write.cc
820
ASSERT_EQ(0, fstat(fd, &sb0)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
821
ASSERT_EQ(bufsize, write(fd, CONTENTS, bufsize)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
825
ASSERT_EQ(0, fstat(fd, &sb1)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
848
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/write.cc
850
ASSERT_EQ(bufsize, write(fd, CONTENTS, bufsize)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
881
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/write.cc
883
ASSERT_EQ(bufsize, write(fd, contents, bufsize)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
902
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/write.cc
904
ASSERT_EQ(bufsize, write(fd, CONTENTS, bufsize)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
922
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/write.cc
924
ASSERT_EQ(bufsize, write(fd, CONTENTS, bufsize)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
954
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/write.cc
956
ASSERT_EQ(bufsize, write(fd, CONTENTS, bufsize)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
989
ASSERT_LE(0, fd) << strerror(errno);
tests/sys/fs/fusefs/write.cc
993
<< strerror(errno);
tests/sys/fs/fusefs/xattr.cc
176
ASSERT_EQ(0, sem_init(&killer_semaphore, 0, 0)) << strerror(errno);
tests/sys/fs/fusefs/xattr.cc
299
<< strerror(errno);;
tests/sys/fs/fusefs/xattr.cc
323
ASSERT_EQ(value_len, r) << strerror(errno);
tests/sys/fs/fusefs/xattr.cc
348
ASSERT_EQ(value_len, r) << strerror(errno);
tests/sys/fs/fusefs/xattr.cc
481
<< strerror(errno);
tests/sys/fs/fusefs/xattr.cc
510
<< strerror(errno);
tests/sys/fs/fusefs/xattr.cc
541
<< strerror(errno);
tests/sys/fs/fusefs/xattr.cc
594
<< strerror(errno);
tests/sys/fs/fusefs/xattr.cc
623
<< strerror(errno);
tests/sys/fs/fusefs/xattr.cc
648
<< strerror(errno);
tests/sys/fs/fusefs/xattr.cc
679
<< strerror(errno);
tests/sys/fs/fusefs/xattr.cc
711
<< strerror(errno);
tests/sys/fs/fusefs/xattr.cc
759
<< strerror(errno);
tests/sys/fs/fusefs/xattr.cc
772
<< strerror(errno);
tests/sys/fs/fusefs/xattr.cc
841
ASSERT_EQ(value_len, r) << strerror(errno);
tests/sys/fs/fusefs/xattr.cc
860
ASSERT_EQ(value_len, r) << strerror(errno);
tests/sys/fs/fusefs/xattr.cc
881
ASSERT_EQ(value_len, r) << strerror(errno);
tests/sys/fs/fusefs/xattr.cc
900
ASSERT_EQ(value_len, r) << strerror(errno);
tests/sys/kern/inotify_test.c
157
errmsg[0] == '\0' ? strerror(errno) : errmsg);
tests/sys/kern/inotify_test.c
181
errmsg[0] == '\0' ? strerror(errno) : errmsg);
tests/sys/kern/inotify_test.c
862
"unmounting ./root failed: %s", strerror(errno));
tests/sys/kern/jail_lookup_root.c
29
"mkdir %s: %s", dir, strerror(errno));
tests/sys/kern/jail_lookup_root.c
54
errmsg[0] != '\0' ? errmsg : strerror(errno));
tests/sys/kern/kern_descrip_test.c
101
fprintf(stderr, "open: %s\n", strerror(errno));
tests/sys/kern/kern_descrip_test.c
136
ATF_CHECK_MSG(wait(NULL) > 0, "wait: %s", strerror(errno));
tests/sys/kern/kern_descrip_test.c
158
strerror(errno));
tests/sys/kern/kern_descrip_test.c
161
strerror(errno));
tests/sys/kern/kern_descrip_test.c
169
strerror(errno));
tests/sys/kern/kern_descrip_test.c
174
strerror(errno));
tests/sys/kern/kern_descrip_test.c
178
"setrlimit(RLIMIT_NOFILE, %d): %s", maxfiles, strerror(errno));
tests/sys/kern/ktls_test.c
1268
"failed to read from socket: %s", strerror(errno));
tests/sys/kern/ktls_test.c
1554
"failed to write to socket: %s", strerror(errno));
tests/sys/kern/ktls_test.c
1912
"shutdown() failed: %s", strerror(errno));
tests/sys/kern/ktrace_test.c
127
"ktrace failed: %s", strerror(errno));
tests/sys/kern/pdrfork.c
47
ATF_CHECK_EQ_MSG(r, 0, "pdgetpid failed: %s", strerror(errno));
tests/sys/kern/pdrfork.c
68
ATF_REQUIRE_MSG(pid >= 0, "rfork failed with %s", strerror(errno));
tests/sys/kern/pdrfork.c
85
ATF_REQUIRE_MSG(pid >= 0, "rfork failed with %s", strerror(errno));
tests/sys/kern/pdrfork.c
95
ATF_CHECK_EQ_MSG(r, 0, "pdgetpid failed: %s", strerror(errno));
tests/sys/kern/pdwait.c
119
ATF_REQUIRE_MSG(pid >= 0, "pdfork failed: %s", strerror(errno));
tests/sys/kern/pdwait.c
138
ATF_REQUIRE_MSG(pid >= 0, "pdfork failed: %s", strerror(errno));
tests/sys/kern/pdwait.c
158
ATF_REQUIRE_MSG(pid >= 0, "pdfork failed: %s", strerror(errno));
tests/sys/kern/pdwait.c
178
ATF_REQUIRE_MSG(pid >= 0, "pdfork failed: %s", strerror(errno));
tests/sys/kern/pdwait.c
205
ATF_REQUIRE_MSG(pid >= 0, "pdfork failed: %s", strerror(errno));
tests/sys/kern/pdwait.c
208
ATF_CHECK_EQ_MSG(0, cap_enter(), "cap_enter: %s", strerror(errno));
tests/sys/kern/pdwait.c
210
"cap_rights_limit %s", strerror(errno));
tests/sys/kern/pdwait.c
232
ATF_REQUIRE_MSG(pid >= 0, "pdfork failed: %s", strerror(errno));
tests/sys/kern/pdwait.c
258
ATF_REQUIRE_MSG(pid >= 0, "pdfork failed: %s", strerror(errno));
tests/sys/kern/pdwait.c
282
ATF_REQUIRE_MSG(pid >= 0, "pdfork failed: %s", strerror(errno));
tests/sys/kern/pdwait.c
66
ATF_REQUIRE_MSG(pid >= 0, "pdfork failed: %s", strerror(errno));
tests/sys/kern/pdwait.c
91
ATF_REQUIRE_MSG(pid >= 0, "pdfork failed: %s", strerror(errno));
tests/sys/kern/pdwait.c
94
ATF_CHECK_EQ_MSG(0, cap_enter(), "cap_enter: %s", strerror(errno));
tests/sys/kern/pipe/big_pipe_test.c
56
printf("fcntl failed: %s\n", strerror(errno));
tests/sys/kern/pipe/big_pipe_test.c
62
err(1, "fork failed: %s\n", strerror(errno));
tests/sys/kern/procdesc.c
59
"sysctlbyname: %s", strerror(errno));
tests/sys/kern/procdesc.c
63
ATF_REQUIRE_MSG(dangle_pid >= 0, "pdfork: %s", strerror(errno));
tests/sys/kern/procdesc.c
83
ATF_REQUIRE_MSG(pid >= 0, "vfork: %s", strerror(errno));
tests/sys/kern/socket_accf.c
73
atf_tc_fail("setsockopt(SO_ACCEPTFILTER): %s", strerror(errno));
tests/sys/kern/socket_msg_trunc.c
122
ATF_REQUIRE_MSG(rc == 0, "bind failed: %s", strerror(errno));
tests/sys/kern/socket_msg_trunc.c
147
ATF_REQUIRE_MSG(rc == 0, "bind failed: %s", strerror(errno));
tests/sys/kern/socket_msg_trunc.c
177
ATF_REQUIRE_MSG(nbytes >= 0, "send failed: %s", strerror(errno));
tests/sys/kern/socket_msg_trunc.c
181
ATF_REQUIRE_MSG(fd >= 0, "open failed: %s", strerror(errno));
tests/sys/kern/socket_msg_trunc.c
184
"ktrace(SET) failed: %s", strerror(errno));
tests/sys/kern/socket_msg_trunc.c
192
ATF_REQUIRE_MSG(nbytes >= 0, "recvmsg failed: %s", strerror(errno));
tests/sys/kern/socket_msg_trunc.c
198
"ktrace(CLEARFILE) failed: %s", strerror(errno));
tests/sys/kern/socket_msg_trunc.c
201
ATF_REQUIRE_MSG(nbytes >= 0, "read failed: %s", strerror(errno));
tests/sys/kern/socket_msg_trunc.c
58
ATF_REQUIRE_MSG(rc != -1, "sendto failed: %s", strerror(errno));
tests/sys/kern/socket_msg_trunc.c
62
ATF_REQUIRE_MSG(rc >= 0, "recv failed: %s", strerror(errno));
tests/sys/kern/socket_msg_trunc.c
66
ATF_REQUIRE_MSG(rc >= 0, "recv failed: %s", strerror(errno));
tests/sys/kern/socket_msg_trunc.c
70
ATF_REQUIRE_MSG(rc >= 0, "recv failed: %s", strerror(errno));
tests/sys/kern/socket_msg_trunc.c
95
ATF_REQUIRE_MSG(rc == 0, "bind failed: %s", strerror(errno));
tests/sys/kern/socket_msg_waitall.c
103
"send: %s", strerror(errno));
tests/sys/kern/socket_msg_waitall.c
152
"unlink: %s", strerror(errno));
tests/sys/kern/socket_msg_waitall.c
172
"unlink: %s", strerror(errno));
tests/sys/kern/socket_msg_waitall.c
46
ATF_REQUIRE_MSG(s >= 0, "socket: %s", strerror(errno));
tests/sys/kern/socket_msg_waitall.c
49
ATF_REQUIRE_MSG(error == 0, "connect: %s", strerror(errno));
tests/sys/kern/socket_msg_waitall.c
72
ATF_REQUIRE_MSG(s >= 0, "socket %s", strerror(errno));
tests/sys/kern/socket_msg_waitall.c
75
"bind: %s", strerror(errno));
tests/sys/kern/socket_msg_waitall.c
77
"listen: %s", strerror(errno));
tests/sys/kern/socket_msg_waitall.c
79
"getsockname: %s", strerror(errno));
tests/sys/kern/socket_msg_waitall.c
92
ATF_REQUIRE_MSG(error == 0, "pthread_create: %s", strerror(error));
tests/sys/kern/socket_msg_waitall.c
99
ATF_REQUIRE_MSG(cs >= 0, "accept: %s", strerror(errno));
tests/sys/kern/socket_splice.c
101
ATF_REQUIRE_MSG(error == 0, "bind failed: %s", strerror(errno));
tests/sys/kern/socket_splice.c
103
ATF_REQUIRE_MSG(error == 0, "listen failed: %s", strerror(errno));
tests/sys/kern/socket_splice.c
106
ATF_REQUIRE_MSG(error == 0, "getsockname failed: %s", strerror(errno));
tests/sys/kern/socket_splice.c
109
ATF_REQUIRE_MSG(error == 0, "connect failed: %s", strerror(errno));
tests/sys/kern/socket_splice.c
111
ATF_REQUIRE_MSG(out[0] >= 0, "accept failed: %s", strerror(errno));
tests/sys/kern/socket_splice.c
137
ATF_REQUIRE_MSG(error == 0, "getsockopt failed: %s", strerror(errno));
tests/sys/kern/socket_splice.c
173
ATF_REQUIRE_MSG(error == 0, "setsockopt failed: %s", strerror(errno));
tests/sys/kern/socket_splice.c
191
ATF_REQUIRE_MSG(error == 0, "setsockopt failed: %s", strerror(errno));
tests/sys/kern/socket_splice.c
195
ATF_REQUIRE_MSG(error == 0, "setsockopt failed: %s", strerror(errno));
tests/sys/kern/socket_splice.c
277
ATF_REQUIRE_MSG(n == 1, "write failed: %s", strerror(errno));
tests/sys/kern/socket_splice.c
279
ATF_REQUIRE_MSG(n == 1, "read failed: %s", strerror(errno));
tests/sys/kern/socket_splice.c
287
ATF_REQUIRE_MSG(n == 1, "write failed: %s", strerror(errno));
tests/sys/kern/socket_splice.c
289
ATF_REQUIRE_MSG(n == 1, "read failed: %s", strerror(errno));
tests/sys/kern/socket_splice.c
311
strerror(errno));
tests/sys/kern/socket_splice.c
315
strerror(errno));
tests/sys/kern/socket_splice.c
33
ATF_REQUIRE_MSG(error == 0, "close failed: %s", strerror(errno));
tests/sys/kern/socket_splice.c
343
ATF_REQUIRE_MSG(error == 0, "setsockopt failed: %s", strerror(errno));
tests/sys/kern/socket_splice.c
346
ATF_REQUIRE_MSG(error == 0, "setsockopt failed: %s", strerror(errno));
tests/sys/kern/socket_splice.c
363
ATF_REQUIRE_MSG(error == 0, "getsockopt failed: %s", strerror(errno));
tests/sys/kern/socket_splice.c
374
strerror(errno));
tests/sys/kern/socket_splice.c
411
ATF_REQUIRE_MSG(error == 0, "setsockopt failed: %s", strerror(errno));
tests/sys/kern/socket_splice.c
420
ATF_REQUIRE_MSG(error == 0, "setsockopt failed: %s", strerror(errno));
tests/sys/kern/socket_splice.c
43
ATF_REQUIRE_MSG(error == 0, "ioctl failed: %s", strerror(errno));
tests/sys/kern/socket_splice.c
433
ATF_REQUIRE_MSG(fd >= 0, "mkstemp failed: %s", strerror(errno));
tests/sys/kern/socket_splice.c
446
ATF_REQUIRE_MSG(error == 0, "socketpair failed: %s", strerror(errno));
tests/sys/kern/socket_splice.c
457
ATF_REQUIRE_MSG(sd >= 0, "socket failed: %s", strerror(errno));
tests/sys/kern/socket_splice.c
484
ATF_REQUIRE_MSG(kq >= 0, "kqueue failed: %s", strerror(errno));
tests/sys/kern/socket_splice.c
488
ATF_REQUIRE_MSG(error == 0, "kevent failed: %s", strerror(errno));
tests/sys/kern/socket_splice.c
492
ATF_REQUIRE_MSG(nev >= 0, "kevent failed: %s", strerror(errno));
tests/sys/kern/socket_splice.c
497
ATF_REQUIRE_MSG(n == 1, "write failed: %s", strerror(errno));
tests/sys/kern/socket_splice.c
499
ATF_REQUIRE_MSG(n == 1, "read failed: %s", strerror(errno));
tests/sys/kern/socket_splice.c
503
ATF_REQUIRE_MSG(nev >= 0, "kevent failed: %s", strerror(errno));
tests/sys/kern/socket_splice.c
508
ATF_REQUIRE_MSG(n == 1, "write failed: %s", strerror(errno));
tests/sys/kern/socket_splice.c
510
ATF_REQUIRE_MSG(n == 1, "read failed: %s", strerror(errno));
tests/sys/kern/socket_splice.c
532
ATF_REQUIRE_MSG(n > 0, "write failed: %s", strerror(errno));
tests/sys/kern/socket_splice.c
536
ATF_REQUIRE_MSG(n > 0, "read failed: %s", strerror(errno));
tests/sys/kern/socket_splice.c
54
ATF_REQUIRE_MSG(flags != -1, "fcntl failed: %s", strerror(errno));
tests/sys/kern/socket_splice.c
545
ATF_REQUIRE_MSG(n == 1, "write failed: %s", strerror(errno));
tests/sys/kern/socket_splice.c
547
ATF_REQUIRE_MSG(n == 1, "read failed: %s", strerror(errno));
tests/sys/kern/socket_splice.c
556
ATF_REQUIRE_MSG(n == 1, "write failed: %s", strerror(errno));
tests/sys/kern/socket_splice.c
558
ATF_REQUIRE_MSG(n == 1, "write failed: %s", strerror(errno));
tests/sys/kern/socket_splice.c
57
ATF_REQUIRE_MSG(error == 0, "fcntl failed: %s", strerror(errno));
tests/sys/kern/socket_splice.c
584
ATF_REQUIRE_MSG(n > 0, "write failed: %s", strerror(errno));
tests/sys/kern/socket_splice.c
588
ATF_REQUIRE_MSG(n > 0, "read failed: %s", strerror(errno));
tests/sys/kern/socket_splice.c
596
ATF_REQUIRE_MSG(error == 0, "usleep failed: %s", strerror(errno));
tests/sys/kern/socket_splice.c
604
ATF_REQUIRE_MSG(n == 1, "write failed: %s", strerror(errno));
tests/sys/kern/socket_splice.c
606
ATF_REQUIRE_MSG(n == 1, "write failed: %s", strerror(errno));
tests/sys/kern/socket_splice.c
636
ATF_REQUIRE_MSG(sd[2] >= 0, "socket failed: %s", strerror(errno));
tests/sys/kern/socket_splice.c
638
ATF_REQUIRE_MSG(error == 0, "listen failed: %s", strerror(errno));
tests/sys/kern/socket_splice.c
688
ATF_REQUIRE_MSG(child >= 0, "fork failed: %s", strerror(errno));
tests/sys/kern/socket_splice.c
712
"waitpid failed: %s", strerror(errno));
tests/sys/kern/socket_splice.c
72
ATF_REQUIRE_MSG(sd[0] >= 0, "socket failed: %s", strerror(errno));
tests/sys/kern/socket_splice.c
74
ATF_REQUIRE_MSG(sd[1] >= 0, "socket failed: %s", strerror(errno));
tests/sys/kern/socket_splice.c
769
ATF_REQUIRE_MSG(n == 1, "write failed: %s", strerror(errno));
tests/sys/kern/socket_splice.c
771
ATF_REQUIRE_MSG(n == 1, "read failed: %s", strerror(errno));
tests/sys/kern/socket_splice.c
779
ATF_REQUIRE_MSG(n == 1, "write failed: %s", strerror(errno));
tests/sys/kern/socket_splice.c
78
ATF_REQUIRE_MSG(error == 0, "setsockopt failed: %s", strerror(errno));
tests/sys/kern/socket_splice.c
781
ATF_REQUIRE_MSG(n == 1, "read failed: %s", strerror(errno));
tests/sys/kern/socket_splice.c
800
ATF_REQUIRE_MSG(n == 1, "write failed: %s", strerror(errno));
tests/sys/kern/socket_splice.c
802
ATF_REQUIRE_MSG(n == 1, "read failed: %s", strerror(errno));
tests/sys/kern/socket_splice.c
81
ATF_REQUIRE_MSG(error == 0, "setsockopt failed: %s", strerror(errno));
tests/sys/kern/socket_splice.c
810
ATF_REQUIRE_MSG(n == 1, "write failed: %s", strerror(errno));
tests/sys/kern/socket_splice.c
812
ATF_REQUIRE_MSG(n == 1, "read failed: %s", strerror(errno));
tests/sys/kern/socket_splice.c
839
ATF_REQUIRE_MSG(error == 0, "fcntl failed: %s", strerror(errno));
tests/sys/kern/socket_splice.c
904
"pthread_create failed: %s", strerror(errno));
tests/sys/kern/socket_splice.c
907
"pthread_create failed: %s", strerror(errno));
tests/sys/kern/socket_splice.c
911
"pthread_join failed: %s", strerror(errno));
tests/sys/kern/socket_splice.c
914
"pthread_join failed: %s", strerror(errno));
tests/sys/kern/socket_splice.c
938
ATF_REQUIRE_MSG(error == 0, "setsockopt failed: %s", strerror(errno));
tests/sys/kern/socket_splice.c
942
ATF_REQUIRE_MSG(error == 0, "setsockopt failed: %s", strerror(errno));
tests/sys/kern/socket_splice.c
946
ATF_REQUIRE_MSG(n == 1, "write failed: %s", strerror(errno));
tests/sys/kern/socket_splice.c
948
ATF_REQUIRE_MSG(n == 1, "read failed: %s", strerror(errno));
tests/sys/kern/socket_splice.c
953
ATF_REQUIRE_MSG(n == 1, "write failed: %s", strerror(errno));
tests/sys/kern/socket_splice.c
955
ATF_REQUIRE_MSG(n == 1, "read failed: %s", strerror(errno));
tests/sys/kern/tty/test_sti.c
117
"waitpid: %s", strerror(errno));
tests/sys/kern/unix_passfd_test.c
1001
ATF_REQUIRE_MSG(error == 0, "close failed: %s", strerror(errno));
tests/sys/kern/unix_passfd_test.c
1020
ATF_REQUIRE_MSG(len == 0, "sendmsg failed: %s", strerror(errno));
tests/sys/kern/unix_passfd_test.c
1024
ATF_REQUIRE_MSG(len == 0, "recvmsg failed: %s", strerror(errno));
tests/sys/kern/unix_passfd_test.c
1027
ATF_REQUIRE_MSG(error == 0, "close failed: %s", strerror(errno));
tests/sys/kern/unix_passfd_test.c
109
"fstat failed: %s", strerror(errno));
tests/sys/kern/unix_passfd_test.c
1206
ATF_REQUIRE_MSG(error == 0, "bind failed: %s", strerror(errno));
tests/sys/kern/unix_passfd_test.c
1210
ATF_REQUIRE_MSG(error == 0, "socketpair failed: %s", strerror(errno));
tests/sys/kern/unix_passfd_test.c
195
strerror(errno));
tests/sys/kern/unix_passfd_test.c
207
strerror(errno));
tests/sys/kern/unix_passfd_test.c
236
ATF_REQUIRE_MSG(len != -1, "recvmsg failed: %s", strerror(errno));
tests/sys/kern/unix_passfd_test.c
290
"sysctl %s failed: %s", LOCAL_SENDSPACE_SYSCTL, strerror(errno));
tests/sys/kern/unix_passfd_test.c
302
"sysctl %s failed: %s", LOCAL_RECVSPACE_SYSCTL, strerror(errno));
tests/sys/kern/unix_passfd_test.c
320
"fcntl(O_NONBLOCK) failed: %s", strerror(errno));
tests/sys/kern/unix_passfd_test.c
69
"socketpair(PF_UNIX, %u) failed: %s", TEST_PROTO, strerror(errno));
tests/sys/kern/unix_passfd_test.c
724
strerror(errno));
tests/sys/kern/unix_passfd_test.c
727
strerror(errno));
tests/sys/kern/unix_passfd_test.c
730
ATF_REQUIRE_MSG(len != -1 , "sendmsg failed: %s", strerror(errno));
tests/sys/kern/unix_passfd_test.c
778
"sendmsg failed: %s", strerror(errno));
tests/sys/kern/unix_passfd_test.c
803
"recvmsg failed: %s", strerror(errno));
tests/sys/kern/unix_passfd_test.c
848
ATF_REQUIRE_MSG(rc == 0, "close failed: %s", strerror(errno));
tests/sys/kern/unix_passfd_test.c
86
ATF_REQUIRE_MSG(fd != -1, "open failed: %s", strerror(errno));
tests/sys/kern/unix_passfd_test.c
878
ATF_REQUIRE_MSG(rc == 0, "close failed: %s", strerror(errno));
tests/sys/kern/unix_passfd_test.c
918
ATF_REQUIRE_MSG(len != -1, "sendmsg failed: %s", strerror(errno));
tests/sys/kern/unix_passfd_test.c
933
error, strerror(errno));
tests/sys/kern/unix_passfd_test.c
994
ATF_REQUIRE_MSG(len == 0, "sendmsg failed: %s", strerror(errno));
tests/sys/kern/unix_passfd_test.c
998
ATF_REQUIRE_MSG(len == 0, "recvmsg failed: %s", strerror(errno));
tests/sys/kern/unix_stream.c
65
"sysctl net.local.stream.sendspace failed: %s", strerror(errno));
tests/sys/kqueue/libkqueue/main.c
235
err(1, "kevent(): %s", strerror(errno));
tests/sys/mac/bsdextended/ugidfw_test.c
156
"failed: %s\n", test_num, test_users[i], strerror(errno));
tests/sys/mac/bsdextended/ugidfw_test.c
164
"failed: %s\n", test_num, test_groups[i], strerror(errno));
tests/sys/mac/bsdextended/ugidfw_test.c
213
strerror(errno));
tests/sys/net/routing/rtsock_common.h
643
ATF_REQUIRE_MSG(fd != -1, "rtsock open failed: %s", strerror(errno));
tests/sys/net/routing/rtsock_common.h
665
rtm->rtm_msglen, len, strerror(my_errno));
tests/sys/net/routing/rtsock_common.h
688
ATF_REQUIRE_MSG(len > 0, "rtsock read failed: %s", strerror(my_errno));
tests/sys/net/routing/rtsock_common.h
837
ATF_REQUIRE_MSG(len > 0, "read() return %zd, error: %s", len, strerror(errno));
tests/sys/net/routing/rtsock_print.h
35
printf(": %s\n", strerror(errno)); \
tests/sys/netgraph/util.c
53
#x " not met", strerror(errno));\
tests/sys/netinet/fibs_multibind_test.c
104
ATF_REQUIRE_MSG(error == 0, "setsockopt failed: %s", strerror(errno));
tests/sys/netinet/fibs_multibind_test.c
125
ATF_REQUIRE_MSG(error == 0, "sysctlbyname failed: %s", strerror(errno));
tests/sys/netinet/fibs_multibind_test.c
150
ATF_REQUIRE_MSG(error == 0, "sysctlbyname failed: %s", strerror(errno));
tests/sys/netinet/fibs_multibind_test.c
185
ATF_REQUIRE_MSG(error == 0, "bind failed: %s", strerror(errno));
tests/sys/netinet/fibs_multibind_test.c
188
ATF_REQUIRE_MSG(error == 0, "getsockname failed: %s", strerror(errno));
tests/sys/netinet/fibs_multibind_test.c
197
ATF_REQUIRE_MSG(error == 0, "bind failed: %s", strerror(errno));
tests/sys/netinet/fibs_multibind_test.c
198
ATF_REQUIRE_MSG(close(s[1]) == 0, "close failed: %s", strerror(errno));
tests/sys/netinet/fibs_multibind_test.c
204
ATF_REQUIRE_MSG(error == 0, "seteuid failed: %s", strerror(errno));
tests/sys/netinet/fibs_multibind_test.c
210
ATF_REQUIRE_MSG(close(s[1]) == 0, "close failed: %s", strerror(errno));
tests/sys/netinet/fibs_multibind_test.c
242
ATF_REQUIRE_MSG(error == 0, "bind failed: %s", strerror(errno));
tests/sys/netinet/fibs_multibind_test.c
245
ATF_REQUIRE_MSG(error == 0, "getsockname failed: %s", strerror(errno));
tests/sys/netinet/fibs_multibind_test.c
248
ATF_REQUIRE_MSG(error == 0, "listen failed: %s", strerror(errno));
tests/sys/netinet/fibs_multibind_test.c
257
ATF_REQUIRE_MSG(error == 0, "connect failed: %s", strerror(errno));
tests/sys/netinet/fibs_multibind_test.c
259
ATF_REQUIRE_MSG(ns != -1, "accept failed: %s", strerror(errno));
tests/sys/netinet/fibs_multibind_test.c
278
ATF_REQUIRE_MSG(error == 0, "bind failed: %s", strerror(errno));
tests/sys/netinet/fibs_multibind_test.c
280
ATF_REQUIRE_MSG(error == 0, "listen failed: %s", strerror(errno));
tests/sys/netinet/fibs_multibind_test.c
285
strerror(errno));
tests/sys/netinet/fibs_multibind_test.c
287
ATF_REQUIRE_MSG(ns != -1, "accept failed: %s", strerror(errno));
tests/sys/netinet/fibs_multibind_test.c
296
strerror(errno));
tests/sys/netinet/fibs_multibind_test.c
298
ATF_REQUIRE_MSG(ns != -1, "accept failed: %s", strerror(errno));
tests/sys/netinet/fibs_multibind_test.c
316
ATF_REQUIRE_MSG(error == 0, "connect failed: %s", strerror(errno));
tests/sys/netinet/fibs_multibind_test.c
318
ATF_REQUIRE_MSG(ns != -1, "accept failed: %s", strerror(errno));
tests/sys/netinet/fibs_multibind_test.c
358
ATF_REQUIRE_MSG(error == 0, "bind failed: %s", strerror(errno));
tests/sys/netinet/fibs_multibind_test.c
361
ATF_REQUIRE_MSG(error == 0, "getsockname failed: %s", strerror(errno));
tests/sys/netinet/fibs_multibind_test.c
371
ATF_REQUIRE_MSG(n == 1, "sendto failed: %s", strerror(errno));
tests/sys/netinet/fibs_multibind_test.c
379
ATF_REQUIRE_MSG(n == 1, "sendto failed: %s", strerror(errno));
tests/sys/netinet/fibs_multibind_test.c
385
ATF_REQUIRE_MSG(error == 0, "bind failed: %s", strerror(errno));
tests/sys/netinet/fibs_multibind_test.c
390
ATF_REQUIRE_MSG(n == 1, "sendto failed: %s", strerror(errno));
tests/sys/netinet/fibs_multibind_test.c
397
ATF_REQUIRE_MSG(n == 1, "sendto failed: %s", strerror(errno));
tests/sys/netinet/fibs_multibind_test.c
424
strerror(errno));
tests/sys/netinet/fibs_multibind_test.c
445
strerror(errno));
tests/sys/netinet/fibs_multibind_test.c
481
ATF_REQUIRE_MSG(error == 0, "bind failed: %s", strerror(errno));
tests/sys/netinet/fibs_multibind_test.c
491
ATF_REQUIRE_MSG(n > 0, "recv failed: %s", strerror(errno));
tests/sys/netinet/fibs_multibind_test.c
499
"recv failed: %s", strerror(errno));
tests/sys/netinet/fibs_multibind_test.c
551
ATF_REQUIRE_MSG(error == 0, "bind failed: %s", strerror(errno));
tests/sys/netinet/fibs_multibind_test.c
553
ATF_REQUIRE_MSG(error == 0, "listen failed: %s", strerror(errno));
tests/sys/netinet/fibs_multibind_test.c
555
ATF_REQUIRE_MSG(error == 0, "getsockname failed: %s", strerror(errno));
tests/sys/netinet/fibs_multibind_test.c
558
ATF_REQUIRE_MSG(error == 0, "bind failed: %s", strerror(errno));
tests/sys/netinet/fibs_multibind_test.c
560
ATF_REQUIRE_MSG(error == 0, "listen failed: %s", strerror(errno));
tests/sys/netinet/fibs_multibind_test.c
563
ATF_REQUIRE_MSG(error == 0, "bind failed: %s", strerror(errno));
tests/sys/netinet/fibs_multibind_test.c
565
ATF_REQUIRE_MSG(error == 0, "listen failed: %s", strerror(errno));
tests/sys/netinet/fibs_multibind_test.c
574
strerror(errno));
tests/sys/netinet/fibs_multibind_test.c
580
"accept failed: %s", strerror(errno));
tests/sys/netinet/fibs_multibind_test.c
585
strerror(errno));
tests/sys/netinet/fibs_multibind_test.c
600
strerror(errno));
tests/sys/netinet/fibs_multibind_test.c
603
ATF_REQUIRE_MSG(as != -1, "accept failed: %s", strerror(errno));
tests/sys/netinet/fibs_multibind_test.c
644
ATF_REQUIRE_MSG(error == 0, "bind failed: %s", strerror(errno));
tests/sys/netinet/fibs_multibind_test.c
646
ATF_REQUIRE_MSG(error == 0, "getsockname failed: %s", strerror(errno));
tests/sys/netinet/fibs_multibind_test.c
649
ATF_REQUIRE_MSG(error == 0, "bind failed: %s", strerror(errno));
tests/sys/netinet/fibs_multibind_test.c
651
ATF_REQUIRE_MSG(error == 0, "bind failed: %s", strerror(errno));
tests/sys/netinet/fibs_multibind_test.c
667
ATF_REQUIRE_MSG(n == 1, "sendto failed: %s", strerror(errno));
tests/sys/netinet/fibs_multibind_test.c
672
strerror(errno));
tests/sys/netinet/fibs_multibind_test.c
676
strerror(errno));
tests/sys/netinet/fibs_multibind_test.c
695
ATF_REQUIRE_MSG(n == 1, "sendto failed: %s", strerror(errno));
tests/sys/netinet/fibs_multibind_test.c
731
ATF_REQUIRE_MSG(error == 0, "bind failed: %s", strerror(errno));
tests/sys/netinet/fibs_multibind_test.c
738
ATF_REQUIRE_MSG(error == 0, "setsockopt failed: %s", strerror(errno));
tests/sys/netinet/fibs_multibind_test.c
93
ATF_REQUIRE_MSG(error == 0, "close failed: %s", strerror(errno));
tests/sys/netinet/ip6_v4mapped_test.c
234
strerror(errno));
tests/sys/netinet/ip6_v4mapped_test.c
239
ATF_REQUIRE_MSG(error == 0, "bind() failed: %s", strerror(errno));
tests/sys/netinet/ip6_v4mapped_test.c
241
ATF_REQUIRE_MSG(error == 0, "listen() failed: %s", strerror(errno));
tests/sys/netinet/ip6_v4mapped_test.c
248
strerror(errno));
tests/sys/netinet/ip6_v4mapped_test.c
273
i, strerror(errno));
tests/sys/netinet/ip6_v4mapped_test.c
277
"setsockopt(IPV6_ONLY = 0) failed: %s", strerror(errno));
tests/sys/netinet/ip6_v4mapped_test.c
290
"client bind %d failed: %s", i, strerror(errno));
tests/sys/netinet/ip6_v4mapped_test.c
298
i, strerror(errno));
tests/sys/netinet/ip6_v4mapped_test.c
302
i, strerror(errno));
tests/sys/netinet/ip6_v4mapped_test.c
349
ATF_REQUIRE_MSG(error == 0, "bind: %s", strerror(errno));
tests/sys/netinet/ip6_v4mapped_test.c
353
"getsockname() for listen socket failed: %s", strerror(errno));
tests/sys/netinet/ip6_v4mapped_test.c
377
"setsockopt(IPV6_V6ONLY) failed: %s", strerror(errno));
tests/sys/netinet/ip6_v4mapped_test.c
381
ATF_REQUIRE_MSG(n == 1, "sendto() failed: %s", strerror(errno));
tests/sys/netinet/ip6_v4mapped_test.c
385
ATF_REQUIRE_MSG(n == 1, "recv() failed: %s", strerror(errno));
tests/sys/netinet/ip_reass_test.c
125
ATF_REQUIRE_MSG(n >= 0, "packet write failed: %s", strerror(errno));
tests/sys/netinet/ip_reass_test.c
148
ATF_REQUIRE_MSG(fd >= 0, "open(/dev/bpf0): %s", strerror(errno));
tests/sys/netinet/ip_reass_test.c
162
ATF_REQUIRE_MSG(error == 0, "ioctl(BIOCSETIF): %s", strerror(errno));
tests/sys/netinet/ip_reass_test.c
181
strerror(errno));
tests/sys/netinet/so_reuseport_lb_test.c
100
"close() failed: %s", strerror(errno));
tests/sys/netinet/so_reuseport_lb_test.c
109
strerror(errno));
tests/sys/netinet/so_reuseport_lb_test.c
123
ATF_REQUIRE_MSG(sd >= 0, "socket() failed: %s", strerror(errno));
tests/sys/netinet/so_reuseport_lb_test.c
128
strerror(errno));
tests/sys/netinet/so_reuseport_lb_test.c
151
ATF_REQUIRE_MSG(error == 0, "bind() failed: %s", strerror(errno));
tests/sys/netinet/so_reuseport_lb_test.c
153
ATF_REQUIRE_MSG(error == 0, "listen() failed: %s", strerror(errno));
tests/sys/netinet/so_reuseport_lb_test.c
158
strerror(errno));
tests/sys/netinet/so_reuseport_lb_test.c
173
strerror(errno));
tests/sys/netinet/so_reuseport_lb_test.c
176
strerror(errno));
tests/sys/netinet/so_reuseport_lb_test.c
184
strerror(errno));
tests/sys/netinet/so_reuseport_lb_test.c
207
ATF_REQUIRE_MSG(error == 0, "bind() failed: %s", strerror(errno));
tests/sys/netinet/so_reuseport_lb_test.c
209
ATF_REQUIRE_MSG(error == 0, "listen() failed: %s", strerror(errno));
tests/sys/netinet/so_reuseport_lb_test.c
214
strerror(errno));
tests/sys/netinet/so_reuseport_lb_test.c
229
strerror(errno));
tests/sys/netinet/so_reuseport_lb_test.c
232
strerror(errno));
tests/sys/netinet/so_reuseport_lb_test.c
240
strerror(errno));
tests/sys/netinet/so_reuseport_lb_test.c
261
"kevent() failed: %s", strerror(errno));
tests/sys/netinet/so_reuseport_lb_test.c
266
"accept() failed: %s", strerror(errno));
tests/sys/netinet/so_reuseport_lb_test.c
270
ATF_REQUIRE_MSG(n >= 0, "write() failed: %s", strerror(errno));
tests/sys/netinet/so_reuseport_lb_test.c
275
"close() failed: %s", strerror(errno));
tests/sys/netinet/so_reuseport_lb_test.c
288
ATF_REQUIRE_MSG(s >= 0, "socket() failed: %s", strerror(errno));
tests/sys/netinet/so_reuseport_lb_test.c
295
strerror(errno));
tests/sys/netinet/so_reuseport_lb_test.c
299
strerror(errno));
tests/sys/netinet/so_reuseport_lb_test.c
304
"close() failed: %s", strerror(errno));
tests/sys/netinet/so_reuseport_lb_test.c
322
ATF_REQUIRE_MSG(sc.kq >= 0, "kqueue() failed: %s", strerror(errno));
tests/sys/netinet/so_reuseport_lb_test.c
326
strerror(error));
tests/sys/netinet/so_reuseport_lb_test.c
340
ATF_REQUIRE_MSG(s >= 0, "socket() failed: %s", strerror(errno));
tests/sys/netinet/so_reuseport_lb_test.c
345
"setsockopt(SO_REUSEPORT_LB) failed: %s", strerror(errno));
tests/sys/netinet/so_reuseport_lb_test.c
349
strerror(errno));
tests/sys/netinet/so_reuseport_lb_test.c
353
strerror(errno));
tests/sys/netinet/so_reuseport_lb_test.c
358
strerror(errno));
tests/sys/netinet/so_reuseport_lb_test.c
366
strerror(errno));
tests/sys/netinet/so_reuseport_lb_test.c
374
strerror(error));
tests/sys/netinet/so_reuseport_lb_test.c
404
ATF_REQUIRE_MSG(error == 0, "bind() failed: %s", strerror(errno));
tests/sys/netinet/so_reuseport_lb_test.c
407
ATF_REQUIRE_MSG(error == 0, "listen() failed: %s", strerror(errno));
tests/sys/netinet/so_reuseport_lb_test.c
409
ATF_REQUIRE_MSG(error == 0, "listen() failed: %s", strerror(errno));
tests/sys/netinet/so_reuseport_lb_test.c
412
ATF_REQUIRE_MSG(error == 0, "close() failed: %s", strerror(errno));
tests/sys/netinet/so_reuseport_lb_test.c
432
ATF_REQUIRE_MSG(error == 0, "bind() failed: %s", strerror(errno));
tests/sys/netinet/so_reuseport_lb_test.c
435
ATF_REQUIRE_MSG(error == 0, "listen() failed: %s", strerror(errno));
tests/sys/netinet/so_reuseport_lb_test.c
437
ATF_REQUIRE_MSG(error == 0, "listen() failed: %s", strerror(errno));
tests/sys/netinet/so_reuseport_lb_test.c
440
ATF_REQUIRE_MSG(error == 0, "close() failed: %s", strerror(errno));
tests/sys/netinet/so_reuseport_lb_test.c
463
ATF_REQUIRE_MSG(error == 0, "bind() failed: %s", strerror(errno));
tests/sys/netinet/so_reuseport_lb_test.c
468
strerror(errno));
tests/sys/netinet/so_reuseport_lb_test.c
473
ATF_REQUIRE_MSG(error == 0, "bind() failed: %s", strerror(errno));
tests/sys/netinet/so_reuseport_lb_test.c
477
ATF_REQUIRE_MSG(error == 0, "listen() failed: %s", strerror(errno));
tests/sys/netinet/so_reuseport_lb_test.c
481
ATF_REQUIRE_MSG(error == 0, "close() failed: %s", strerror(errno));
tests/sys/netinet/so_reuseport_lb_test.c
485
ATF_REQUIRE_MSG(error == 0, "close() failed: %s", strerror(errno));
tests/sys/netinet/so_reuseport_lb_test.c
588
"setsockopt(SO_REUSEPORT_LB) failed: %s", strerror(errno));
tests/sys/netinet/so_reuseport_lb_test.c
590
ATF_REQUIRE_MSG(error == 0, "bind() failed: %s", strerror(errno));
tests/sys/netinet/so_reuseport_lb_test.c
593
ATF_REQUIRE_MSG(error == 0, "bind() failed: %s", strerror(errno));
tests/sys/netinet/so_reuseport_lb_test.c
596
ATF_REQUIRE_MSG(error == 0, "bind() failed: %s", strerror(errno));
tests/sys/netinet/so_reuseport_lb_test.c
603
ATF_REQUIRE_MSG(error == 0, "connect() failed: %s", strerror(errno));
tests/sys/netinet/so_reuseport_lb_test.c
660
"setsockopt(SO_REUSEPORT_LB) failed: %s", strerror(errno));
tests/sys/netinet/so_reuseport_lb_test.c
662
ATF_REQUIRE_MSG(error == 0, "bind() failed: %s", strerror(errno));
tests/sys/netinet/so_reuseport_lb_test.c
665
ATF_REQUIRE_MSG(error == 0, "bind() failed: %s", strerror(errno));
tests/sys/netinet/so_reuseport_lb_test.c
668
ATF_REQUIRE_MSG(error == 0, "bind() failed: %s", strerror(errno));
tests/sys/netinet/so_reuseport_lb_test.c
675
ATF_REQUIRE_MSG(error == 0, "connect() failed: %s", strerror(errno));
tests/sys/netinet/so_reuseport_lb_test.c
69
strerror(errno));
tests/sys/netinet/so_reuseport_lb_test.c
74
strerror(errno));
tests/sys/netinet/so_reuseport_lb_test.c
78
strerror(errno));
tests/sys/netinet/so_reuseport_lb_test.c
82
strerror(errno));
tests/sys/netinet/so_reuseport_lb_test.c
94
strerror(errno));
tests/sys/netinet/socket_afinet.c
526
ATF_REQUIRE_MSG(sd[0] >= 0, "socket failed: %s", strerror(errno));
tests/sys/netinet/socket_afinet.c
528
ATF_REQUIRE_MSG(sd[1] >= 0, "socket failed: %s", strerror(errno));
tests/sys/netinet/socket_afinet.c
547
ATF_REQUIRE_MSG(error == 0, "bind failed: %s", strerror(errno));
tests/sys/netinet/socket_afinet.c
549
ATF_REQUIRE_MSG(error == 0, "listen failed: %s", strerror(errno));
tests/sys/netinet/socket_afinet.c
552
ATF_REQUIRE_MSG(error == 0, "getsockname failed: %s", strerror(errno));
tests/sys/netinet/socket_afinet.c
558
ATF_REQUIRE_MSG(error == 0, "connect failed: %s", strerror(errno));
tests/sys/netinet/socket_afinet.c
560
ATF_REQUIRE_MSG(tmp >= 0, "accept failed: %s", strerror(errno));
tests/sys/netinet/tcp_connect_port_test.c
182
strerror(errno));
tests/sys/netinet/tcp_connect_port_test.c
184
ATF_REQUIRE_MSG(error == 0, "bind() failed: %s", strerror(errno));
tests/sys/netinet/tcp_connect_port_test.c
186
ATF_REQUIRE_MSG(error == 0, "listen() failed: %s", strerror(errno));
tests/sys/netinet/tcp_connect_port_test.c
196
strerror(errno));
tests/sys/netinet/tcp_connect_port_test.c
209
i, strerror(errno));
tests/sys/netinet/tcp_connect_port_test.c
214
i, strerror(errno));
tests/sys/netinet/tcp_connect_port_test.c
220
i, strerror(errno));
tests/sys/netinet/tcp_connect_port_test.c
227
i, strerror(errno));
tests/sys/netinet/tcp_connect_port_test.c
252
i, strerror(errno));
tests/sys/netinet/tcp_connect_port_test.c
257
i, strerror(errno));
tests/sys/netinet/tcp_connect_port_test.c
262
i, strerror(errno));
tests/sys/netmap/ctrl-api-test.c
131
fprintf(stderr, "waitpid() failed: %s\n", strerror(errno));
tests/sys/netmap/ctrl-api-test.c
1384
printf("pthread_create(kloop): %s\n", strerror(ret));
tests/sys/netmap/ctrl-api-test.c
1395
printf("pthread_join(kloop): %s\n", strerror(ret));
tests/sys/netmap/ctrl-api-test.c
1622
printf("sem_init() failed: %s\n", strerror(ret));
tests/sys/netmap/ctrl-api-test.c
1630
printf("pthread_create(kloop1): %s\n", strerror(ret));
tests/sys/netmap/ctrl-api-test.c
1636
printf("pthread_create(kloop2): %s\n", strerror(ret));
tests/sys/netmap/ctrl-api-test.c
1655
printf("sem_timedwait() failed: %s\n", strerror(errno));
tests/sys/netmap/ctrl-api-test.c
1663
printf("pthread_join(kloop1): %s\n", strerror(ret));
tests/sys/netmap/ctrl-api-test.c
1669
printf("pthread_join(kloop2): %s %d\n", strerror(ret), ret);
tests/sys/netmap/ctrl-api-test.c
1975
printf("Failed to acquire nmctx: %s", strerror(errno));
tests/sys/opencrypto/blake2_test.c
110
strerror(errno));
tests/sys/opencrypto/poly1305_test.c
324
strerror(errno));
tests/sys/opencrypto/poly1305_test.c
335
"destroy session failed, errno=%d (%s)", errno, strerror(errno));
tests/sys/sound/polling.c
41
#define FMT_ERR(s) s ": %s", strerror(errno)
tests/sys/vfs/lookup_cap_dotdot.c
128
strerror(errno));
tests/sys/vm/mlock_test.c
191
"failed to get page sizes: %s", strerror(errno));
tests/sys/vm/mlock_test.c
197
ATF_REQUIRE_MSG(error == 0, "getrlimit: %s", strerror(errno));
tests/sys/vm/mlock_test.c
201
ATF_REQUIRE_MSG(error == 0, "setrlimit: %s", strerror(errno));
tests/sys/vm/mlock_test.c
204
ATF_REQUIRE_MSG(shmfd >= 0, "shm_open: %s", strerror(errno));
tests/sys/vm/mlock_test.c
206
ATF_REQUIRE_MSG(error == 0, "ftruncate: %s", strerror(errno));
tests/sys/vm/mlock_test.c
210
ATF_REQUIRE_MSG(addr1 != MAP_FAILED, "mmap: %s", strerror(errno));
tests/sys/vm/mlock_test.c
215
ATF_REQUIRE_MSG(addr2 != MAP_FAILED, "mmap: %s", strerror(errno));
tests/sys/vm/mlock_test.c
221
ATF_REQUIRE_MSG(error == 0, "mincore: %s", strerror(errno));
tests/sys/vm/mlock_test.c
226
ATF_REQUIRE_MSG(error == 0, "mlock: %s", strerror(errno));
tests/sys/vm/mlock_test.c
228
ATF_REQUIRE_MSG(error == 0, "mincore: %s", strerror(errno));
tests/sys/vm/mlock_test.c
236
ATF_REQUIRE_MSG(error == 0, "ftruncate: %s", strerror(errno));
tests/sys/vm/mlock_test.c
242
ATF_REQUIRE_MSG(error == 0, "ftruncate: %s", strerror(errno));
tests/sys/vm/mlock_test.c
248
ATF_REQUIRE_MSG(error == 0, "mincore: %s", strerror(errno));
tests/sys/vm/mlock_test.c
252
ATF_REQUIRE_MSG(error == 0, "mincore: %s", strerror(errno));
tests/sys/vm/mlock_test.c
260
ATF_REQUIRE_MSG(error == 0, "mincore: %s", strerror(errno));
tests/sys/vm/mlock_test.c
265
ATF_REQUIRE_MSG(error == 0, "mincore: %s", strerror(errno));
tests/sys/vm/mlock_test.c
272
ATF_REQUIRE_MSG(error == 0, "munlock: %s", strerror(errno));
tests/sys/vm/mlock_test.c
53
atf_tc_fail("fork() failed: %s", strerror(errno));
tests/sys/vm/mmap_test.c
76
strerror(errno));
tests/sys/vm/mmap_test.c
87
strerror(errno));
tools/bus_space/Python/lang.c
107
PyErr_SetString(PyExc_IOError, strerror(errno));
tools/bus_space/Python/lang.c
123
PyErr_SetString(PyExc_IOError, strerror(errno));
tools/bus_space/Python/lang.c
139
PyErr_SetString(PyExc_IOError, strerror(errno));
tools/bus_space/Python/lang.c
153
PyErr_SetString(PyExc_IOError, strerror(errno));
tools/bus_space/Python/lang.c
169
PyErr_SetString(PyExc_IOError, strerror(errno));
tools/bus_space/Python/lang.c
189
PyErr_SetString(PyExc_IOError, strerror(errno));
tools/bus_space/Python/lang.c
208
PyErr_SetString(PyExc_IOError, strerror(errno));
tools/bus_space/Python/lang.c
223
PyErr_SetString(PyExc_IOError, strerror(error));
tools/bus_space/Python/lang.c
239
PyErr_SetString(PyExc_IOError, strerror(errno));
tools/bus_space/Python/lang.c
254
PyErr_SetString(PyExc_IOError, strerror(error));
tools/bus_space/Python/lang.c
272
PyErr_SetString(PyExc_IOError, strerror(error));
tools/bus_space/Python/lang.c
287
PyErr_SetString(PyExc_IOError, strerror(error));
tools/bus_space/Python/lang.c
303
PyErr_SetString(PyExc_IOError, strerror(errno));
tools/bus_space/Python/lang.c
318
PyErr_SetString(PyExc_IOError, strerror(error));
tools/bus_space/Python/lang.c
360
PyErr_SetString(PyExc_IOError, strerror(error));
tools/bus_space/Python/lang.c
376
PyErr_SetString(PyExc_IOError, strerror(error));
tools/bus_space/Python/lang.c
391
PyErr_SetString(PyExc_IOError, strerror(error));
tools/bus_space/Python/lang.c
407
PyErr_SetString(PyExc_IOError, strerror(error));
tools/bus_space/Python/lang.c
43
PyErr_SetString(PyExc_IOError, strerror(errno));
tools/bus_space/Python/lang.c
59
PyErr_SetString(PyExc_IOError, strerror(errno));
tools/bus_space/Python/lang.c
75
PyErr_SetString(PyExc_IOError, strerror(errno));
tools/bus_space/Python/lang.c
91
PyErr_SetString(PyExc_IOError, strerror(errno));
tools/regression/fsx/fsx.c
157
prt("%s%s%s\n", prefix, prefix ? ": " : "", strerror(errno));
tools/regression/mlock/mlock.c
60
errx(-1, "getpwnam: %s", strerror(errno));
tools/regression/mlock/mlock.c
67
errx(-1, "mmap: %s", strerror(errno));
tools/regression/mlock/mlock.c
70
errx(-1, "mlock privileged: %s", strerror(errno));
tools/regression/mlock/mlock.c
73
errx(-1, "munlock privileged: %s", strerror(errno));
tools/regression/mlock/mlock.c
76
errx(-1, "seteuid: %s", strerror(errno));
tools/regression/mlock/mlock.c
81
errx(-1, "mlock unprivileged: %s", strerror(errno));
tools/regression/mlock/mlock.c
86
errx(-1, "munlock unprivileged: %s", strerror(errno));
tools/regression/netinet/ipdivert/ipdivert.c
60
fprintf(stderr, "%s - %s: FAIL (%s)\n", test, note, strerror(errno));
tools/regression/netinet/ipsockopt/ipsockopt.c
233
strerror(errno));
tools/regression/netinet/ipsockopt/ipsockopt.c
244
strerror(errno));
tools/regression/netinet/ipsockopt/ipsockopt.c
264
strerror(errno));
tools/regression/netinet/ipsockopt/ipsockopt.c
274
strerror(errno));
tools/regression/netinet/tcpstream/tcpstream.c
128
errx(-1, "socket: %s", strerror(errno));
tools/regression/netinet/tcpstream/tcpstream.c
131
errx(-1, "bind: %s", strerror(errno));
tools/regression/netinet/tcpstream/tcpstream.c
134
errx(-1, "listen: %s", strerror(errno));
tools/regression/netinet/tcpstream/tcpstream.c
195
errx(-1, "%s: %s", argv[2], strerror(EINVAL));
tools/regression/netinet/tcpstream/tcpstream.c
92
errx(-1, "socket: %s", strerror(errno));
tools/regression/netinet/tcpstream/tcpstream.c
95
errx(-1, "connect: %s", strerror(errno));
tools/regression/netinet/udpconnectjail/udpconnectjail.c
109
errx(-1, "jail: %s", strerror(errno));
tools/regression/netinet/udpconnectjail/udpconnectjail.c
63
strerror(errno));
tools/regression/netinet/udpconnectjail/udpconnectjail.c
67
inet_ntoa(sin->sin_addr), strerror(errno));
tools/regression/netinet/udpconnectjail/udpconnectjail.c
70
errx(-1, "%s: close(): %s", context, strerror(errno));
tools/regression/posixsem/test.h
57
#define fail_errno(tag) fail_err("%s: %s", (tag), strerror(errno))
tools/regression/sockets/accept_fd_leak/accept_fd_leak.c
106
errx(-1, "listen: %s", strerror(errno));
tools/regression/sockets/accept_fd_leak/accept_fd_leak.c
110
errx(-1, "ioctl(F_GETFL): %s", strerror(errno));
tools/regression/sockets/accept_fd_leak/accept_fd_leak.c
113
errx(-1, "ioctl(F_SETFL): %s", strerror(errno));
tools/regression/sockets/accept_fd_leak/accept_fd_leak.c
116
errx(-1, "ioctl(F_GETFL): %s", strerror(errno));
tools/regression/sockets/accept_fd_leak/accept_fd_leak.c
125
errx(-1, "accept: %s", strerror(errno));
tools/regression/sockets/accept_fd_leak/accept_fd_leak.c
146
errx(-1, "fork: %s", strerror(errno));
tools/regression/sockets/accept_fd_leak/accept_fd_leak.c
165
errx(-1, "socket: %s", strerror(errno));
tools/regression/sockets/accept_fd_leak/accept_fd_leak.c
168
errx(-1, "connect: %s", strerror(errno));
tools/regression/sockets/accept_fd_leak/accept_fd_leak.c
177
errx(-1, "ioctl(F_GETFL): %s", strerror(errno));
tools/regression/sockets/accept_fd_leak/accept_fd_leak.c
180
errx(-1, "ioctl(F_SETFL): %s", strerror(errno));
tools/regression/sockets/accept_fd_leak/accept_fd_leak.c
183
errx(-1, "ioctl(F_GETFL): %s", strerror(errno));
tools/regression/sockets/accept_fd_leak/accept_fd_leak.c
194
errx(-1, "accept: %s", strerror(errno));
tools/regression/sockets/accept_fd_leak/accept_fd_leak.c
198
errx(-1, "waitpid: %s", strerror(errno));
tools/regression/sockets/accept_fd_leak/accept_fd_leak.c
82
errx(-1, "socket: %s", strerror(errno));
tools/regression/sockets/accf_data_attach/accf_data_attach.c
100
"%d (%s)", errno, strerror(errno));
tools/regression/sockets/accf_data_attach/accf_data_attach.c
113
errx(-1, "not ok 3 - bind %s", strerror(errno));
tools/regression/sockets/accf_data_attach/accf_data_attach.c
126
errno, strerror(errno));
tools/regression/sockets/accf_data_attach/accf_data_attach.c
151
errno, strerror(errno));
tools/regression/sockets/accf_data_attach/accf_data_attach.c
158
errx(-1, "not ok 7 - listen: %s", strerror(errno));
tools/regression/sockets/accf_data_attach/accf_data_attach.c
172
"setsockopt() failed with %d (%s)", errno, strerror(errno));
tools/regression/sockets/accf_data_attach/accf_data_attach.c
183
"(%s)", errno, strerror(errno));
tools/regression/sockets/accf_data_attach/accf_data_attach.c
195
"failed with %d (%s)", errno, strerror(errno));
tools/regression/sockets/accf_data_attach/accf_data_attach.c
213
errx(-1, "not ok 11 - ioctl(F_GETFL): %s", strerror(errno));
tools/regression/sockets/accf_data_attach/accf_data_attach.c
216
errx(-1, "not ok 11 - ioctl(F_SETFL): %s", strerror(errno));
tools/regression/sockets/accf_data_attach/accf_data_attach.c
219
errx(-1, "not ok 11 - socket: %s", strerror(errno));
tools/regression/sockets/accf_data_attach/accf_data_attach.c
221
errx(-1, "not ok 11 - connect %s", strerror(errno));
tools/regression/sockets/accf_data_attach/accf_data_attach.c
223
errx(-1, "not ok 11 - accept #1 %s", strerror(errno));
tools/regression/sockets/accf_data_attach/accf_data_attach.c
225
errx(-1, "not ok 11 - write %s", strerror(errno));
tools/regression/sockets/accf_data_attach/accf_data_attach.c
232
errx(-1, "not ok 11 - accept #2 %s", strerror(errno));
tools/regression/sockets/accf_data_attach/accf_data_attach.c
234
errx(-1, "not ok 11 - close(): %s", strerror(errno));
tools/regression/sockets/accf_data_attach/accf_data_attach.c
244
errx(-1, "not ok 12 - socket: %s", strerror(errno));
tools/regression/sockets/accf_data_attach/accf_data_attach.c
246
errx(-1, "not ok 12 - connect %s", strerror(errno));
tools/regression/sockets/accf_data_attach/accf_data_attach.c
252
"(%s)", errno, strerror(errno));
tools/regression/sockets/accf_data_attach/accf_data_attach.c
254
errx(-1, "not ok 12 - close(): %s", strerror(errno));
tools/regression/sockets/accf_data_attach/accf_data_attach.c
256
errx(-1, "not ok 12 - accept #3 %s", strerror(errno));
tools/regression/sockets/accf_data_attach/accf_data_attach.c
268
errx(-1, "not ok 13 - socket: %s", strerror(errno));
tools/regression/sockets/accf_data_attach/accf_data_attach.c
270
errx(-1, "not ok 13 - connect %s", strerror(errno));
tools/regression/sockets/accf_data_attach/accf_data_attach.c
280
"failed with %d (%s)", errno, strerror(errno));
tools/regression/sockets/accf_data_attach/accf_data_attach.c
290
"filter failed with %d (%s)", errno, strerror(errno));
tools/regression/sockets/accf_data_attach/accf_data_attach.c
293
strerror(errno));
tools/regression/sockets/accf_data_attach/accf_data_attach.c
74
_mod_name, strerror(errno));
tools/regression/sockets/accf_data_attach/accf_data_attach.c
86
errx(-1, "not ok 1 - socket: %s", strerror(errno));
tools/regression/sockets/kqueue/kqueue.c
66
printf("# %s(): %s\n", func, strerror(error));
tools/regression/sockets/kqueue/kqueue.c
69
strerror(error));
tools/regression/sockets/kqueue/kqueue.c
72
strerror(error));
tools/regression/sockets/listenclose/listenclose.c
104
errx(-1, "connect() for connect socket: %s", strerror(errno));
tools/regression/sockets/listenclose/listenclose.c
65
strerror(errno));
tools/regression/sockets/listenclose/listenclose.c
76
inet_ntoa(sin.sin_addr), 0, strerror(errno));
tools/regression/sockets/listenclose/listenclose.c
81
strerror(errno));
tools/regression/sockets/listenclose/listenclose.c
85
errx(-1, "listen() for listen socket: %s", strerror(errno));
tools/regression/sockets/listenclose/listenclose.c
90
"socket: %s", strerror(errno));
tools/regression/sockets/listenclose/listenclose.c
95
": %s", strerror(errno));
tools/regression/sockets/sendfile/sendfile.c
193
printf("# socket: %s\n", strerror(errno));
tools/regression/sockets/sendfile/sendfile.c
205
printf("# bind: %s\n", strerror(errno));
tools/regression/sockets/sendfile/sendfile.c
211
printf("# listen: %s\n", strerror(errno));
tools/regression/sockets/sendfile/sendfile.c
55
#define FAIL_ERR(msg) {printf("# %s: %s\n", msg, strerror(errno)); \
tools/regression/sockets/shutdown/shutdown.c
102
strerror(errno));
tools/regression/sockets/shutdown/shutdown.c
57
strerror(errno));
tools/regression/sockets/shutdown/shutdown.c
67
inet_ntoa(sock.sin_addr), sock.sin_port, strerror(errno));
tools/regression/sockets/shutdown/shutdown.c
72
strerror(errno));
tools/regression/sockets/shutdown/shutdown.c
76
errx(-1, "listen() for listen socket: %s", strerror(errno));
tools/regression/sockets/shutdown/shutdown.c
81
"socket: %s", strerror(errno));
tools/regression/sockets/shutdown/shutdown.c
90
errx(-1, "connect() for connect socket: %s", strerror(errno));
tools/regression/sockets/shutdown/shutdown.c
99
strerror(errno));
tools/regression/sockets/so_setfib/so_setfib.c
116
strerror(errno));
tools/regression/sockets/so_setfib/so_setfib.c
144
t_dom[dom].name, t_type[type].name, strerror(errno));
tools/regression/sockets/unix_cmsg/t_cmsg_len.c
83
strerror(errno));
tools/regression/sockets/unix_cmsg/uc_common.c
87
strerror(errno_save));
tools/test/ptrace/scescx.c
166
pid, strerror(errno));
tools/test/ptrace/scescx.c
206
strerror(errno));
tools/test/stress2/testcases/fts/fts.c
90
warnx("%s: %s", p->fts_path, strerror(p->fts_errno));
tools/test/xregs_sig/xregs_sig.c
219
fprintf(stderr, "sigaction SIGALRM %s\n", strerror(errno));
tools/test/xregs_sig/xregs_sig.c
227
fprintf(stderr, "sigaction SIGUSR1 %s\n", strerror(errno));
tools/test/xregs_sig/xregs_sig.c
233
fprintf(stderr, "pthread_mutex_init %s\n", strerror(error));
tools/test/xregs_sig/xregs_sig.c
249
fprintf(stderr, "pthread_create %s\n", strerror(error));
tools/tools/aac/aac_checkq.c
63
printf("couldn't open aac0: %s\n", strerror(errno));
tools/tools/aac/aac_checkq.c
73
printf("error on ioctl: %s\n", strerror(errno));
tools/tools/mfi/mfi_checkq.c
60
printf("couldn't open mfi0: %s\n", strerror(errno));
tools/tools/mfi/mfi_checkq.c
70
printf("error on ioctl: %s\n", strerror(errno));
tools/tools/net80211/wesside/wesside/wesside.c
2166
printf("Can't open tap: %s\n", strerror(errno));
tools/tools/net80211/wesside/wesside/wesside.c
972
strerror(errno));
tools/tools/netmap/lb.c
871
D("unable to create the stats thread: %s", strerror(errno));
tools/tools/netmap/lb.c
928
RD(1, "poll error %s", strerror(errno));
tools/tools/netmap/nmreplay.c
658
WWW("Unable to set affinity: %s", strerror(errno));
tools/tools/netmap/nmreplay.c
661
WWW("Unable to set priority: %s", strerror(errno));
tools/tools/netmap/nmreplay.c
667
WWW("Unable to set scheduler: %s", strerror(errno));
tools/tools/netmap/pkt-gen.c
1468
strerror(errno));
tools/tools/netmap/pkt-gen.c
1476
(rv ? strerror(errno) : "timeout"));
tools/tools/netmap/pkt-gen.c
1612
rv ? strerror(errno) : "timeout");
tools/tools/netmap/pkt-gen.c
1789
strerror(errno));
tools/tools/netmap/pkt-gen.c
1797
rv ? strerror(errno) : "timeout");
tools/tools/netmap/pkt-gen.c
1946
D("poll() error: %s", strerror(errno));
tools/tools/netmap/pkt-gen.c
1988
strerror(errno));
tools/tools/netmap/pkt-gen.c
2110
strerror(errno));
tools/tools/netmap/pkt-gen.c
2118
rv ? strerror(errno) : "timeout");
tools/tools/netmap/pkt-gen.c
2301
strerror(errno));
tools/tools/netmap/pkt-gen.c
2701
D("Unable to create thread %d: %s", i, strerror(errno));
tools/tools/netmap/pkt-gen.c
2908
D("failed to do a TUNSETIFF: %s", strerror(errno));
tools/tools/netmap/pkt-gen.c
3376
D("failed to block SIGINT: %s", strerror(errno));
tools/tools/netmap/pkt-gen.c
3384
D("failed to install ^C handler: %s", strerror(errno));
tools/tools/netmap/pkt-gen.c
3388
D("failed to re-enable SIGINT: %s", strerror(errno));
tools/tools/netmap/pkt-gen.c
541
D("socket() failed: %s", strerror(errno));
tools/tools/netmap/pkt-gen.c
550
D("ioctl(SIOCGIFMTU) failed: %s", strerror(errno));
tools/tools/netmap/pkt-gen.c
727
D("Unable to set affinity: %s", strerror(errno));
usr.bin/ar/util.c
52
fprintf(stderr, ": %s", strerror(code));
usr.bin/ar/util.c
73
fprintf(stderr, ": %s", strerror(code));
usr.bin/backlight/backlight.c
156
device_name, strerror(errno));
usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.c
230
strerror(sdp_error(ss)), sdp_error(ss));
usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.c
239
strerror(sdp_error(ss)), sdp_error(ss));
usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.c
308
strerror(errno));
usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.c
319
"fd=%d. %s", amaster, strerror(errno));
usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.c
329
s, n, strerror(errno));
usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.c
338
"fd=%d. %s", s, strerror(errno));
usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.c
348
fd, n, strerror(errno));
usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.c
377
syslog(LOG_ERR, "Could not openpty(). %s", strerror(errno));
usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.c
382
syslog(LOG_ERR, "Could not strdup(). %s", strerror(errno));
usr.bin/caesar/caesar.c
126
(void)fprintf(stderr, "caesar: %s\n", strerror(errno));
usr.bin/caesar/caesar.c
87
(void)fprintf(stderr, "caesar: %s\n", strerror(errno));
usr.bin/calendar/calendar.c
189
errx(1, "setenv: %s", strerror(errno));
usr.bin/chat/chat.c
1430
str = strerror(errno);
usr.bin/chpass/chpass.c
277
errx(1, "%s", strerror(EACCES));
usr.bin/dtc/input_buffer.cc
1302
fprintf(stderr, "Unable to open file '%s'. %s\n", path.c_str(), strerror(errno));
usr.bin/du/du.c
296
xo_warnx("%s: %s", p->fts_path, strerror(p->fts_errno));
usr.bin/fetch/fetch.c
1094
errx(1, "%s", strerror(ENOMEM));
usr.bin/fetch/fetch.c
1107
errx(1, "%s", strerror(ENOMEM));
usr.bin/find/find.c
202
entry->fts_path, strerror(entry->fts_errno));
usr.bin/gzip/unxz.c
124
msg = strerror(ENOMEM);
usr.bin/id/id.c
433
errx(1, "mac_prepare_type: %s", strerror(errno));
usr.bin/id/id.c
437
errx(1, "mac_get_proc: %s", strerror(errno));
usr.bin/id/id.c
441
errx(1, "mac_to_text: %s", strerror(errno));
usr.bin/kdump/kdump.c
1638
printf(" %s", strerror(ktr->ktr_error));
usr.bin/kdump/kdump.c
2174
errx(1, "%s", strerror(ENOMEM));
usr.bin/kdump/kdump.c
408
errx(1, "%s", strerror(ENOMEM));
usr.bin/kdump/kdump.c
466
errx(1, "%s", strerror(ENOMEM));
usr.bin/kdump/kdump.c
471
errx(1, "%s", strerror(errno));
usr.bin/kdump/kdump.c
569
errx(1, "%s", strerror(ENOMEM));
usr.bin/localedef/localedef.c
124
errf("%s", strerror(errno));
usr.bin/localedef/localedef.c
136
errf("%s", strerror(errno));
usr.bin/localedef/localedef.c
140
errf("%s", strerror(errno));
usr.bin/localedef/localedef.c
186
strerror(errno));
usr.bin/localedef/localedef.c
200
errf("%s", strerror(errno));
usr.bin/localedef/localedef.c
206
errf("%s", strerror(errno));
usr.bin/localedef/localedef.c
221
errf("%s", strerror(errno));
usr.bin/localedef/localedef.c
367
errf("%s", strerror(errno));
usr.bin/login/login.c
209
errx(1, "-h option: %s", strerror(EPERM));
usr.bin/look/look.c
139
errx(2, "%s: %s", file, strerror(EFBIG));
usr.bin/mkcsmapper/yacc.y
354
errx(EXIT_FAILURE, "%s: %s", #func, strerror(ret)); \
usr.bin/mkcsmapper/yacc.y
667
errx(EXIT_FAILURE, "%s\n", strerror(ret));
usr.bin/mkesdb/yacc.y
126
errx(EXIT_FAILURE, "%s: %s", #func, strerror(ret)); \
usr.bin/mkesdb/yacc.y
273
errx(EXIT_FAILURE, "%s\n", strerror(ret));
usr.bin/netstat/main.c
554
xo_errx(EX_DATAERR, "setfib: %s", strerror(errno));
usr.bin/patch/mkpath.c
70
warnx("%s: %s", path, strerror(ENOTDIR));
usr.bin/patch/util.c
261
fprintf(stderr, ": %s\n", strerror(errnum));
usr.bin/patch/util.c
75
strerror(errno));
usr.bin/patch/util.c
85
to, from, strerror(errno));
usr.bin/perror/perror.c
66
if ((errstr = strerror(errnum)) == NULL)
usr.bin/pr/pr.c
1309
strerror(errno));
usr.bin/pr/pr.c
1333
strerror(errno));
usr.bin/pr/pr.c
1346
argv[eoptind], strerror(errno));
usr.bin/pr/pr.c
1364
strerror(errno));
usr.bin/pr/pr.c
1375
argv[eoptind], strerror(errno));
usr.bin/pr/pr.c
1569
(void)fprintf(err, "pr: write failure, %s\n", strerror(errno));
usr.bin/printf/printf.c
366
warnx("%s", strerror(ENOMEM));
usr.bin/printf/printf.c
445
warnx("%s", strerror(ENOMEM));
usr.bin/printf/printf.c
562
warnx("%s: %s", *gargv, strerror(ERANGE));
usr.bin/printf/printf.c
601
warnx("%s: %s", *gargv, strerror(ERANGE));
usr.bin/printf/printf.c
636
warnx("%s: %s", *gargv, strerror(ERANGE));
usr.bin/sed/process.c
576
errx(1, "%s: %s", outfname, strerror(errno ? errno : EIO));
usr.bin/sed/process.c
657
errx(1, "%s: %s", outfname, strerror(errno ? errno : EIO));
usr.bin/sockstat/main.c
1829
"jail_get: %s", strerror(errno));
usr.bin/su/su.c
210
syslog(LOG_AUTH | LOG_ERR, "getauid: %s", strerror(errno));
usr.bin/systat/fetch.c
64
strerror(errno));
usr.bin/systat/vmstat.c
204
strerror(errno));
usr.bin/systat/vmstat.c
778
error("Can't get kernel info: %s\n", strerror(errno));
usr.bin/talk/io.c
155
string, strerror(errno), errno);
usr.bin/top/commands.c
281
msg = err == 0 ? "Not a number" : strerror(err);
usr.bin/top/commands.c
365
errp->errnum == 0 ? "Not a number" : strerror(errp->errnum));
usr.bin/top/machine.c
1284
strerror(errno));
usr.bin/truss/syscalls.c
2861
strerror(error));
usr.bin/wall/ttymsg.c
128
"fork: %s", strerror(errno));
usr.bin/wall/ttymsg.c
155
"%s: %s", device, strerror(errno));
usr.bin/wall/ttymsg.c
89
strerror(errno));
usr.sbin/arp/arp_netlink.c
377
xo_warnx("delete %s: %s (%s)", host, strerror(e.error), e.error_str);
usr.sbin/arp/arp_netlink.c
379
xo_warnx("delete %s: %s", host, strerror(e.error));
usr.sbin/arp/arp_netlink.c
443
xo_warnx("set: %s: %s (%s)", host, strerror(e.error), e.error_str);
usr.sbin/arp/arp_netlink.c
445
xo_warnx("set %s: %s", host, strerror(e.error));
usr.sbin/autofs/autounmountd.c
165
mountpoint, fsid_str, strerror(errno));
usr.sbin/autofs/log.c
124
errstr = strerror(log_errno);
usr.sbin/bhyve/bhyverun.c
490
cpu, dom, strerror(errno));
usr.sbin/bhyve/bhyverun.c
507
cpu, 0, strerror(errno));
usr.sbin/bhyve/bhyverun.c
890
strerror(errno));
usr.sbin/bhyve/bhyverun.c
899
strerror(errno));
usr.sbin/bhyve/bhyverun.c
913
strerror(errno));
usr.sbin/bhyve/bhyverun.c
959
strerror(errno));
usr.sbin/bhyve/block_if.c
692
strerror(errno));
usr.sbin/bhyve/bootrom.c
227
romfile, strerror(errno));
usr.sbin/bhyve/bootrom.c
233
strerror(errno));
usr.sbin/bhyve/bootrom.c
245
"\"%s\": %s", varfile, strerror(errno));
usr.sbin/bhyve/bootrom.c
252
varfile, strerror(errno));
usr.sbin/bhyve/net_backend_netmap.c
137
devname, strerror(errno));
usr.sbin/bhyve/net_backend_slirp.c
123
strerror(error));
usr.sbin/bhyve/net_backend_slirp.c
203
strerror(errno));
usr.sbin/bhyve/pci_nvme.c
2346
DPRINTF("%s error %d %s", __func__, err, strerror(err));
usr.sbin/bhyve/pci_nvme.c
3254
strerror(errno));
usr.sbin/bhyve/pci_passthru.c
1330
strerror(errno));
usr.sbin/bhyve/pci_passthru.c
1338
strerror(errno));
usr.sbin/bhyve/pci_passthru.c
925
EPRINTLN("ioctl(PCIOCGETCONF): %s", strerror(errno));
usr.sbin/bhyve/pci_passthru.c
995
EPRINTLN("vm_assign_pptdev: %s", strerror(errno));
usr.sbin/bhyve/pci_virtio_9p.c
267
strerror(errno));
usr.sbin/bhyve/pci_virtio_console.c
748
name, strerror(errno));
usr.sbin/bhyve/pci_virtio_scsi.c
1055
WPRINTF("cannot open %s: %s", devname, strerror(errno));
usr.sbin/bhyve/pci_virtio_scsi.c
530
errno, strerror(errno));
usr.sbin/bhyve/pci_virtio_scsi.c
589
WPRINTF("CTL_IO: err=%d (%s)", errno, strerror(errno));
usr.sbin/bhyve/pci_virtio_scsi.c
625
EPRINTLN("failed to allocate request: %s", strerror(errno));
usr.sbin/bhyve/pci_virtio_scsi.c
872
WPRINTF("CTL_IO: err=%d (%s)", errno, strerror(errno));
usr.sbin/bhyve/slirp/slirp-helper.c
393
strerror(error));
usr.sbin/bhyve/slirp/slirp-helper.c
399
strerror(errno));
usr.sbin/bhyve/snapshot.c
1370
EPRINTLN("nvlist_recv() failed: %s", strerror(errno));
usr.sbin/bhyve/snapshot.c
1417
EPRINTLN("Socket creation failed: %s", strerror(errno));
usr.sbin/bhyve/snapshot.c
1431
addr.sun_path, strerror(errno));
usr.sbin/bhyve/snapshot.c
1437
EPRINTLN("ipc socket listen: %s\n", strerror(errno));
usr.sbin/bhyve/snapshot.c
164
EPRINTLN("Failed to allocate memory: %s", strerror(errno));
usr.sbin/bhyvectl/bhyvectl.c
407
vmname, strerror(errno));
usr.sbin/binmiscctl/binmiscctl.c
416
KMOD_NAME, strerror(errno));
usr.sbin/binmiscctl/binmiscctl.c
480
strerror(errno));
usr.sbin/binmiscctl/binmiscctl.c
512
fatal("Fatal: %s", strerror(errno));
usr.sbin/bluetooth/bcmfw/bcmfw.c
128
path, strerror(errno), errno);
usr.sbin/bluetooth/bcmfw/bcmfw.c
135
strerror(errno), errno);
usr.sbin/bluetooth/bcmfw/bcmfw.c
168
buf, strerror(errno), errno);
usr.sbin/bluetooth/bcmfw/bcmfw.c
176
buf, strerror(errno), errno);
usr.sbin/bluetooth/bcmfw/bcmfw.c
186
md, strerror(errno), errno);
usr.sbin/bluetooth/bcmfw/bcmfw.c
194
md, strerror(errno), errno);
usr.sbin/bluetooth/bcmfw/bcmfw.c
203
name, BCMFW_BULK_EP, strerror(errno),
usr.sbin/bluetooth/bcmfw/bcmfw.c
220
name, BCMFW_BULK_EP, strerror(errno), errno);
usr.sbin/bluetooth/bcmfw/bcmfw.c
226
name, BCMFW_INTR_EP, strerror(errno), errno);
usr.sbin/bluetooth/bcmfw/bcmfw.c
241
fw, strerror(errno), errno);
usr.sbin/bluetooth/bcmfw/bcmfw.c
249
fw, strerror(errno), errno);
usr.sbin/bluetooth/bcmfw/bcmfw.c
258
name, BCMFW_BULK_EP, strerror(errno),
usr.sbin/bluetooth/bcmfw/bcmfw.c
269
name, BCMFW_INTR_EP, strerror(errno), errno);
usr.sbin/bluetooth/bthidcontrol/bthidcontrol.c
158
cmd, strerror(errno));
usr.sbin/bluetooth/bthidcontrol/sdp.c
483
strerror(e), e);
usr.sbin/bluetooth/bthidd/bthidd.c
130
strerror(errno), errno);
usr.sbin/bluetooth/bthidd/bthidd.c
142
strerror(errno), errno);
usr.sbin/bluetooth/bthidd/bthidd.c
149
strerror(errno), errno);
usr.sbin/bluetooth/bthidd/bthidd.c
157
strerror(errno), errno);
usr.sbin/bluetooth/bthidd/bthidd.c
196
file, strerror(errno), errno);
usr.sbin/bluetooth/bthidd/bthidd.c
217
file, strerror(errno), errno);
usr.sbin/bluetooth/bthidd/client.c
140
bt_ntoa(&s->bdaddr, NULL), strerror(errno), errno);
usr.sbin/bluetooth/bthidd/client.c
149
bt_ntoa(&s->bdaddr, NULL), strerror(error), error);
usr.sbin/bluetooth/bthidd/client.c
166
strerror(errno), errno);
usr.sbin/bluetooth/bthidd/client.c
99
bt_ntoa(&s->bdaddr, NULL), strerror(errno), errno);
usr.sbin/bluetooth/bthidd/hid.c
555
strerror(errno), errno);
usr.sbin/bluetooth/bthidd/hid.c
566
strerror(errno), errno);
usr.sbin/bluetooth/bthidd/hid.c
573
strerror(errno), errno);
usr.sbin/bluetooth/bthidd/parser.y
291
config_file, strerror(errno), errno);
usr.sbin/bluetooth/bthidd/parser.y
506
hids_file, strerror(errno), errno);
usr.sbin/bluetooth/bthidd/parser.y
546
path, strerror(errno), errno);
usr.sbin/bluetooth/bthidd/parser.y
558
"%s (%d)" EOL, path, hids_file, strerror(errno), errno);
usr.sbin/bluetooth/bthidd/server.c
102
"%s (%d)", strerror(errno), errno);
usr.sbin/bluetooth/bthidd/server.c
110
"%s (%d)", strerror(errno), errno);
usr.sbin/bluetooth/bthidd/server.c
120
"%s (%d)", strerror(errno), errno);
usr.sbin/bluetooth/bthidd/server.c
130
"%s (%d)", strerror(errno), errno);
usr.sbin/bluetooth/bthidd/server.c
139
"%s (%d)", strerror(errno), errno);
usr.sbin/bluetooth/bthidd/server.c
198
srv->maxfd + 1, &rfdset, &wfdset, strerror(errno), errno);
usr.sbin/bluetooth/bthidd/server.c
239
strerror(errno), errno);
usr.sbin/bluetooth/bthidd/server.c
339
strerror(errno), errno);
usr.sbin/bluetooth/bthidd/server.c
80
strerror(errno), errno);
usr.sbin/bluetooth/bthidd/server.c
88
"%s (%d)", strerror(errno), errno);
usr.sbin/bluetooth/bthidd/session.c
113
strerror(errno), errno);
usr.sbin/bluetooth/bthidd/session.c
134
NULL), strerror(errno), errno);
usr.sbin/bluetooth/bthidd/session.c
143
NULL), strerror(errno), errno);
usr.sbin/bluetooth/btpand/client.c
195
log_err("%s: %s", service_name, strerror(sdp_error(ss)));
usr.sbin/bluetooth/hccontrol/hccontrol.c
247
cmd, strerror(errno));
usr.sbin/bluetooth/hcsecd/hcsecd.c
146
HCSECD_PIDFILE, strerror(errno), errno);
usr.sbin/bluetooth/hcsecd/hcsecd.c
164
"%s (%d)", strerror(errno), errno);
usr.sbin/bluetooth/hcsecd/hcsecd.c
200
HCSECD_PIDFILE, strerror(errno), errno);
usr.sbin/bluetooth/hcsecd/hcsecd.c
316
strerror(errno), errno);
usr.sbin/bluetooth/hcsecd/hcsecd.c
374
strerror(errno), errno);
usr.sbin/bluetooth/hcsecd/parser.y
209
config_file, strerror(errno), errno);
usr.sbin/bluetooth/hcsecd/parser.y
305
HCSECD_KEYSFILE, strerror(errno), errno);
usr.sbin/bluetooth/hcsecd/parser.y
363
tmp, strerror(errno), errno);
usr.sbin/bluetooth/hcsecd/parser.y
381
"%s (%d)\n", strerror(errno), errno);
usr.sbin/bluetooth/hcsecd/parser.y
390
tmp, HCSECD_KEYSFILE, strerror(errno), errno);
usr.sbin/bluetooth/l2control/l2control.c
164
cmd, strerror(errno));
usr.sbin/bluetooth/l2ping/l2ping.c
226
((fail == 0)? "" : strerror(errno)));
usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c
172
strerror(errno), errno);
usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c
179
strerror(errno), errno);
usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c
194
strerror(errno), errno);
usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c
200
strerror(errno), errno);
usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c
206
strerror(errno), errno);
usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c
215
strerror(errno), errno);
usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c
229
strerror(errno), errno);
usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c
235
strerror(errno), errno);
usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c
247
"%s (%d)", strerror(sdp_error(ss)),
usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c
260
strerror(sdp_error(ss)), sdp_error(ss));
usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c
283
"%s (%d)", strerror(sdp_error(ss)),
usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c
319
"%s (%d)", strerror(sdp_error(ss)),
usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c
331
"on socket. %s (%d)", strerror(errno),
usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c
339
strerror(errno), errno);
usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c
379
strerror(errno), errno);
usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c
390
strerror(errno), errno);
usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c
415
strerror(errno), errno);
usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c
422
strerror(errno), errno);
usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c
440
strerror(errno), errno);
usr.sbin/bluetooth/sdpcontrol/sdpcontrol.c
161
cmd, strerror(sdp_error(xs)));
usr.sbin/bluetooth/sdpd/main.c
105
strerror(errno), errno);
usr.sbin/bluetooth/sdpd/main.c
117
strerror(errno), errno);
usr.sbin/bluetooth/sdpd/main.c
124
strerror(errno), errno);
usr.sbin/bluetooth/sdpd/main.c
195
group, strerror(errno), errno);
usr.sbin/bluetooth/sdpd/main.c
201
user, strerror(errno), errno);
usr.sbin/bluetooth/sdpd/server.c
101
strerror(errno), errno);
usr.sbin/bluetooth/sdpd/server.c
108
"%s (%d)", strerror(errno), errno);
usr.sbin/bluetooth/sdpd/server.c
115
strerror(errno), errno);
usr.sbin/bluetooth/sdpd/server.c
124
strerror(errno), errno);
usr.sbin/bluetooth/sdpd/server.c
132
strerror(errno), errno);
usr.sbin/bluetooth/sdpd/server.c
146
strerror(errno), errno);
usr.sbin/bluetooth/sdpd/server.c
154
strerror(errno), errno);
usr.sbin/bluetooth/sdpd/server.c
264
srv->maxfd + 1, &fdset, strerror(errno), errno);
usr.sbin/bluetooth/sdpd/server.c
306
strerror(errno), errno);
usr.sbin/bluetooth/sdpd/server.c
320
strerror(errno), errno);
usr.sbin/bluetooth/sdpd/server.c
329
strerror(errno), errno);
usr.sbin/bluetooth/sdpd/server.c
355
strerror(errno), errno);
usr.sbin/bluetooth/sdpd/server.c
426
strerror(errno), errno);
usr.sbin/bluetooth/sdpd/server.c
83
control, strerror(errno), errno);
usr.sbin/bluetooth/sdpd/server.c
90
strerror(errno), errno);
usr.sbin/bsdinstall/distextract/distextract.c
129
chrootdir, strerror(errno));
usr.sbin/bsdinstall/distfetch/distfetch.c
189
urls[i], strerror(errno));
usr.sbin/bsdinstall/distfetch/distfetch.c
232
urls[i], strerror(errno));
usr.sbin/bsdinstall/distfetch/distfetch.c
89
getenv("BSDINSTALL_DISTDIR"), strerror(errno));
usr.sbin/bsdinstall/partedit/gpart_ops.c
1194
strerror(errno));
usr.sbin/bsdinstall/partedit/gpart_ops.c
439
bsddialog_msgbox(&conf, strerror(errno), 0, 0);
usr.sbin/bsdinstall/partedit/gpart_ops.c
66
explanation, strerror(error), errmsg);
usr.sbin/bsdinstall/partedit/gpart_ops.c
69
strerror(error));
usr.sbin/bsdinstall/partedit/partedit.c
441
getenv("PATH_FSTAB"), strerror(errno));
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_addrs.c
279
strerror(errno));
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_if.c
226
strerror(errno));
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_if.c
360
"gettimeofday failed: %s", strerror(errno));
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_port.c
266
strerror(errno));
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_snmp.c
267
strerror(errno));
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_sys.c
1009
strerror(errno));
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_sys.c
1042
strerror(errno));
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_sys.c
1072
"realloc failed: %s", strerror(errno));
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_sys.c
1083
"(BRDGGIFS) failed: %s", strerror(errno));
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_sys.c
1122
"realloc failed: %s", strerror(errno));
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_sys.c
1133
"(BRDGGIFSSTP) failed: %s", strerror(errno));
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_sys.c
1331
" realloc failed: %s", strerror(errno));
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_sys.c
1342
"ioctl(BRDGRTS) failed: %s", strerror(errno));
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_sys.c
147
strerror(errno));
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_sys.c
1484
strerror(errno));
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_sys.c
157
strerror(errno));
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_sys.c
168
strerror(errno));
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_sys.c
177
strerror(errno));
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_sys.c
186
strerror(errno));
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_sys.c
195
strerror(errno));
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_sys.c
204
"failed: %s", strerror(errno));
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_sys.c
233
strerror(errno));
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_sys.c
293
"failed: %s", strerror(errno));
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_sys.c
336
"failed: %s", strerror(errno));
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_sys.c
358
"failed: %s", strerror(errno));
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_sys.c
380
"failed: %s", strerror(errno));
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_sys.c
402
"failed: %s", strerror(errno));
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_sys.c
424
"failed: %s", strerror(errno));
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_sys.c
449
"failed: %s", strerror(errno));
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_sys.c
471
"failed: %s", strerror(errno));
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_sys.c
492
"failed: %s", strerror(errno));
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_sys.c
506
"failed: %s", strerror(errno));
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_sys.c
524
"failed: %s", strerror(errno));
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_sys.c
539
"failed: %s", strerror(errno));
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_sys.c
557
"failed: %s", strerror(errno));
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_sys.c
578
strerror(errno));
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_sys.c
69
syslog(LOG_ERR, "cannot open socket : %s", strerror(errno));
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_sys.c
759
"failed: %s", bp->p_name, strerror(errno));
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_sys.c
789
"failed: %s", bp->p_name, strerror(errno));
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_sys.c
801
"failed: %s", bp->p_name, strerror(errno));
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_sys.c
833
"failed: %s", bp->p_name, strerror(errno));
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_sys.c
864
"failed: %s", bp->p_name, strerror(errno));
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_sys.c
885
"failed: %s", bp->p_name, strerror(errno));
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_sys.c
915
"failed: %s", bp->p_name, strerror(errno));
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_sys.c
928
"failed: %s", bp->p_name, strerror(errno));
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_sys.c
959
"failed: %s", bp->p_name, strerror(errno));
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_sys.c
973
"failed: %s", bp->p_name, strerror(errno));
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_diskstorage_tbl.c
226
HRDBG("OPEN device %s failed: %s", dev_path, strerror(errno));
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_diskstorage_tbl.c
232
dev_path, strerror(errno));
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_printer_tbl.c
171
syslog(LOG_ERR, "cannot open status file: %s", strerror(errno));
usr.sbin/bsnmpd/modules/snmp_pf/pf_snmp.c
1169
numifs, strerror(errno));
usr.sbin/bsnmpd/modules/snmp_pf/pf_snmp.c
1177
strerror(errno));
usr.sbin/bsnmpd/modules/snmp_pf/pf_snmp.c
1234
strerror(errno));
usr.sbin/bsnmpd/modules/snmp_pf/pf_snmp.c
1246
strerror(errno));
usr.sbin/bsnmpd/modules/snmp_pf/pf_snmp.c
1255
strerror(errno));
usr.sbin/bsnmpd/modules/snmp_pf/pf_snmp.c
1334
strerror(errno));
usr.sbin/bsnmpd/modules/snmp_pf/pf_snmp.c
1370
strerror(errno));
usr.sbin/bsnmpd/modules/snmp_pf/pf_snmp.c
1378
pt->pfrt_name, strerror(errno));
usr.sbin/bsnmpd/modules/snmp_pf/pf_snmp.c
1399
strerror(errno));
usr.sbin/bsnmpd/modules/snmp_pf/pf_snmp.c
1434
strerror(errno));
usr.sbin/bsnmpd/modules/snmp_pf/pf_snmp.c
1443
strerror(errno));
usr.sbin/bsnmpd/modules/snmp_pf/pf_snmp.c
1498
strerror(errno));
usr.sbin/bsnmpd/modules/snmp_pf/pf_snmp.c
1506
" %s", strerror(errno));
usr.sbin/bsnmpd/modules/snmp_pf/pf_snmp.c
1551
strerror(errno));
usr.sbin/bsnmpd/modules/snmp_pf/pf_snmp.c
1559
" %s", strerror(errno));
usr.sbin/bsnmpd/modules/snmp_pf/pf_snmp.c
1630
strerror(errno));
usr.sbin/bsnmpd/modules/snmp_pf/pf_snmp.c
1647
strerror(errno));
usr.sbin/bsnmpd/modules/snmp_pf/pf_snmp.c
344
strerror(errno));
usr.sbin/bsnmpd/modules/snmp_pf/pf_snmp.c
434
strerror(errno));
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_snmp.c
4439
strerror(errno));
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_sys.c
140
strerror(errno));
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_sys.c
182
req_type, strerror(errno));
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_sys.c
2238
wif->wname, strerror(errno));
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_sys.c
2382
strerror(errno));
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_sys.c
2510
strerror(errno));
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_sys.c
252
"failed: %s", wif->wname, strerror(errno));
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_sys.c
276
strerror(errno));
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_sys.c
2824
strerror(errno));
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_sys.c
293
strerror(errno));
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_sys.c
781
"failed: %s", strerror(errno));
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_sys.c
801
"failed: %s", strerror(errno));
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_sys.c
97
syslog(LOG_ERR, "cannot open socket : %s", strerror(errno));
usr.sbin/bsnmpd/tools/bsnmptools/bsnmpget.c
971
syslog(LOG_ERR, "malloc() failed - %s", strerror(errno));
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmpimport.c
637
syslog(LOG_ERR, "malloc() failed: %s", strerror(errno));
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmpimport.c
765
syslog(LOG_ERR, "calloc() failed: %s", strerror(errno));
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmpimport.c
770
syslog(LOG_ERR, "strdup() failed: %s", strerror(errno));
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmpmap.c
251
syslog(LOG_ERR, "malloc() failed: %s", strerror(errno));
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmpmap.c
269
syslog(LOG_ERR, "calloc() failed: %s", strerror(errno));
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmpmap.c
274
syslog(LOG_ERR, "strdup() failed: %s", strerror(errno));
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmpmap.c
479
syslog(LOG_ERR, "malloc() failed: %s", strerror(errno));
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmpmap.c
553
syslog(LOG_ERR, "malloc() failed: %s", strerror(errno));
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmpmap.c
558
syslog(LOG_ERR, "malloc() failed: %s", strerror(errno));
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmpmap.c
57
syslog(LOG_ERR, "malloc() failed: %s", strerror(errno));
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmptc.c
1099
syslog(LOG_ERR, "malloc failed: %s", strerror(errno));
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmptc.c
1288
syslog(LOG_ERR, "malloc failed: %s", strerror(errno));
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmptc.c
168
syslog(LOG_ERR, "malloc failed - %s", strerror(errno));
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmptc.c
269
syslog(LOG_ERR, "malloc failed: %s", strerror(errno));
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmptc.c
680
syslog(LOG_ERR, "malloc failed: %s", strerror(errno));
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmptc.c
825
syslog(LOG_ERR, "malloc failed: %s", strerror(errno));
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmptc.c
988
syslog(LOG_ERR, "malloc failed: %s", strerror(errno));
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmptools.c
1350
syslog(LOG_ERR, "malloc() failed: %s", strerror(errno));
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmptools.c
1657
syslog(LOG_ERR, "malloc failed - %s", strerror(errno));
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmptools.c
2002
fprintf(stdout, "calloc: %s", strerror(errno));
usr.sbin/chown/chown.c
181
warnx("%s: %s", p->fts_path, strerror(p->fts_errno));
usr.sbin/chown/chown.c
186
warnx("%s: %s", p->fts_path, strerror(p->fts_errno));
usr.sbin/cron/cron/cron.c
87
strerror(errno));
usr.sbin/crunch/crunchide/exec_elf32.c
106
rv == -1 ? strerror(errno) : "short read");
usr.sbin/crunch/crunchide/exec_elf32.c
123
rv == -1 ? strerror(errno) : "short write");
usr.sbin/ctladm/ctladm.c
4477
argv[0], device, strerror(errno));
usr.sbin/daemon/daemon.c
473
strerror((int)event.data));
usr.sbin/i2c/i2c.c
104
strerror(errno));
usr.sbin/i2c/i2c.c
116
strerror(errno));
usr.sbin/i2c/i2c.c
128
strerror(errno));
usr.sbin/i2c/i2c.c
140
strerror(errno));
usr.sbin/i2c/i2c.c
154
strerror(errno));
usr.sbin/i2c/i2c.c
673
devbuf, strerror(errno));
usr.sbin/i2c/i2c.c
882
dev, strerror(errno));
usr.sbin/i2c/i2c.c
92
strerror(errno));
usr.sbin/inetd/inetd.c
408
syslog(LOG_ERR, "%s", strerror(errno));
usr.sbin/inetd/inetd.c
497
syslog(LOG_WARNING, "madvise() failed: %s", strerror(errno));
usr.sbin/iscsid/iscsid.c
277
fail(&conn->conn, strerror(errno));
usr.sbin/iscsid/iscsid.c
299
fail(&conn->conn, strerror(errno));
usr.sbin/iscsid/iscsid.c
384
fail(&conn->conn, strerror(errno));
usr.sbin/iscsid/iscsid.c
392
fail(&conn->conn, strerror(errno));
usr.sbin/jail/command.c
1041
strerror(errno));
usr.sbin/jail/command.c
1056
strerror(errno));
usr.sbin/jail/command.c
1061
strerror(errno));
usr.sbin/jail/command.c
317
strerror(errno));
usr.sbin/jail/command.c
706
jail_warnx(j, "open %s: %s", conslog, strerror(errno));
usr.sbin/jail/command.c
753
jail_warnx(j, "chdir %s: %s", path, strerror(errno));
usr.sbin/jail/command.c
758
jail_warnx(j, "setfib: %s", strerror(errno));
usr.sbin/jail/command.c
775
jail_warnx(j, "jail_attach: %s", strerror(errno));
usr.sbin/jail/command.c
792
strerror(errno));
usr.sbin/jail/command.c
799
strerror(errno));
usr.sbin/jail/command.c
809
pwd->pw_dir, strerror(errno));
usr.sbin/jail/command.c
824
jail_warnx(j, "exec.consolelog: %s", strerror(errno));
usr.sbin/jail/command.c
829
jail_warnx(j, "exec %s: %s", argv[0], strerror(errno));
usr.sbin/jail/command.c
981
username ? username : "", strerror(errno));
usr.sbin/jail/command.c
991
strerror(errno));
usr.sbin/jail/command.c
997
strerror(errno));
usr.sbin/jail/config.c
729
s->s, strerror(errno));
usr.sbin/jail/jail.c
686
jail_warnx(j, "path %s: %s", path, strerror(errno));
usr.sbin/jail/jail.c
690
jail_warnx(j, "path %s: %s", path, strerror(ENOTDIR));
usr.sbin/jail/jail.c
750
jid < 0 ? strerror(errno) : "");
usr.sbin/jail/jail.c
944
printf(": %s", strerror(errno));
usr.sbin/lpr/common_source/common.c
443
strerror(errsav));
usr.sbin/lpr/common_source/common.c
446
printf("\tcannot %s: %s\n", failmsg, strerror(errsav));
usr.sbin/lpr/common_source/ctlinfo.c
283
ptrname, cfname, strerror(errno));
usr.sbin/lpr/common_source/ctlinfo.c
454
cfname2, strerror(errno));
usr.sbin/lpr/common_source/ctlinfo.c
489
strerror(errno));
usr.sbin/lpr/common_source/ctlinfo.c
497
strerror(errno));
usr.sbin/lpr/common_source/ctlinfo.c
688
strerror(errno));
usr.sbin/lpr/common_source/ctlinfo.c
698
strerror(errno));
usr.sbin/lpr/common_source/ctlinfo.c
884
strerror(errno));
usr.sbin/lpr/common_source/displayq.c
118
strerror(errno));
usr.sbin/lpr/common_source/printcap.c
302
return strerror(errno);
usr.sbin/lpr/common_source/rmjob.c
155
fatal(pp, "%s: %s", slockf, strerror(errno));
usr.sbin/lpr/lpc/cmds.c
333
printf("\t %s\n", strerror(errsav));
usr.sbin/lpr/lpc/cmds.c
340
strerror(errsav));
usr.sbin/lpr/lpc/cmds.c
372
printf("\tcannot create status file: %s\n", strerror(errno));
usr.sbin/lpr/lpc/cmds.c
788
printf("\t %s\n", strerror(errno));
usr.sbin/lpr/lpc/cmds.c
812
printf("\t %s\n", strerror(errno));
usr.sbin/lpr/lpd/recvjob.c
115
strerror(errno));
usr.sbin/lpr/lpd/recvjob.c
124
strerror(errno));
usr.sbin/lpr/lpd/recvjob.c
327
pp->printer, f0, file + 1, strerror(errno));
usr.sbin/mailwrapper/mailwrapper.c
126
mailerconf, strerror(serrno));
usr.sbin/makefs/msdos/msdosfs_vnops.c
463
fprintf(stderr, "open %s: %s\n", path, strerror(error));
usr.sbin/makefs/msdos/msdosfs_vnops.c
471
strerror(error));
usr.sbin/mfiutil/mfi_flash.c
190
printf("failed:\n\t%s\n", strerror(error));
usr.sbin/mountd/mountd.c
3910
path, strerror(errno));
usr.sbin/mountd/mountd.c
3968
strerror(errno));
usr.sbin/moused/moused/moused.c
1267
strlcat(buf, strerror(errnum), sizeof(buf));
usr.sbin/moused/msconvd/msconvd.c
773
strlcat(buf, strerror(errnum), sizeof(buf));
usr.sbin/ndp/ndp_netlink.c
443
xo_warnx("delete %s: %s (%s)", host, strerror(e.error), e.error_str);
usr.sbin/ndp/ndp_netlink.c
445
xo_warnx("delete %s: %s", host, strerror(e.error));
usr.sbin/ndp/ndp_netlink.c
516
xo_warnx("set: %s: %s (%s)", host, strerror(e.error), e.error_str);
usr.sbin/ndp/ndp_netlink.c
518
xo_warnx("set %s: %s", host, strerror(e.error));
usr.sbin/nscd/nscd.c
758
strerror(errno));
usr.sbin/pmc/cmd_pmc_filter.cc
214
errx(EX_OSERR, "ERROR: Cannot allocate pmclog parse state: %s\n", strerror(errno));
usr.sbin/pmc/cmd_pmc_filter.cc
232
errx(EX_OSERR, "ERROR: Cannot allocate pmclog parse state: %s\n", strerror(errno));
usr.sbin/pmc/cmd_pmc_filter.cc
246
errx(EX_OSERR, "ERROR: Cannot allocate pmclog parse state: %s\n", strerror(errno));
usr.sbin/pmc/cmd_pmc_filter.cc
350
strerror(errno));
usr.sbin/pmc/cmd_pmc_filter.cc
354
strerror(errno));
usr.sbin/pmc/cmd_pmc_summary.cc
104
strerror(errno));
usr.sbin/pmc/cmd_pmc_summary.cc
212
strerror(errno));
usr.sbin/ppp/arp.c
118
strerror(errno));
usr.sbin/ppp/arp.c
138
add ? "Add" : "Delete", inet_ntoa(addr), strerror(errno));
usr.sbin/ppp/arp.c
194
strerror(errno));
usr.sbin/ppp/arp.c
213
strerror(errno));
usr.sbin/ppp/arp.c
248
strerror(errno));
usr.sbin/ppp/bundle.c
1430
log_Printf(LogERROR, "Failed recvmsg: %s\n", strerror(errno));
usr.sbin/ppp/bundle.c
1483
log_Printf(LogERROR, "Failed write: %s\n", strerror(errno));
usr.sbin/ppp/bundle.c
1496
log_Printf(LogERROR, "Failed write: %s\n", strerror(errno));
usr.sbin/ppp/bundle.c
1606
strerror(errno));
usr.sbin/ppp/bundle.c
1609
strerror(errno));
usr.sbin/ppp/bundle.c
1617
sun->sun_path, strerror(errno));
usr.sbin/ppp/bundle.c
1635
sun->sun_path, strerror(errno));
usr.sbin/ppp/bundle.c
1642
sun->sun_path, strerror(errno));
usr.sbin/ppp/bundle.c
1737
log_Printf(LogERROR, "pipe: %s\n", strerror(errno));
usr.sbin/ppp/bundle.c
1742
log_Printf(LogERROR, "fork: %s\n", strerror(errno));
usr.sbin/ppp/bundle.c
1751
log_Printf(LogERROR, "pipe(2): %s\n", strerror(errno));
usr.sbin/ppp/bundle.c
1756
log_Printf(LogERROR, "fork(2): %s\n", strerror(errno));
usr.sbin/ppp/bundle.c
569
log_Printf(LogWARN, "%s: read: %s\n", bundle->dev.Name, strerror(errno));
usr.sbin/ppp/bundle.c
681
pidfile, strerror(errno));
usr.sbin/ppp/bundle.c
752
strerror(err));
usr.sbin/ppp/bundle.c
754
log_Printf(LogWARN, "%s%d: %s\n", prefix, unit, strerror(err));
usr.sbin/ppp/bundle.c
777
strerror(errno));
usr.sbin/ppp/bundle.c
785
strerror(errno));
usr.sbin/ppp/bundle.c
793
strerror(errno));
usr.sbin/ppp/bundle.c
848
log_Printf(LogALERT, "Cannot create data link: %s\n", strerror(errno));
usr.sbin/ppp/chap.c
269
log_Printf(LogERROR, "Chap: pipe: %s\n", strerror(errno));
usr.sbin/ppp/chap.c
274
log_Printf(LogERROR, "Chap: pipe: %s\n", strerror(errno));
usr.sbin/ppp/chap.c
283
log_Printf(LogERROR, "Chap: fork: %s\n", strerror(errno));
usr.sbin/ppp/chap.c
311
_PATH_DEVNULL, strerror(errno));
usr.sbin/ppp/chap.c
322
printf("exec() of %s failed: %s\n", nargv[0], strerror(errno));
usr.sbin/ppp/chap.c
355
log_Printf(LogERROR, "Chap: wait: %s\n", strerror(errno));
usr.sbin/ppp/chap.c
430
log_Printf(LogERROR, "Chap: Read: %s\n", strerror(errno));
usr.sbin/ppp/chat.c
529
log_Printf(LogWARN, "chat_Write: %s\n", strerror(errno));
usr.sbin/ppp/chat.c
731
strerror(errno));
usr.sbin/ppp/chat.c
754
fprintf(stderr, "execvp: %s: %s\n", argv[0], strerror(errno));
usr.sbin/ppp/command.c
2223
log_Printf(LogWARN, "%s: %s\n", argp, strerror(errno));
usr.sbin/ppp/command.c
663
_PATH_DEVNULL, strerror(errno));
usr.sbin/ppp/command.c
690
log_Printf(LogERROR, "%ld: daemon: %s\n", (long)p, strerror(errno));
usr.sbin/ppp/command.c
705
strerror(errno));
usr.sbin/ppp/command.c
710
log_Printf(LogERROR, "Fork failed: %s\n", strerror(errno));
usr.sbin/ppp/ether.c
512
strerror(errno));
usr.sbin/ppp/ether.c
527
path, strerror(errno));
usr.sbin/ppp/ether.c
535
strerror(errno));
usr.sbin/ppp/ether.c
595
etherid, strerror(errno));
usr.sbin/ppp/ether.c
617
"nodes: %s\n", strerror(errno));
usr.sbin/ppp/ether.c
635
connectpath, strerror(errno));
usr.sbin/ppp/ether.c
651
connectpath, strerror(errno));
usr.sbin/ppp/ether.c
705
p->link.name, strerror(errno));
usr.sbin/ppp/exec.c
252
p->link.name, strerror(errno));
usr.sbin/ppp/exec.c
262
strerror(errno));
usr.sbin/ppp/exec.c
279
strerror(errno));
usr.sbin/ppp/exec.c
287
strerror(errno));
usr.sbin/ppp/exec.c
311
strerror(errno));
usr.sbin/ppp/exec.c
340
printf("execvp failed: %s: %s\r\n", *argv, strerror(child_status));
usr.sbin/ppp/exec.c
355
strerror(errno));
usr.sbin/ppp/exec.c
371
strerror(ret));
usr.sbin/ppp/exec.c
387
p->link.name, strerror(errno));
usr.sbin/ppp/iface.c
112
fprintf(stderr, "iface_Create: sysctl: %s\n", strerror(err));
usr.sbin/ppp/iface.c
118
strerror(errno));
usr.sbin/ppp/iface.c
123
fprintf(stderr, "iface_Create: malloc failed: %s\n", strerror(errno));
usr.sbin/ppp/iface.c
147
fprintf(stderr, "iface_Create: malloc: %s\n", strerror(errno));
usr.sbin/ppp/iface.c
255
end, ncprange_ntoa(&addr->ifa), strerror(saved_errno));
usr.sbin/ppp/iface.c
259
end, ncprange_ntoa(&addr->ifa), dst, strerror(saved_errno));
usr.sbin/ppp/iface.c
342
end, ncprange_ntoa(&addr->ifa), strerror(saved_errno));
usr.sbin/ppp/iface.c
346
end, ncprange_ntoa(&addr->ifa), dst, strerror(saved_errno));
usr.sbin/ppp/iface.c
361
log_Printf(LogWARN, "iface name: strdup failed: %s\n", strerror(errno));
usr.sbin/ppp/iface.c
366
log_Printf(LogERROR, "iface name: socket(): %s\n", strerror(errno));
usr.sbin/ppp/iface.c
375
name, newname, strerror(errno));
usr.sbin/ppp/iface.c
397
log_Printf(LogERROR, "iface descr: sysctl failed: %s\n", strerror(errno));
usr.sbin/ppp/iface.c
408
log_Printf(LogERROR, "iface descr: malloc failed: %s\n", strerror(errno));
usr.sbin/ppp/iface.c
429
log_Printf(LogERROR, "iface descr: socket(): %s\n", strerror(errno));
usr.sbin/ppp/iface.c
440
descr, strerror(errno));
usr.sbin/ppp/iface.c
488
log_Printf(LogERROR, "iface_Clear: socket(): %s\n", strerror(errno));
usr.sbin/ppp/iface.c
519
log_Printf(LogERROR, "iface_Add: socket(): %s\n", strerror(errno));
usr.sbin/ppp/iface.c
564
log_Printf(LogERROR, "iface_inAdd: realloc: %s\n", strerror(errno));
usr.sbin/ppp/iface.c
602
log_Printf(LogERROR, "iface_Delete: socket(): %s\n", strerror(errno));
usr.sbin/ppp/iface.c
636
log_Printf(LogERROR, "iface_ChangeFlags: socket: %s\n", strerror(errno));
usr.sbin/ppp/iface.c
645
strerror(errno));
usr.sbin/ppp/iface.c
666
strerror(errno));
usr.sbin/ppp/iface.c
704
log_Printf(LogERROR, "iface_Destroy: socket(): %s\n", strerror(errno));
usr.sbin/ppp/iface.c
709
iface->name, strerror(errno));
usr.sbin/ppp/ip.c
948
l->name, nb, strerror(errno));
usr.sbin/ppp/ipcp.c
203
(unsigned long)st.st_size, _PATH_RESCONF, strerror(errno));
usr.sbin/ppp/ipcp.c
206
(unsigned long)st.st_size, _PATH_RESCONF, strerror(errno));
usr.sbin/ppp/ipcp.c
212
_PATH_RESCONF, strerror(errno));
usr.sbin/ppp/ipcp.c
277
_PATH_RESCONF, strerror(errno));
usr.sbin/ppp/ipcp.c
319
strerror(errno));
usr.sbin/ppp/ipcp.c
325
strerror(errno));
usr.sbin/ppp/ipcp.c
343
_PATH_RESCONF, strerror(errno));
usr.sbin/ppp/ipcp.c
351
strerror(errno));
usr.sbin/ppp/ipcp.c
354
strerror(errno));
usr.sbin/ppp/main.c
441
log_Printf(LogERROR, "pipe: %s\n", strerror(errno));
usr.sbin/ppp/main.c
447
log_Printf(LogERROR, "fork: %s\n", strerror(errno));
usr.sbin/ppp/main.c
594
log_Printf(LogERROR, "DoLoop: select(): %s\n", strerror(errno));
usr.sbin/ppp/mp.c
1122
log_Printf(LogERROR, "mpserver: snprintf(): %s\n", strerror(errno));
usr.sbin/ppp/mp.c
1138
log_Printf(LogERROR, "mpserver: socket(): %s\n", strerror(errno));
usr.sbin/ppp/mp.c
1154
s->socket.sun_path, strerror(errno));
usr.sbin/ppp/mp.c
1165
s->socket.sun_path, strerror(errno));
usr.sbin/ppp/mp.c
1191
strerror(errno));
usr.sbin/ppp/ncp.c
394
strerror(errno));
usr.sbin/ppp/netgraph.c
137
dev->dev.name, len + 4, strerror(errno));
usr.sbin/ppp/netgraph.c
156
dev->dev.name, path, fmt, data, strerror(errno));
usr.sbin/ppp/netgraph.c
199
dev->dev.name, strerror(errno));
usr.sbin/ppp/netgraph.c
488
strerror(errno));
usr.sbin/ppp/netgraph.c
585
p->link.name, path, strerror(errno));
usr.sbin/ppp/netgraph.c
593
p->link.name, strerror(errno));
usr.sbin/ppp/netgraph.c
641
path, nodetype, strerror(errno));
usr.sbin/ppp/netgraph.c
654
p->link.name, path, strerror(errno));
usr.sbin/ppp/netgraph.c
662
p->link.name, strerror(errno));
usr.sbin/ppp/netgraph.c
673
p->link.name, path, strerror(errno));
usr.sbin/ppp/netgraph.c
703
"nodes: %s\n", path, strerror(errno));
usr.sbin/ppp/netgraph.c
727
p->link.name, strerror(errno));
usr.sbin/ppp/physical.c
1034
strerror(errno));
usr.sbin/ppp/physical.c
367
p->link.name, fn, strerror(errno));
usr.sbin/ppp/physical.c
410
p->fd, p->out->m_len, strerror(errno));
usr.sbin/ppp/physical.c
534
strerror(errno));
usr.sbin/ppp/physical.c
977
p->link.name, fn, strerror(errno));
usr.sbin/ppp/prompt.c
253
log_Printf(LogWARN, "error writing to modem: %s\n", strerror(errno));
usr.sbin/ppp/prompt.c
293
log_Printf(LogWARN, "error writing to modem: %s\n", strerror(errno));
usr.sbin/ppp/radius.c
1023
log_Printf(LogERROR, "rad_put: gethostname(): %s\n", strerror(errno));
usr.sbin/ppp/radius.c
1119
log_Printf(LogERROR, "rad_auth_open: %s\n", strerror(errno));
usr.sbin/ppp/radius.c
1208
log_Printf(LogERROR, "rad_put: gethostname(): %s\n", strerror(errno));
usr.sbin/ppp/radius.c
923
log_Printf(LogERROR, "rad_auth_open: %s\n", strerror(errno));
usr.sbin/ppp/route.c
233
strerror(errno));
usr.sbin/ppp/route.c
261
log_Printf(LogDEBUG, "Index2Nam: %s\n", strerror(errno));
usr.sbin/ppp/route.c
342
log_Printf(LogERROR, "route_Show: sysctl: estimate: %s\n", strerror(errno));
usr.sbin/ppp/route.c
349
log_Printf(LogERROR, "route_Show: sysctl: getroute: %s\n", strerror(errno));
usr.sbin/ppp/route.c
399
strerror(errno));
usr.sbin/ppp/route.c
409
strerror(errno));
usr.sbin/ppp/route.c
489
strerror(errno));
usr.sbin/ppp/route.c
499
strerror(errno));
usr.sbin/ppp/route.c
750
log_Printf(LogERROR, "rt_Set: socket(): %s\n", strerror(errno));
usr.sbin/ppp/route.c
837
ncprange_ntoa(dst), strerror(errno));
usr.sbin/ppp/route.c
840
cmdstr, ncprange_ntoa(dst), strerror(rtmes.m_rtm.rtm_errno));
usr.sbin/ppp/route.c
870
log_Printf(LogERROR, "rt_Update: socket(): %s\n", strerror(errno));
usr.sbin/ppp/route.c
930
ncprange_ntoa(&ncpdst), strerror(errno));
usr.sbin/ppp/route.c
933
ncprange_ntoa(&ncpdst), strerror(rtmes.m_rtm.rtm_errno));
usr.sbin/ppp/server.c
105
log_Printf(LogERROR, "server_Read: accept(): %s\n", strerror(errno));
usr.sbin/ppp/server.c
265
log_Printf(LogERROR, "Local: socket: %s\n", strerror(errno));
usr.sbin/ppp/server.c
274
log_Printf(LogWARN, "Local: bind: %s\n", strerror(errno));
usr.sbin/ppp/server.c
345
log_Printf(LogERROR, "Tcp: socket: %s\n", strerror(errno));
usr.sbin/ppp/server.c
358
log_Printf(LogWARN, "Tcp: bind: %s\n", strerror(errno));
usr.sbin/ppp/server.c
364
strerror(errno));
usr.sbin/ppp/tcp.c
91
log_Printf(LogWARN, "%s: connect: %s\n", name, strerror(errno));
usr.sbin/ppp/timer.c
288
log_Printf(LogERROR, "Unable to set itimer (%s)\n", strerror(errno));
usr.sbin/ppp/timer.c
300
log_Printf(LogERROR, "Unable to set itimer (%s)\n", strerror(errno));
usr.sbin/ppp/tty.c
296
strerror(errno));
usr.sbin/ppp/tty.c
305
strerror(errno));
usr.sbin/ppp/tty.c
342
strerror(errno));
usr.sbin/ppp/tty.c
349
p->link.name, ngc.path, strerror(errno));
usr.sbin/ppp/tty.c
354
p->link.name, ngc.path, strerror(errno));
usr.sbin/ppp/tty.c
758
p->link.name, strerror(errno));
usr.sbin/ppp/tun.c
101
strerror(errno));
usr.sbin/ppp/tun.c
117
strerror(errno));
usr.sbin/ppp/tun.c
93
log_Printf(LogERROR, "tun_configure: socket(): %s\n", strerror(errno));
usr.sbin/ppp/udp.c
207
p->link.name, strerror(errno));
usr.sbin/ppp/udp.c
241
log_Printf(LogWARN, "%s: connect: %s\n", p->name.full, strerror(errno));
usr.sbin/ppp/udp.c
243
log_Printf(LogWARN, "%s: socket: %s\n", p->name.full, strerror(errno));
usr.sbin/ppp/udp.c
302
p->link.name, strerror(errno));
usr.sbin/pwm/pwm.c
146
device_name, strerror(errno));
usr.sbin/rarpd/rarpd.c
975
str, strerror(errno));
usr.sbin/rmt/rmt.c
237
DEBUG2("rmtd: E %d (%s)\n", num, strerror(num));
usr.sbin/rmt/rmt.c
238
(void)snprintf(resp, sizeof(resp), "E%d\n%s\n", num, strerror(num));
usr.sbin/route6d/route6d.c
1090
trace(1, "sendmsg: %s\n", strerror(errno));
usr.sbin/route6d/route6d.c
2877
strerror(errno));
usr.sbin/route6d/route6d.c
2880
strerror(errno));
usr.sbin/route6d/route6d.c
2943
strerror(errno));
usr.sbin/route6d/route6d.c
2946
strerror(errno));
usr.sbin/route6d/route6d.c
3476
syslog(LOG_ERR, "%s: %s", buf, strerror(errno));
usr.sbin/rpc.lockd/lockd.c
446
strerror(errno));
usr.sbin/rpc.lockd/lockd_lock.c
1065
fl->client_name, strerror(errno));
usr.sbin/rpc.lockd/lockd_lock.c
1089
fl->client_name, strerror(errno));
usr.sbin/rpc.lockd/lockd_lock.c
1919
syslog(LOG_NOTICE, "lock allocate failed: %s", strerror(errno));
usr.sbin/rpc.lockd/lockd_lock.c
2263
syslog(LOG_WARNING, "siglock failed: %s", strerror(errno));
usr.sbin/rpc.lockd/lockd_lock.c
2276
syslog(LOG_WARNING, "sigunlock failed: %s", strerror(errno));
usr.sbin/rpc.statd/file.c
323
syslog(LOG_ERR, "Unable to fork notify process - %s", strerror(errno));
usr.sbin/rpc.statd/file.c
65
syslog(LOG_ERR, "msync() failed: %s", strerror(errno));
usr.sbin/rpc.statd/procs.c
407
syslog(LOG_ERR, "Unable to fork notify process - %s", strerror(errno));
usr.sbin/rpc.yppasswdd/yppasswdd_main.c
239
yp_error("can't get local hostname: %s", strerror(errno));
usr.sbin/rpc.yppasswdd/yppasswdd_server.c
261
yp_error("opendir(%s) failed: %s", yp_dir, strerror(errno));
usr.sbin/rpc.yppasswdd/yppasswdd_server.c
270
strerror(errno));
usr.sbin/rpc.yppasswdd/yppasswdd_server.c
362
maps[i], strerror(errno));
usr.sbin/rpc.yppasswdd/yppasswdd_server.c
430
maps[i],strerror(errno));
usr.sbin/rpc.yppasswdd/yppasswdd_server.c
693
strerror(errno));
usr.sbin/rpc.yppasswdd/yppasswdd_server.c
699
yp_error("fork() failed: %s", strerror(errno));
usr.sbin/rpc.yppasswdd/yppasswdd_server.c
921
strerror(errno));
usr.sbin/rpc.yppasswdd/yppasswdd_server.c
927
yp_error("fork() failed: %s", strerror(errno));
usr.sbin/rpc.ypupdated/yp_dbupdate.c
60
strerror(errno));
usr.sbin/rpc.ypupdated/yp_dbupdate.c
64
yp_error("fork() failed: %s", strerror(errno));
usr.sbin/rpc.ypxfrd/ypxfrd_server.c
67
yp_error("read error: %s", strerror(errno));
usr.sbin/rpcbind/rpcb_svc_com.c
400
uaddr = strerror(errno);
usr.sbin/rrenumd/rrenumd.c
165
__func__, ifname, strerror(errno));
usr.sbin/rrenumd/rrenumd.c
172
__func__, ifname, strerror(errno));
usr.sbin/rrenumd/rrenumd.c
284
strerror(errno));
usr.sbin/rrenumd/rrenumd.c
302
__func__, strerror(errno));
usr.sbin/rrenumd/rrenumd.c
311
__func__, strerror(errno));
usr.sbin/rrenumd/rrenumd.c
334
__func__, strerror(errno));
usr.sbin/rrenumd/rrenumd.c
343
__func__, strerror(errno));
usr.sbin/rrenumd/rrenumd.c
368
strerror(errno));
usr.sbin/rrenumd/rrenumd.c
398
__func__, strerror(errno));
usr.sbin/rrenumd/rrenumd.c
407
__func__, strerror(errno));
usr.sbin/rrenumd/rrenumd.c
459
strerror(errno));
usr.sbin/rrenumd/rrenumd.c
493
strerror(errno));
usr.sbin/rrenumd/rrenumd.c
639
__func__, strerror(errno));
usr.sbin/rtadvd/advcap.c
131
"<%s> open: %s", __func__, strerror(errno));
usr.sbin/rtadvd/config.c
1332
strerror(errno));
usr.sbin/rtadvd/config.c
1338
strerror(errno));
usr.sbin/rtadvd/config.c
1378
ifindex, strerror(errno));
usr.sbin/rtadvd/config.c
653
strerror(errno));
usr.sbin/rtadvd/config.c
660
__func__, ifi->ifi_ifname, strerror(errno));
usr.sbin/rtadvd/config.c
668
__func__, ifi->ifi_ifname, strerror(errno));
usr.sbin/rtadvd/control.c
142
__func__, strerror(errno));
usr.sbin/rtadvd/control.c
206
strerror(errno));
usr.sbin/rtadvd/control.c
236
syslog(LOG_WARNING, "<%s> Xaccept: %s", __func__, strerror(errno));
usr.sbin/rtadvd/control.c
86
__func__, strerror(errno));
usr.sbin/rtadvd/if.c
649
strerror(errno));
usr.sbin/rtadvd/if.c
684
strerror(errno));
usr.sbin/rtadvd/if.c
722
strerror(errno));
usr.sbin/rtadvd/if.c
760
__func__, mif, strerror(errno));
usr.sbin/rtadvd/rrenum.c
171
strerror(errno));
usr.sbin/rtadvd/rrenum.c
207
strerror(errno));
usr.sbin/rtadvd/rrenum.c
268
strerror(errno));
usr.sbin/rtadvd/rrenum.c
302
strerror(errno));
usr.sbin/rtadvd/rtadvd.c
1565
syslog(LOG_ERR, "<%s> socket: %s", __func__, strerror(errno));
usr.sbin/rtadvd/rtadvd.c
1573
strerror(errno));
usr.sbin/rtadvd/rtadvd.c
1581
strerror(errno));
usr.sbin/rtadvd/rtadvd.c
1593
__func__, strerror(errno));
usr.sbin/rtadvd/rtadvd.c
1625
"<%s> socket: %s", __func__, strerror(errno));
usr.sbin/rtadvd/rtadvd.c
1766
strerror(errno));
usr.sbin/rtadvd/rtadvd.c
268
strerror(errno));
usr.sbin/rtadvd/rtadvd.c
293
strerror(errno));
usr.sbin/rtadvd/rtadvd.c
340
strerror(errno));
usr.sbin/rtadvd/rtadvd.c
358
strerror(errno));
usr.sbin/rtadvd/rtadvd.h
42
__func__, strerror(errno)); \
usr.sbin/rtsold/cap_sendmsg.c
248
ifinfo->ifname, strerror(errno));
usr.sbin/rtsold/dump.c
141
dumpfile, strerror(errno));
usr.sbin/rtsold/dump.c
148
dumpfile, strerror(errno));
usr.sbin/rtsold/dump.c
66
warnmsg(LOG_ERR, __func__, "fseek(): %s", strerror(errno));
usr.sbin/rtsold/if.c
105
strerror(errno));
usr.sbin/rtsold/if.c
112
"ioctl(SIOCSIFFLAGS): %s", strerror(errno));
usr.sbin/rtsold/if.c
117
strerror(errno));
usr.sbin/rtsold/if.c
122
strerror(errno));
usr.sbin/rtsold/if.c
135
strerror(errno));
usr.sbin/rtsold/if.c
152
strerror(errno));
usr.sbin/rtsold/if.c
199
ifname, strerror(errno));
usr.sbin/rtsold/if.c
218
ifname, strerror(errno));
usr.sbin/rtsold/if.c
77
strerror(errno));
usr.sbin/rtsold/if.c
82
strerror(errno));
usr.sbin/rtsold/rtsol.c
109
warnmsg(LOG_ERR, __func__, "socket: %s", strerror(errno));
usr.sbin/rtsold/rtsol.c
118
strerror(errno));
usr.sbin/rtsold/rtsol.c
127
strerror(errno));
usr.sbin/rtsold/rtsol.c
137
strerror(errno));
usr.sbin/rtsold/rtsol.c
144
strerror(errno));
usr.sbin/rtsold/rtsol.c
197
warnmsg(LOG_ERR, __func__, "recvmsg: %s", strerror(errno));
usr.sbin/rtsold/rtsol.c
438
strerror(errno));
usr.sbin/rtsold/rtsol.c
497
strerror(errno));
usr.sbin/rtsold/rtsol.c
752
"failed to run %s: %s", argv[0], strerror(errno));
usr.sbin/rtsold/rtsol.c
764
strerror(errno));
usr.sbin/rtsold/rtsol.c
773
warnmsg(LOG_ERR, __func__, "wait(): %s", strerror(errno));
usr.sbin/rtsold/rtsol.c
95
strerror(errno)); \
usr.sbin/rtsold/rtsold.c
219
errx(1, "failed to open pidfile: %s", strerror(errno));
usr.sbin/rtsold/rtsold.c
242
strerror(errno));
usr.sbin/rtsold/rtsold.c
258
warnmsg(LOG_ERR, __func__, "kevent(): %s", strerror(errno));
usr.sbin/rtsold/rtsold.c
281
"failed to open pidfile: %s", strerror(errno));
usr.sbin/rtsold/rtsold.c
288
warnmsg(LOG_ERR, __func__, "caph_enter(): %s", strerror(errno));
usr.sbin/rtsold/rtsold.c
326
strerror(errno));
usr.sbin/syslogd/syslogd.c
2191
"%s: %s", device, strerror(errno));
usr.sbin/syslogd/syslogd.c
2251
strerror(errno));
usr.sbin/syslogd/syslogd.c
2283
strerror(errno));
usr.sbin/syslogd/syslogd.c
2358
strerror(errno));
usr.sbin/syslogd/syslogd.c
3879
dprintf("fchmod %s: %s\n", name, strerror(errno));
usr.sbin/syslogd/syslogd.c
498
dprintf("madvise() failed: %s\n", strerror(errno));
usr.sbin/traceroute/findsaddr-socket.c
100
sprintf(errbuf, "socket: %.128s", strerror(errno));
usr.sbin/traceroute/findsaddr-socket.c
120
sprintf(errbuf, "write: %.128s", strerror(errno));
usr.sbin/traceroute/findsaddr-socket.c
135
sprintf(errbuf, "read: %.128s", strerror(errno));
usr.sbin/traceroute/findsaddr-socket.c
154
sprintf(errbuf, "rtm_errno: %.128s", strerror(rp->rtm_errno));
usr.sbin/traceroute/ifaddrlist.c
121
strerror(errno));
usr.sbin/traceroute/ifaddrlist.c
139
device, strerror(errno));
usr.sbin/traceroute/ifaddrlist.c
78
(void)sprintf(errbuf, "socket: %s", strerror(errno));
usr.sbin/traceroute/ifaddrlist.c
92
strerror(errno));
usr.sbin/traceroute/traceroute.c
1286
prog, ttl, strerror(errno));
usr.sbin/traceroute/traceroute.c
1295
prog, strerror(errno));
usr.sbin/traceroute/traceroute.c
1929
Fprintf(stderr, "%s: calloc %s\n", prog, strerror(errno));
usr.sbin/traceroute/traceroute.c
1939
prog, strerror(errno));
usr.sbin/traceroute/traceroute.c
1966
Fprintf(stderr, "%s: calloc %s\n", prog, strerror(errno));
usr.sbin/traceroute/traceroute.c
510
prog, devnull, strerror(errno));
usr.sbin/traceroute/traceroute.c
751
Fprintf(stderr, "%s: malloc: %s\n", prog, strerror(errno));
usr.sbin/traceroute/traceroute.c
799
Fprintf(stderr, "%s: icmp socket: %s\n", prog, strerror(errno));
usr.sbin/traceroute/traceroute.c
819
Fprintf(stderr, "%s: raw socket: %s\n", prog, strerror(errno));
usr.sbin/traceroute/traceroute.c
826
Fprintf(stderr, "%s: SO_SNDBUF: %s\n", prog, strerror(errno));
usr.sbin/traceroute/traceroute.c
833
Fprintf(stderr, "%s: IP_HDRINCL: %s\n", prog, strerror(errno));
usr.sbin/traceroute/traceroute.c
841
prog, tos, strerror(errno));
usr.sbin/traceroute/traceroute.c
926
prog, strerror(errno));
usr.sbin/traceroute/traceroute.c
942
Fprintf(stderr, "%s: connect: %s\n", prog, strerror(errno));
usr.sbin/traceroute/traceroute.c
965
strerror(errno));
usr.sbin/traceroute/traceroute.c
975
strerror(errno));
usr.sbin/traceroute/traceroute.c
982
strerror(errno));
usr.sbin/traceroute6/traceroute6.c
781
strerror(errno));
usr.sbin/traceroute6/traceroute6.c
920
fprintf(stderr, "connect: %s\n", strerror(errno));
usr.sbin/traceroute6/traceroute6.c
930
fprintf(stderr, "caph_enter_casper: %s\n", strerror(errno));
usr.sbin/traceroute6/traceroute6.c
937
strerror(errno));
usr.sbin/traceroute6/traceroute6.c
943
strerror(errno));
usr.sbin/tzsetup/tzsetup.c
759
strerror(errno));
usr.sbin/tzsetup/tzsetup.c
766
path_localtime, strerror(errno));
usr.sbin/tzsetup/tzsetup.c
774
strerror(errno));
usr.sbin/uhsoctl/uhsoctl.c
927
logger(LOG_ERR, "getifaddrs: %s", strerror(errno));
usr.sbin/uhsoctl/uhsoctl.c
945
logger(LOG_ERR, "socket PF_ROUTE: %s", strerror(errno));
usr.sbin/uhsoctl/uhsoctl.c
977
strerror(errno));
usr.sbin/usbdump/usbdump.c
702
fprintf(stderr, "read: %s\n", strerror(errno));
usr.sbin/valectl/valectl.c
192
fprintf(stderr, "failed to list all: %s\n", strerror(errno));
usr.sbin/valectl/valectl.c
303
action, a->name, strerror(errno));
usr.sbin/virtual_oss/virtual_bt_speaker/bt_speaker.c
101
strerror(sdp_error(r->sdp_session)));
usr.sbin/ypldap/log.c
100
logit(LOG_CRIT, "%s", strerror(errno));
usr.sbin/ypldap/log.c
145
logit(LOG_CRIT, "fatal: %s", strerror(errno));
usr.sbin/ypldap/log.c
149
emsg, strerror(errno));
usr.sbin/ypldap/log.c
93
logit(LOG_CRIT, "%s", strerror(errno));
usr.sbin/ypldap/log.c
97
if (asprintf(&nfmt, "%s: %s", emsg, strerror(errno)) == -1) {
usr.sbin/yppush/yppush_main.c
244
yp_error("select failed: %s", strerror(errno));
usr.sbin/yppush/yppush_main.c
305
strerror(errno));
usr.sbin/yppush/yppush_main.c
566
strerror(errno));
usr.sbin/yppush/yppush_main.c
576
strerror(errno));
usr.sbin/ypserv/yp_access.c
136
yp_error("fopen(%s) failed: %s", path, strerror(errno));
usr.sbin/ypserv/yp_dnslookup.c
362
yp_error("recvfrom failed: %s", strerror(errno));
usr.sbin/ypserv/yp_dnslookup.c
419
yp_error("getsockopt failed: %s", strerror(errno));
usr.sbin/ypserv/yp_dnslookup.c
477
yp_error("getsockopt failed: %s", strerror(errno));
usr.sbin/ypserv/yp_main.c
300
strerror(errno));
usr.sbin/ypserv/yp_main.c
311
strerror(errno));
usr.sbin/ypserv/yp_main.c
323
strerror(errno));
usr.sbin/ypserv/yp_main.c
346
strerror(errno));
usr.sbin/ypserv/yp_main.c
358
strerror(errno));
usr.sbin/ypserv/yp_main.c
370
strerror(errno));
usr.sbin/ypserv/yp_main.c
384
_msgout("malloc failed: %s", strerror(errno));
usr.sbin/ypserv/yp_main.c
410
" %s", nconf->nc_netid, strerror(errno));
usr.sbin/ypserv/yp_main.c
417
nconf->nc_netid, strerror(errno));
usr.sbin/ypserv/yp_main.c
527
_msgout("madvise(): %s", strerror(errno));
usr.sbin/ypserv/yp_server.c
398
yp_error("ypxfr execl(%s): %s", ypxfr_command, strerror(errno));
usr.sbin/ypserv/yp_server.c
410
yp_error("ypxfr fork(): %s", strerror(errno));
usr.sbin/ypserv/yp_server.c
534
yp_error("ypall fork(): %s", strerror(errno));
usr.sbin/ypserv/yp_server.c
691
yp_error("opendir(%s) failed: %s", yp_mapdir, strerror(errno));
usr.sbin/ypserv/yp_server.c
710
yp_error("strdup() failed: %s",strerror(errno));