Searched refs:LISALPHA (Results 1 – 4 of 4) sorted by relevance
317 #define LISALPHA isalpha macro429 #define LISALPHA iswalpha macro
196 if (LISALPHA(*string)) in lstrlwr()213 if (LISALPHA(*string)) in lstrupr()
501 …if ( ( path [0] == '/' ) || ( ( LISALPHA ( path [0] ) ) && ( path [1] == ':' ) && ( path [2] == '/… in pf_is_path_absolute()
171 (LISALPHA(canonical[0]) && canonical[1] == ':' && canonical[2] == '/')); in PFileSystemIsAbsolutePath()