OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_tolower
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/libc/gen/
isctype.c
139
_tolower
(int c)
function
/src/sys/sys/
ctype_inline.h
65
#define
_tolower
(c) ((c) - 'A' + 'a')
macro
/src/external/gpl2/diffutils/dist/src/
system.h
269
# ifndef
_tolower
270
# define
_tolower
(c) tolower (c)
macro
272
# define TOLOWER(c) (CTYPE_DOMAIN (c) && isupper (c) ?
_tolower
(c) : (c))
Completed in 23 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026