Searched defs:dc (Results 1 - 3 of 3) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/
H A Dstring.c230 char sc, dc; local
236 for (d = delim; (dc = *d) != '\0'; d++)
237 if (sc == dc) {
/bind-9.6-ESV-R11/lib/lwres/
H A Dgetaddrinfo.c482 char sc, dc; local
489 for (d = delim; (dc = *d) != '\0'; d++)
490 if (sc == dc) {
/bind-9.6-ESV-R11/bin/nsupdate/
H A Dnsupdate.c363 char sc, dc; local
370 for (d = delim; (dc = *d) != '\0'; d++) {
371 if (sc == dc)
374 if (dc == 0)
380 for (d = delim; (dc = *d) != '\0'; d++) {
381 if (sc == dc) {

Completed in 18 milliseconds