OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_toupper
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/libc/gen/
isctype.c
133
_toupper
(int c)
function in typeref:typename: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]),
Completed in 13 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025