/src/lib/libc/gen/ |
errc.c | 1 /* $NetBSD: errc.c,v 1.3 2014/06/06 11:38:41 joerg Exp $ */ 38 __RCSID("$NetBSD: errc.c,v 1.3 2014/06/06 11:38:41 joerg Exp $"); 46 __weak_alias(errc, _errc) 51 errc(int eval, int code, const char *fmt, ...)
|
Makefile.inc | 15 errc.c errlist.c errno.c execl.c execle.c execlp.c execv.c execvp.c \ 111 err.3 warnx.3 err.3 vwarnx.3 err.3 errc.3 err.3 verrc.3 err.3 warnc.3 \
|
/src/tests/usr.bin/cc/ |
t_pthread_abuse.sh | 59 errc(EXIT_FAILURE, error, "pthread_create"); 62 errc(EXIT_FAILURE, error, "pthread_join");
|
/src/include/ |
err.h | 49 __dead void errc(int, int, const char *, ...)
|
/src/tests/lib/libc/stdlib/ |
h_sort.c | 133 errc(1, error, "reallocarr"); 159 errc(1, error, "reallocarr"); 187 errc(1, error, "reallocarr"); 201 errc(1, error, "reallocarr");
|
/src/tests/lib/libc/membar/ |
t_dekker.c | 141 errc(1, error, "pthread_create"); 148 errc(1, error, "pthread_join");
|
t_seqlock.c | 169 errc(1, error, "pthread_create"); 176 errc(1, error, "pthread_join");
|
t_spinlock.c | 141 errc(1, error, "pthread_create"); 148 errc(1, error, "pthread_join");
|
/src/usr.bin/dc/ |
mem.c | 78 errc(1, ret, NULL);
|
dc.c | 103 errc(1, EISDIR, "%s", argv[0]);
|
/src/sbin/drvctl/ |
drvctl.c | 175 errc(EXIT_FAILURE, res, "DRVCTLCOMMAND"); 180 errc(EXIT_FAILURE, drvctl_error, "get-properties");
|
/src/usr.bin/nc/ |
netcat.c | 237 errc(1, errnum, "bad interval `%s'", optarg); 253 errc(1, errnum, "bad ttl `%s'", optarg); 258 errc(1, errnum, "bad minttl `%s'", optarg); 294 errc(1, errnum, "bad rtable `%s'", optarg); 303 errc(1, errnum, "bad timeout `%s'", optarg); 320 errc(1, errnum, "bad TCP receive window `%s'", 326 errc(1, errnum, "bad TCP send window `%s'", 345 errc(1, errnum, "illegal tos/tls value `%s'",
|
/src/usr.bin/xinstall/ |
xinstall.c | 802 errc(EXIT_FAILURE, serrno, "%s: chown/chgrp", to_name); 810 errc(EXIT_FAILURE, serrno, "%s: chmod", to_name); 926 errc(EXIT_FAILURE, serrno, "%s: write", 959 errc(EXIT_FAILURE, 989 errc(EXIT_FAILURE, serrno, "%s: read", 1059 errc(EXIT_FAILURE, rv, "vfork");
|
/src/usr.bin/mkesdb/ |
yacc.y | 287 errc(EXIT_FAILURE, ret, NULL);
|
/src/usr.bin/base64/ |
base64.c | 233 errc(EXIT_FAILURE, e, "%scoding failed", decode ? "De": "En");
|
/src/usr.bin/getnameinfo/ |
getnameinfo.c | 304 errc(EXIT_FAILURE, r, "Invalid port number %s", port_str);
|
/src/usr.sbin/usbdevs/ |
usbdevs.c | 402 errc(EXIT_FAILURE, error,
|
/src/tools/compat/ |
Makefile | 28 unvis.c vis.c err.c errx.c errc.c verr.c verrx.c verrc.c \
|
configure.ac | 272 AC_CHECK_DECLS([err, errc, errx, verrc, verrx, warn, warnc, warnx, vwarnc,
|
compat_defs.h | 332 void errc(int, int, const char *, ...);
|
/src/usr.bin/col/ |
col.c | 163 errc(EXIT_FAILURE, e, "bad -l argument `%s'",
|
/src/usr.bin/sed/ |
compile.c | 854 errc(1, EILSEQ, NULL); 857 errc(1, EILSEQ, NULL);
|
/src/usr.bin/mkcsmapper/ |
yacc.y | 670 errc(EXIT_FAILURE, ret, "");
|
/src/sbin/raidctl/ |
raidctl.c | 1379 errc(EXIT_FAILURE, e, "Bad number `%s'", str);
|
/src/lib/libc/include/ |
namespace.h | 45 #define errc _errc macro
|