Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dkern_exec.c329 #define IS_WHITESPACE(ch) ((ch == ' ') || (ch == '\t')) macro
612 } else if (IS_WHITESPACE(*ihp)) { in exec_shell_imgact()
643 while (IS_EOL(*ihp) || IS_WHITESPACE(*ihp)) { in exec_shell_imgact()
659 for (ihp = line_startp; (ihp < line_endp) && !IS_WHITESPACE(*ihp); ihp++) { in exec_shell_imgact()
5253 while (*ch && !IS_WHITESPACE(*ch)) { in exec_extract_strings()
5271 while (IS_WHITESPACE(*argstart)) { in exec_extract_strings()