Home
last modified time | relevance | path

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

/freebsd/lib/libc/resolv/
H A Dres_comp.c145 #define borderchar(c) (alphachar(c) || digitchar(c)) macro
147 #define borderchar(c) (alphachar(c) || digitchar(c) || underscorechar(c)) macro
149 #define middlechar(c) (borderchar(c) || hyphenchar(c))
162 if (!borderchar(ch)) in res_hnok()
165 if (!borderchar(ch)) in res_hnok()
/freebsd/usr.sbin/rtsold/
H A Drtsol.c786 #define borderchar(c) (alphachar(c) || digitchar(c)) macro
787 #define middlechar(c) (borderchar(c) || hyphenchar(c))
800 if (!borderchar(ch)) in res_hnok()
803 if (!borderchar(ch)) in res_hnok()
/freebsd/sbin/dhclient/
H A Ddhclient.c85 #define borderchar(c) (alphachar(c) || digitchar(c)) macro
86 #define middlechar(c) (borderchar(c) || hyphenchar(c))
2910 if (!borderchar(ch)) in res_hnok()
2913 if (!borderchar(ch)) in res_hnok()
2943 if (!borderchar(ch)) in check_search()
2946 if (!borderchar(ch)) in check_search()