Searched refs:periodchar (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libresolv2/common/resolv/
H A Dres_comp.c163 #define periodchar(c) ((c) == PERIOD) macro
184 if (periodchar(ch)) {
186 } else if (periodchar(pch)) {
189 } else if (periodchar(nch) || nch == '\0') {
208 if (periodchar(dn[1]))
232 if (!escaped && periodchar(ch))
239 if (periodchar(ch))

Completed in 14 milliseconds