OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:borderchar
(Results
1 - 1
of
1
) sorted by null
/bionic/libc/dns/resolv/
res_comp.c
166
#define
borderchar
(c) (alphachar(c) || digitchar(c))
macro
167
#define middlechar(c) (
borderchar
(c) || hyphenchar(c) || underscorechar(c))
180
if (!
borderchar
(ch))
183
if (!
borderchar
(ch))
Completed in 3248 milliseconds