OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:makelower
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/vgrind/
regexp.c
63
#define
makelower
(c) (isupper((unsigned char)(c)) ? tolower((unsigned char)(c)) : (c))
macro
82
if (*s2 -
makelower
(*s1))
83
return *s2 -
makelower
(*s1);
/src/usr.sbin/bootp/common/
readfile.c
261
makelower
(char *);
919
makelower
(tmpstr);
1557
makelower
(char *s)
1544
makelower
(char *s)
function
Completed in 16 milliseconds
Indexes created Mon Apr 06 00:22:49 UTC 2026