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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dbinfmt_em86.c28 char *interp, *i_name, *i_arg; local
56 i_arg = NULL; /* We reserve the right to add an arg later */
70 if (i_arg) {
71 retval = copy_strings_kernel(1, &i_arg, bprm);
H A Dbinfmt_script.c20 char *cp, *i_name, *i_arg; local
52 i_arg = NULL;
58 i_arg = cp;
74 if (i_arg) {
75 retval = copy_strings_kernel(1, &i_arg, bprm);

Completed in 41 milliseconds