| /src/external/mpl/bind/dist/tests/isccfg/ |
| grammar_test.c | 72 const char *found_name = NULL; local 76 found_name = cfg_map_firstclause(map, &clauses, &idx); 77 while (name != NULL && strcasecmp(name, found_name)) { 78 found_name = cfg_map_nextclause(map, &clauses, &idx);
|
| /src/external/bsd/libfido2/dist/src/ |
| hid_linux.c | 86 bool found_name = false; local 102 } else if (!found_name && strncmp(p, "HID_NAME=", 9) == 0) { 104 found_name = true; 110 if (!found_name || !found_id)
|
| /src/external/mpl/bind/dist/tests/dns/ |
| sigs_test.c | 109 char found_name[DNS_NAME_FORMATSIZE]; local 134 dns_name_format(&found->name, found_name, sizeof(found_name));
|
| /src/external/mpl/bind/dist/lib/dns/ |
| message.c | 989 dns_name_t *found_name = NULL; local 1036 (void **)&found_name); 1058 name = found_name; 1059 found_name = NULL; 1198 dns_name_t *found_name = NULL; local 1475 (void **)&found_name); 1487 name = found_name; 1488 found_name = NULL;
|
| resolver.c | 846 dns_name_t *found_name; /* invalid name in negative member in struct:respctx 8066 rctx->found_name = NULL; 9073 if (rctx->found_name == NULL) { 9077 if (!dns_name_issubdomain(rctx->found_name, fctx->domain)) { 9084 dns_name_format(rctx->found_name, nbuf, sizeof(nbuf)); 9331 rctx->found_name = name;
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| resolver.c | 797 dns_name_t *found_name; /* invalid name in negative member in struct:respctx 8371 rctx->found_name = NULL; 9368 if (rctx->found_name == NULL) { 9372 if (!dns_name_issubdomain(rctx->found_name, &fctx->domain)) { 9379 dns_name_format(rctx->found_name, nbuf, sizeof(nbuf)); 9629 rctx->found_name = name;
|