Symbol: errc
include/err.h
49
__dead void errc(int, int, const char *, ...)
lib/libc/gen/errc.c
46
__weak_alias(errc, _errc)
lib/libc/gen/errc.c
51
errc(int eval, int code, const char *fmt, ...)
lib/librefuse/refuse/fs.c
59
errc(EXIT_FAILURE, ENOSYS, "%s: unknown fuse_operations version: %d", \
sbin/drvctl/drvctl.c
175
errc(EXIT_FAILURE, res, "DRVCTLCOMMAND");
sbin/drvctl/drvctl.c
180
errc(EXIT_FAILURE, drvctl_error, "get-properties");
sbin/raidctl/raidctl.c
1401
errc(EXIT_FAILURE, e, "Bad number `%s'", str);
tests/crypto/opencrypto/h_thread.c
185
errc(EXIT_FAILURE, error, "pthread_create A");
tests/crypto/opencrypto/h_thread.c
191
errc(EXIT_FAILURE, error, "pthread_create B");
tests/crypto/opencrypto/h_thread.c
196
errc(EXIT_FAILURE, error, "pthread_create C");
tests/crypto/opencrypto/h_thread.c
204
errc(EXIT_FAILURE, error, "pthread_join A");
tests/crypto/opencrypto/h_thread.c
207
errc(EXIT_FAILURE, error, "pthread_join B");
tests/crypto/opencrypto/h_thread.c
210
errc(EXIT_FAILURE, error, "pthread_join C");
tests/lib/libc/membar/t_dekker.c
141
errc(1, error, "pthread_create");
tests/lib/libc/membar/t_dekker.c
148
errc(1, error, "pthread_join");
tests/lib/libc/membar/t_seqlock.c
169
errc(1, error, "pthread_create");
tests/lib/libc/membar/t_seqlock.c
176
errc(1, error, "pthread_join");
tests/lib/libc/membar/t_spinlock.c
137
errc(1, error, "pthread_create");
tests/lib/libc/membar/t_spinlock.c
144
errc(1, error, "pthread_join");
tests/lib/libc/stdlib/h_sort.c
133
errc(1, error, "reallocarr");
tests/lib/libc/stdlib/h_sort.c
159
errc(1, error, "reallocarr");
tests/lib/libc/stdlib/h_sort.c
187
errc(1, error, "reallocarr");
tests/lib/libc/stdlib/h_sort.c
201
errc(1, error, "reallocarr");
tools/compat/compat_defs.h
336
void errc(int, int, const char *, ...);
usr.bin/base64/base64.c
233
errc(EXIT_FAILURE, e, "%scoding failed", decode ? "De": "En");
usr.bin/col/col.c
163
errc(EXIT_FAILURE, e, "bad -l argument `%s'",
usr.bin/dc/bcode.c
1693
errc(1, ret, "recursion too deep");
usr.bin/dc/dc.c
103
errc(1, EISDIR, "%s", argv[0]);
usr.bin/dc/mem.c
78
errc(1, ret, NULL);
usr.bin/diff/diffreg.c
384
errc(1, EFBIG, "%s", file1);
usr.bin/diff/diffreg.c
386
errc(1, EFBIG, "%s", file2);
usr.bin/getnameinfo/getnameinfo.c
304
errc(EXIT_FAILURE, r, "Invalid port number %s", port_str);
usr.bin/kdump/kdump.c
1704
errc(1, e, "invalid argument: `%s'", name);
usr.bin/mkcsmapper/yacc.y
670
errc(EXIT_FAILURE, ret, "");
usr.bin/mkesdb/yacc.y
287
errc(EXIT_FAILURE, ret, NULL);
usr.bin/nc/netcat.c
253
errc(1, errnum, "bad end specifier '%s'",
usr.bin/nc/netcat.c
276
errc(1, errnum, "bad interval `%s'", optarg);
usr.bin/nc/netcat.c
292
errc(1, errnum, "bad ttl `%s'", optarg);
usr.bin/nc/netcat.c
297
errc(1, errnum, "bad minttl `%s'", optarg);
usr.bin/nc/netcat.c
333
errc(1, errnum, "bad rtable `%s'", optarg);
usr.bin/nc/netcat.c
342
errc(1, errnum, "bad timeout `%s'", optarg);
usr.bin/nc/netcat.c
359
errc(1, errnum, "bad TCP receive window `%s'",
usr.bin/nc/netcat.c
365
errc(1, errnum, "bad TCP send window `%s'",
usr.bin/nc/netcat.c
384
errc(1, errnum, "illegal tos/tls value `%s'",
usr.bin/sed/compile.c
844
errc(1, EILSEQ, NULL);
usr.bin/sed/compile.c
847
errc(1, EILSEQ, NULL);
usr.bin/xinstall/xinstall.c
1067
errc(EXIT_FAILURE, rv, "vfork");
usr.bin/xinstall/xinstall.c
810
errc(EXIT_FAILURE, serrno, "%s: chown/chgrp", to_name);
usr.bin/xinstall/xinstall.c
818
errc(EXIT_FAILURE, serrno, "%s: chmod", to_name);
usr.bin/xinstall/xinstall.c
934
errc(EXIT_FAILURE, serrno, "%s: write",
usr.bin/xinstall/xinstall.c
967
errc(EXIT_FAILURE,
usr.bin/xinstall/xinstall.c
997
errc(EXIT_FAILURE, serrno, "%s: read",
usr.sbin/usbdevs/usbdevs.c
402
errc(EXIT_FAILURE, error,