gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for fundef:syslog (0.03 seconds)
tkernel_2
lib/libsys/src/syslog.c - 1.2KB - 39 lines
25: 
26: void syslog( int priority, const char *format, ... )
27: {
t2ex
bsd_source/t2ex/network/net/src_bsd/sys/syslog.h - 9.2KB - 251 lines
202: int     setlogmask(int);
203: void    syslog(int, const char *, ...)
204:     __attribute__((__format__(__printf__,2,3)));