Home
last modified time | relevance | path

Searched refs:NOCONN (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/lib/libc/gen/
Dsyslog.c89 NOCONN = 0, enumerator
399 status = NOCONN; /* retry connect */ in disconnectlog()
413 if (LogFile != -1 && status == NOCONN) { in connectlog()
427 if (status == NOCONN) { in connectlog()
435 if (status == NOCONN) { in connectlog()
447 if (status == NOCONN) { in connectlog()
493 status = NOCONN; in closelog()
/freebsd-12-stable/contrib/libxo/libxo/
Dxo_syslog.c141 NOCONN = 0, enumerator
298 xo_status = NOCONN; /* retry connect */ in xo_disconnect_log()
320 if (xo_logfile != -1 && xo_status == NOCONN) { in xo_connect_log()
340 if (xo_status == NOCONN) { in xo_connect_log()
350 if (xo_status == NOCONN) { in xo_connect_log()
363 if (xo_status == NOCONN) { in xo_connect_log()
403 xo_status = NOCONN; in xo_close_log()