Home | Sort by: relevance | last modified time | path |
/src/usr.sbin/sdpd/ | |
log.c | 41 log_open(char const *prog, bool log2stderr) function in typeref:typename:void |
/src/sys/kern/ | |
subr_log.c | 97 int log_open; /* also used in log() */ variable in typeref:typename:int 165 if (log_open) { 168 log_open = 1; 194 log_open = 0; 327 if (!cold && log_open) { |
/src/common/dist/zlib/examples/ | |
gzlog.c | 815 local int log_open(struct log *log) function in typeref:typename:local int 895 if (log_open(log)) { 925 if (log_check(log) && log_open(log)) 1011 if (log_check(log) && log_open(log)) |