Searched refs:catp (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/bsd/ntp/dist/lib/isc/
H A Dlog.c572 isc_logcategory_t *catp; local
593 for (catp = lctx->categories; catp->name != NULL; )
594 if (catp->id == UINT_MAX)
599 DE_CONST(catp->name, catp);
601 catp++;
603 catp->name = (void *)categories;
604 catp->id = UINT_MAX;
610 for (catp
616 isc_logcategory_t *catp; local
[all...]
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Dlog.c506 isc_logcategory_t *catp; local
526 for (catp = lctx->categories; catp->name != NULL;) {
527 if (catp->id == UINT_MAX) {
532 DE_CONST(catp->name, catp);
534 catp++;
538 catp->name = (void *)categories;
539 catp->id = UINT_MAX;
545 for (catp
552 isc_logcategory_t *catp; local
[all...]
/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Dlog.c509 isc_logcategory_t *catp; local
529 for (catp = lctx->categories; catp->name != NULL;) {
530 if (catp->id == UINT_MAX) {
535 DE_CONST(catp->name, catp);
537 catp++;
541 catp->name = (void *)categories;
542 catp->id = UINT_MAX;
548 for (catp
555 isc_logcategory_t *catp; local
[all...]

Completed in 137 milliseconds