Searched refs:i_sep (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
83 i_sep = next_terminator(i_name, i_end);
84 if (i_sep && (*i_sep != '\0'))
85 i_arg = next_non_spacetab(i_sep, i_end);
115 *((char *)i_sep) = '\0';

Completed in 76 milliseconds