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_toupper
(Results
1 - 3
of
3
) sorted by relevancy
/src/games/cgram/
cgram.c
69
ch_toupper
(char ch)
function
298
char ua =
ch_toupper
(a);
300
char ub =
ch_toupper
(b);
/src/usr.bin/make/
make.h
1201
ch_toupper
(char ch) { return (char)toupper((unsigned char)ch); }
function
var.c
3169
res[i] =
ch_toupper
(str[i]);
3183
res[i] =
ch_toupper
(str[i]);
Completed in 21 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026