OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_toupper
(Results
1 - 4
of
4
) sorted by relevancy
/src/include/
ctype.h
86
int
_toupper
(int);
/src/sys/sys/
ctype_inline.h
66
#define
_toupper
(c) ((c) - 'a' + 'A')
macro
/src/sys/arch/hpc/stand/libsa/
winblk.c
61
#define
_toupper
(c) (islower(c) ? ((c) - 'a' + 'A') : (c))
macro
145
_toupper
(devname[0]),
146
_toupper
(devname[1]),
147
_toupper
(devname[2]),
/src/lib/libc/gen/
isctype.c
133
_toupper
(int c)
function in typeref:typename:int
Completed in 15 milliseconds
Indexes created Sat Oct 25 00:10:07 GMT 2025