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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dexec.c419 * 'copy_strings()' copies argument/environment strings from the old
423 static int copy_strings(int argc, const char __user *const __user *argv, function
510 * Like copy_strings, but get argv and its values from kernel memory.
518 r = copy_strings(argc, (const char __user *const __user *)argv, bprm);
1427 retval = copy_strings(bprm->envc, envp, bprm);
1431 retval = copy_strings(bprm->argc, argv, bprm);

Completed in 103 milliseconds