Home
last modified time | relevance | path

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

/coreutils/src/
Ddigest.c575 #define ISWHITE(c) ((c) == ' ' || (c) == '\t') macro
702 while (ISWHITE (s[i])) in bsd_split_3()
710 while (ISWHITE (s[i])) in bsd_split_3()
741 while (i <= max_tag_len && s[i] && ! ISWHITE (s[i]) in algorithm_from_tag()
771 while (ISWHITE (s[i])) in split_3()
872 while (s[i] && !ISWHITE (s[i])) in split_3()