Searched refs:IS_SPACE (Results 1 – 1 of 1) sorted by relevance
197 #define IS_SPACE(c) ((c) == '\t' || (c) == ' ' || (c) == ',' || \ in strip_spaces() macro201 while (IS_SPACE(*buf[0])) in strip_spaces()208 for (int i = strlen(*buf) - 1; i >= 0 && IS_SPACE((*buf)[i]); i--) in strip_spaces()