Searched refs:ISWHITE (Results 1 – 1 of 1) sorted by relevance
489 #define ISWHITE(c) (((c) == ' ') || ((c) == '\t') || ((c) == '\n') || ((c) == '\r')) macro509 while (*p && ISWHITE (*p)) in find_key()514 while (*p && *p != '=' && !ISWHITE (*p)) in find_key()519 while (*p && ISWHITE (*p)) in find_key()