Home
last modified time | relevance | path

Searched refs:nch (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/dns/resolv/
Dres_comp.c175 int nch = *dn++; in res_hnok() local
182 } else if (periodchar(nch) || nch == '\0') { in res_hnok()
189 pch = ch, ch = nch; in res_hnok()
/bionic/libc/upstream-netbsd/lib/libc/regex/
Dregcomp.c1762 wint_t nch, *newwides; local
1781 if ((nch = towlower(ch)) < NC)
1782 cs->bmp[(unsigned)nch >> 3] |= 1 << (nch & 7);
1783 if ((nch = towupper(ch)) < NC)
1784 cs->bmp[(unsigned)nch >> 3] |= 1 << (nch & 7);