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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dbinfmt_em86.c27 char *interp, *i_name, *i_arg; local
55 i_arg = NULL; /* We reserve the right to add an arg later */
69 if (i_arg) {
70 retval = copy_strings_kernel(1, &i_arg, bprm);
H A Dbinfmt_script.c19 const char *i_arg, *i_name; local
53 i_arg = NULL;
59 i_arg = cp;
77 if (i_arg) {
78 retval = copy_strings_kernel(1, &i_arg, bprm);

Completed in 99 milliseconds