Home
last modified time | relevance | path

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

/xnu-11215/bsd/kern/
H A Dkern_exec.c341 #define IS_WHITESPACE(ch) ((ch == ' ') || (ch == '\t')) macro
638 } else if (IS_WHITESPACE(*ihp)) { in exec_shell_imgact()
669 while (IS_EOL(*ihp) || IS_WHITESPACE(*ihp)) { in exec_shell_imgact()
685 for (ihp = line_startp; (ihp < line_endp) && !IS_WHITESPACE(*ihp); ihp++) { in exec_shell_imgact()
5929 while (*ch && !IS_WHITESPACE(*ch)) { in exec_extract_strings()
5947 while (IS_WHITESPACE(*argstart)) { in exec_extract_strings()