Home
last modified time | relevance | path

Searched refs:toupper (Results 1 – 5 of 5) sorted by relevance

/xnu-11215.81.4/bsd/vfs/
H A Dvnode_if.sh89 toupper=
92 toupper='
185 sed -e "$sed_prep" $src | $awk "$toupper"'
/xnu-11215.81.4/tests/nvram_tests/
H A Dnvram_helper.c160 number = toupper(value[++cnt]) - '0'; in ConvertValueToCFTypeRef()
164 tmp = toupper(value[++cnt]) - '0'; in ConvertValueToCFTypeRef()
/xnu-11215.81.4/SETUP/config/
H A Dmkheaders.c227 *cp++ = toupper(*dev++); in tomacro()
H A Dmkmakefile.c896 *str = toupper(*str); in allCaps()
/xnu-11215.81.4/iokit/Kernel/
H A DIOHibernateRestoreKernel.c905 #define toupper(c) ((c) - 0x20 * (((c) >= 'a') && ((c) <= 'z'))) macro
941 *++p = upper ? toupper(c) : c; in ksprintn()