Searched refs:ISSORTMASK (Results 1 - 1 of 1) sorted by path

/bionic/libc/netbsd/resolv/
H A Dres_init.c128 #define ISSORTMASK(ch) (strchr(sort_mask, ch) != NULL) macro
385 while (*cp && !ISSORTMASK(*cp) && *cp != ';' &&
392 if (ISSORTMASK(n)) {

Completed in 30 milliseconds