OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ch_isupper
(Results
1 - 7
of
7
) sorted by relevancy
/src/games/cgram/
cgram.c
57
ch_isupper
(char ch)
function in typeref:typename:bool
65
return ch_islower(ch) ||
ch_isupper
(ch);
77
return
ch_isupper
(ch) ? (char)(ch - 'A' + 'a') : ch;
288
if (
ch_isupper
(*p))
/src/usr.bin/xlint/common/
lint.h
201
ch_isupper
(char ch)
function in typeref:typename:bool
/src/usr.bin/xlint/lint2/
emit2.c
60
if (!
ch_isupper
(tt[ts]))
/src/usr.bin/xlint/lint1/
cksnprintb.c
90
if (
ch_isupper
(buf->data[i]))
/src/usr.bin/make/
make.h
1193
ch_isupper
(char ch) { return isupper((unsigned char)ch) != 0; }
function in typeref:typename:MAKE_INLINE bool MAKE_ATTR_USE
parse.c
812
if (*src != '.' || !
ch_isupper
(src[1]))
1081
if (!(targetName[0] == '.' &&
ch_isupper
(targetName[1])))
var.c
4155
if ((len == 7 || len == 8) && name[0] == '.' &&
ch_isupper
(name[1])) {
Completed in 18 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025