OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:startch
(Results
1 - 1
of
1
) sorted by null
/bionic/libc/unistd/
fnmatch.c
153
const char *
startch
;
local
204
startch
= *pattern;
215
if ((**string >= *
startch
) && (**string <= **pattern))
217
else if (nocase && (isupper(**string) || isupper(*
startch
)
219
&& (tolower(**string) >= tolower(*
startch
))
Completed in 158 milliseconds