HomeSort by: relevance | last modified time | path
    Searched defs:catp (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/ntp/dist/libntp/lib/isc/
log.c 572 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 = categories; catp->name != NULL; catp++
616 isc_logcategory_t *catp; local
    [all...]
  /src/external/mpl/bind/dist/lib/isc/
log.c 482 isc_logcategory_t *catp; local
502 for (catp = lctx->categories; catp->name != NULL;) {
503 if (catp->id == UINT_MAX) {
508 catp = UNCONST(catp->name);
510 catp++;
514 catp->name = (void *)categories;
515 catp->id = UINT_MAX;
521 for (catp = categories; catp->name != NULL; catp++)
528 isc_logcategory_t *catp; local
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/isc/
log.c 506 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 = categories; catp->name != NULL; catp++)
552 isc_logcategory_t *catp; local
    [all...]

Completed in 43 milliseconds