Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/kern/
H A Dkern_exec.c577 char *line_startp, *line_endp; in exec_shell_imgact() local
625 line_startp = ihp; in exec_shell_imgact()
659 for (ihp = line_startp; (ihp < line_endp) && !IS_WHITESPACE(*ihp); ihp++) { in exec_shell_imgact()
670 for (ihp = line_startp; (ihp < line_endp); ihp++) { in exec_shell_imgact()