Home
last modified time | relevance | path

Searched refs:isalpha (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.61.12/iokit/Kernel/
H A DIOStringFuncs.c100 isalpha(char c) in isalpha() function
185 } else if (isalpha(c)) { in strtol()
257 } else if (isalpha(c)) { in strtoul()
358 } else if (isalpha(c)) { in strtoq()
440 } else if (isalpha(c)) { in strtouq()
/xnu-12377.61.12/SETUP/kextsymboltool/
H A Dkextsymboltool.c409 if (isalpha(*scan)) { in store_symbols()
414 while ((*scan != '\0') && isalpha(*scan)) { in store_symbols()