OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:us2
(Results
1 - 2
of
2
) sorted by relevancy
/src/common/lib/libc/string/
strcasecmp.c
63
*
us2
= (const unsigned char *)s2;
local in function:__weak_alias
68
while (tolower(*us1) == tolower(*
us2
++))
71
return (tolower(*us1) - tolower(*--
us2
));
strncasecmp.c
68
*
us2
= (const unsigned char *)s2;
local in function:__weak_alias
71
if (tolower(*us1) != tolower(*
us2
++))
72
return (tolower(*us1) - tolower(*--
us2
));
Completed in 12 milliseconds
Indexes created Thu Sep 25 16:09:42 GMT 2025