Searched refs:facilityp (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/ntp/lib/isc/unix/include/isc/
H A Dsyslog.h31 isc_syslog_facilityfromstring(const char *str, int *facilityp);
38 *\li 'facilityp' is not NULL
/freebsd-11-stable/contrib/ntp/lib/isc/win32/include/isc/
H A Dsyslog.h29 isc_syslog_facilityfromstring(const char *str, int *facilityp);
36 * 'facilityp' is not NULL
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Dsyslog.c70 isc_syslog_facilityfromstring(const char *str, int *facilityp) { argument
74 REQUIRE(facilityp != NULL);
78 *facilityp = facilities[i].val;
/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dsyslog.c75 isc_syslog_facilityfromstring(const char *str, int *facilityp) { argument
79 REQUIRE(facilityp != NULL);
83 *facilityp = facilities[i].val;

Completed in 115 milliseconds