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

/bind-9.11.3/lib/isc/
H A Dstring.c221 char sc, dc; local
227 for (d = delim; (dc = *d) != '\0'; d++)
228 if (sc == dc) {
/bind-9.11.3/lib/lwres/
H A Dgetaddrinfo.c485 char sc, dc; local
492 for (d = delim; (dc = *d) != '\0'; d++)
493 if (sc == dc) {
/bind-9.11.3/lib/samples/
H A Dsample-update.c364 char sc, dc; local
371 for (d = delim; (dc = *d) != '\0'; d++) {
372 if (sc == dc)
375 if (dc == 0)
381 for (d = delim; (dc = *d) != '\0'; d++) {
382 if (sc == dc) {
/bind-9.11.3/lib/irs/
H A Dgetaddrinfo.c1058 char sc, dc; local
1065 for (d = delim; (dc = *d) != '\0'; d++)
1066 if (sc == dc) {
/bind-9.11.3/bin/nsupdate/
H A Dnsupdate.c402 char sc, dc; local
409 for (d = delim; (dc = *d) != '\0'; d++) {
410 if (sc == dc)
413 if (dc == 0)
419 for (d = delim; (dc = *d) != '\0'; d++) {
420 if (sc == dc) {

Completed in 1284 milliseconds