Home
last modified time | relevance | path

Searched defs:toupper (Results 1 – 9 of 9) sorted by relevance

/csrg-svn/sys/kern/
H A Dmakesyscalls.sh55 function toupper(str) { function
H A Dvnode_if.sh46 function toupper(str) { function
/csrg-svn/lib/libc/locale/
H A Disctype.c145 toupper(c) in toupper() function
H A Drune.c294 toupper(c) in toupper() function
/csrg-svn/sys/tahoe/stand/vdformat/
H A Dcmd.h19 #define toupper(c) (islower(c) ? ((c) & ~040) : c) macro
/csrg-svn/include/
H A Dctype.h97 toupper(_BSD_RUNE_T_ c) in toupper() function
/csrg-svn/local/toolchest/ksh/shlib/
H A Dshtype.h115 #define toupper(c) ((c) + 'A' - 'a') macro
/csrg-svn/local/toolchest/ksh/sh/
H A Dshtype.h115 #define toupper(c) ((c) + 'A' - 'a') macro
/csrg-svn/games/larn/
H A Dheader.h431 #define toupper(x) (to_upper[x]) macro