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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dbinfmt_elf.c546 char passed_fileno[6]; local
756 char *passed_p = passed_fileno;
757 sprintf(passed_fileno, "%d", elf_exec_fileno);
993 /* N.B. passed_fileno might not be initialized? */
995 current->mm->arg_start += strlen(passed_fileno) + 1;

Completed in 109 milliseconds