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

/linux-master/fs/
H A Dbinfmt_script.c36 const char *i_name, *i_sep, *i_arg, *i_end, *buf_end; local
59 i_end = strnchr(bprm->buf, sizeof(bprm->buf), '\n');
60 if (!i_end) {
61 i_end = next_non_spacetab(bprm->buf + 2, buf_end);
62 if (!i_end)
68 if (!next_terminator(i_end, buf_end))
70 i_end = buf_end;
72 /* Trim any trailing spaces/tabs from i_end */
73 while (spacetab(i_end[-1]))
74 i_end
[all...]

Completed in 143 milliseconds