Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_comp.c152 #define PERIOD 0x2e macro
158 #define periodchar(c) ((c) == PERIOD)
174 int pch = PERIOD, ch = *dn++; in res_hnok()