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 - 10
of
10
) 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))
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
lint.h
181
ch_islower
(char ch)
function
/src/usr.bin/xlint/lint1/
cksnprintb.c
92
if (
ch_islower
(buf->data[i]))
cksnprintb.c
92
if (
ch_islower
(buf->data[i]))
/src/usr.bin/make/
make.h
1193
ch_islower
(char ch) { return islower((unsigned char)ch) != 0; }
function
make.h
1193
ch_islower
(char ch) { return islower((unsigned char)ch) != 0; }
function
parse.c
2772
while (
ch_islower
(*p) || *p == '-')
parse.c
2772
while (
ch_islower
(*p) || *p == '-')
Completed in 132 milliseconds
Indexes created Fri Sep 18 00:27:12 UTC 2026