HomeSort by: relevance | last modified time | path
    Searched defs:vsyslog (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.sbin/tcpdchk/
fakelog.c 35 /* vsyslog - format one record */
38 vsyslog(int severity, const char *fmt, va_list ap) function
57 vsyslog(severity, fmt, ap);
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
vsyslog.c 1 /* $NetBSD: vsyslog.c,v 1.2 2017/01/28 21:31:50 christos Exp $ */
47 * the theory behind this is that we might be trying to call vsyslog
64 vsyslog(int pri, const char *fmt, va_list ap) function
syslogc.c 288 vsyslog( pri, fmt, ap );
293 * vsyslog
298 vsyslog( int pri, char* fmt, va_list ap ) function
  /src/distrib/utils/libhack/
syslog.c 15 __weak_alias(vsyslog,_vsyslog)
41 vsyslog(fac, fmt, ap);
46 vsyslog(int fac, const char *fmt, va_list ap) function
61 vsyslog(priority, fmt, ap);
68 vsyslog(priority, fmt, ap);
76 vsyslog(priority, fmt, ap);
83 vsyslog(priority, fmt, ap);
108 vsyslog(priority, fmt, ap);
116 vsyslog(priority, fmt, ap);
125 vsyslog(priority, fmt, ap)
    [all...]
  /src/lib/libc/gen/
syslog.c 67 __weak_alias(vsyslog,_vsyslog)
178 * syslog, vsyslog --
192 vsyslog(int pri, const char *fmt, va_list ap) function
  /src/lib/libc/include/
namespace.h 796 #define vsyslog _vsyslog macro

Completed in 28 milliseconds