Searched defs:_toupper (Results 1 - 5 of 5) sorted by path

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

Completed in 384 milliseconds