Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/vfs/
H A Dvnode_if.sh89 toupper=
92 toupper='
185 sed -e "$sed_prep" $src | $awk "$toupper"'
/xnu-8019.80.24/SETUP/config/
H A Dmkheaders.c227 *cp++ = toupper(*dev++); in tomacro()
H A Dmkmakefile.c801 *str = toupper(*str); in allCaps()
/xnu-8019.80.24/iokit/Kernel/
H A DIOHibernateRestoreKernel.c905 #define toupper(c) ((c) - 0x20 * (((c) >= 'a') && ((c) <= 'z'))) macro
941 *++p = upper ? toupper(c) : c; in ksprintn()