Searched defs:__argv (Results 1 - 4 of 4) sorted by relevance
| /kernel/linux/linux-5.10/fs/ |
| H A D | exec.c | 2015 do_execve(struct filename *filename, const char __user *const __user *__argv, const char __user *const __user *__envp) do_execve() argument 2024 do_execveat(int fd, struct filename *filename, const char __user *const __user *__argv, const char __user *const __user *__envp, int flags) do_execveat() argument 2036 compat_do_execve(struct filename *filename, const compat_uptr_t __user *__argv, const compat_uptr_t __user *__envp) compat_do_execve() argument 2051 compat_do_execveat(int fd, struct filename *filename, const compat_uptr_t __user *__argv, const compat_uptr_t __user *__envp, int flags) compat_do_execveat() argument
|
| /kernel/linux/linux-6.6/fs/ |
| H A D | exec.c | 2037 do_execve(struct filename *filename, const char __user *const __user *__argv, const char __user *const __user *__envp) do_execve() argument 2046 do_execveat(int fd, struct filename *filename, const char __user *const __user *__argv, const char __user *const __user *__envp, int flags) do_execveat() argument 2058 compat_do_execve(struct filename *filename, const compat_uptr_t __user *__argv, const compat_uptr_t __user *__envp) compat_do_execve() argument 2073 compat_do_execveat(int fd, struct filename *filename, const compat_uptr_t __user *__argv, const compat_uptr_t __user *__envp, int flags) compat_do_execveat() argument
|
| /kernel/linux/linux-5.10/tools/perf/ |
| H A D | builtin-script.c | 3241 char **__argv = malloc(sizeof(const char *) * argc); in have_cmd() local 3445 const char **__argv; in cmd_script() local [all...] |
| /kernel/linux/linux-6.6/tools/perf/ |
| H A D | builtin-script.c | 3616 char **__argv = malloc(sizeof(const char *) * argc); in have_cmd() local 3826 const char **__argv; in cmd_script() local [all...] |
Completed in 16 milliseconds