OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ch_islower
(Results
1 - 5
of
5
) sorted by relevancy
/src/games/cgram/
cgram.c
51
ch_islower
(char ch)
function
65
return
ch_islower
(ch) || ch_isupper(ch);
71
return
ch_islower
(ch) ? (char)(ch - 'a' + 'A') : ch;
286
if (
ch_islower
(*p))
/src/usr.bin/xlint/common/
lint.h
181
ch_islower
(char ch)
function
/src/usr.bin/xlint/lint1/
cksnprintb.c
92
if (
ch_islower
(buf->data[i]))
/src/usr.bin/make/
make.h
1191
ch_islower
(char ch) { return islower((unsigned char)ch) != 0; }
function
parse.c
2765
while (
ch_islower
(*p) || *p == '-')
Completed in 21 milliseconds
Indexes created Mon Feb 23 01:20:22 UTC 2026