Home
last modified time | relevance | path

Searched defs:_toupper (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/fixincludes/tests/base/
Dctype.h33 # define _toupper(__c) __toupper(__c) macro
/netbsd/src/lib/libc/gen/
Disctype.c134 _toupper(int c) in _toupper() function
/netbsd/src/sys/sys/
Dctype_inline.h66 #define _toupper(c) ((c) - 'a' + 'A') macro
/netbsd/src/sys/arch/hpc/stand/libsa/
Dwinblk.c61 #define _toupper(c) (islower(c) ? ((c) - 'a' + 'A') : (c)) macro