Home
last modified time | relevance | path

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

/busybox-1.35.0/findutils/
Dxargs.c246 #define ISSPACE(a) ({ unsigned char xargs__isspace = (a) - 9; xargs__isspace == (' ' - 9) || xargs_… macro
300 if (ISSPACE(c)) { in process_stdin()
369 if (c == EOF || ISSPACE(c)) { in process_stdin()
479 if (ISSPACE(c)) in process_stdin_with_replace()