Searched refs:i_arg (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
82 i_arg = NULL;
85 i_arg = next_non_spacetab(i_sep, i_end);
114 if (i_arg) {
116 retval = copy_string_kernel(i_arg, bprm);

Completed in 199 milliseconds