HomeSort by: relevance | last modified time | path
    Searched refs:verrc (Results 1 - 10 of 10) sorted by relevancy

  /src/lib/libc/gen/
verrc.c 1 /* $NetBSD: verrc.c,v 1.3 2014/06/06 11:38:41 joerg Exp $ */
41 __RCSID("$NetBSD: verrc.c,v 1.3 2014/06/06 11:38:41 joerg Exp $");
53 __weak_alias(verrc, _verrc)
58 verrc(int eval, int code, const char *fmt, va_list ap)
verr.c 53 verrc(eval, errno, fmt, ap);
errc.c 56 verrc(eval, code, fmt, ap);
Makefile.inc 41 vwarn.c vwarnx.c vwarnc.c verr.c verrx.c verrc.c
111 err.3 warnx.3 err.3 vwarnx.3 err.3 errc.3 err.3 verrc.3 err.3 warnc.3 \
  /src/include/
err.h 51 __dead void verrc(int, int, const char *, va_list)
  /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 338 void verrc(int, int, const char *, va_list);
  /src/usr.sbin/tprof/
tprof_top.c 293 verrc(status, code, fmt, ap);
  /src/lib/libc/include/
namespace.h 89 #define verrc _verrc macro

Completed in 16 milliseconds