OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:us2
(Results
1 - 3
of
3
) 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
));
/src/usr.bin/telnet/
commands.c
1559
env_help(const char *us1, char *
us2
)
Completed in 49 milliseconds
Indexes created Tue Oct 14 08:09:56 GMT 2025