Searched defs:facilities (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/isc/unix/
H A Dsyslog.c26 } facilities[] = { variable in typeref:struct:dsn_c_pvt_sfnt
67 for (i = 0; facilities[i].strval != NULL; i++) {
68 if (strcasecmp(facilities[i].strval, str) == 0) {
69 *facilityp = facilities[i].val;
/bind-9.11.3/lib/isc/win32/
H A Dsyslog.c31 } facilities[] = { variable in typeref:struct:dsn_c_pvt_sfnt
72 for (i = 0; facilities[i].strval != NULL; i++) {
73 if (strcasecmp(facilities[i].strval, str) == 0) {
74 *facilityp = facilities[i].val;

Completed in 20 milliseconds