Searched refs:ISSPACE (Results 1 – 1 of 1) sorted by relevance
246 #define ISSPACE(a) ({ unsigned char xargs__isspace = (a) - 9; xargs__isspace == (' ' - 9) || xargs_… macro300 if (ISSPACE(c)) { in process_stdin()369 if (c == EOF || ISSPACE(c)) { in process_stdin()479 if (ISSPACE(c)) in process_stdin_with_replace()