Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/vfs/
H A Dvnode_if.sh93 function toupper(str) { function
/xnu-10063.101.15/iokit/Kernel/
H A DIOHibernateRestoreKernel.c905 #define toupper(c) ((c) - 0x20 * (((c) >= 'a') && ((c) <= 'z'))) macro