Searched refs:line_endp (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_exec.c441 char *line_endp; local
485 line_endp = ihp;
488 while ( ihp < line_endp && ((*ihp == ' ') || (*ihp == '\t')))
495 for (;line_endp > ihp && ((*line_endp == ' ') || (*line_endp == '\t')); line_endp--)
499 if (line_endp == ihp)
504 while ((ihp < line_endp) && (*ihp != ' ') && (*ihp != '\t'))
512 while (ihp < line_endp) {
[all...]

Completed in 75 milliseconds