Searched refs:dc (Results 1 - 7 of 7) 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/contrib/kasp/
H A Dkasp2policy.py128 for dc in map(kasp._todict, children):
129 for k, v in dc.iteritems():
/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/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/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/win32/BINDInstall/
H A DBINDInstallDlg.cpp358 CPaintDC dc(this); // device context for painting
360 SendMessage(WM_ICONERASEBKGND, (WPARAM) dc.GetSafeHdc(), 0);
371 dc.DrawIcon(x, y, m_hIcon);
/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 88 milliseconds