Searched refs:iswhitespace (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/SETUP/kextsymboltool/
H A Dkextsymboltool.c171 static bool iswhitespace( char c ) function
348 while ((*scan != '\0') && iswhitespace(*scan)) {
353 while ((*scan != '\0') && iswhitespace(*scan)) {
386 while ((*scan != '\0') && iswhitespace(*scan)) {

Completed in 76 milliseconds