Lines Matching refs:interpreter
46 * interpreter path and argument strings. We must be careful
51 * We do not want to exec a truncated interpreter path, so either
53 * we find a space/tab/NUL after the interpreter path (which
55 * arguments is fine: the interpreter can re-read the script to
66 * interpreter path is truncated.
79 return -ENOEXEC; /* No interpreter name found */
90 * up now (on the assumption that the interpreter will want to load
97 * OK, we've parsed out the interpreter name and
99 * Splice in (1) the interpreter's name for argv[0]
100 * (2) (optional) argument to interpreter
130 * OK, now restart the process with the interpreter's dentry.
136 bprm->interpreter = file;