Home
last modified time | relevance | path

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

/openbsd/lib/libc/net/
H A Dres_comp.c343 #define middlechar(c) (borderchar(c) || hyphenchar(c) || underscorechar(c)) macro
363 if (!middlechar(ch)) in __res_hnok()