Home
last modified time | relevance | path

Searched refs:__envp (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dfenv.h114 extern int fegetenv (fenv_t *__envp) __THROW;
119 extern int feholdexcept (fenv_t *__envp) __THROW;
123 extern int fesetenv (const fenv_t *__envp) __THROW;
128 extern int feupdateenv (const fenv_t *__envp) __THROW;
H A Dspawn.h78 char *const __envp[__restrict_arr])
88 char *const __argv[], char *const __envp[])
H A Dunistd.h563 char *const __envp[]) __THROW __nonnull ((1, 2));
568 extern int fexecve (int __fd, char *const __argv[], char *const __envp[])
602 char *const __envp[])
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dfenv.h114 extern int fegetenv (fenv_t *__envp) __THROW;
119 extern int feholdexcept (fenv_t *__envp) __THROW;
123 extern int fesetenv (const fenv_t *__envp) __THROW;
128 extern int feupdateenv (const fenv_t *__envp) __THROW;
H A Dspawn.h78 char *const __envp[__restrict_arr])
88 char *const __argv[], char *const __envp[])
H A Dunistd.h563 char *const __envp[]) __THROW __nonnull ((1, 2));
568 extern int fexecve (int __fd, char *const __argv[], char *const __envp[])
602 char *const __envp[])
/OK3568_Linux_fs/kernel/fs/
H A Dexec.c2008 const char __user *const __user *__envp) in do_execve() argument
2011 struct user_arg_ptr envp = { .ptr.native = __envp }; in do_execve()
2017 const char __user *const __user *__envp, in do_execveat() argument
2021 struct user_arg_ptr envp = { .ptr.native = __envp }; in do_execveat()
2029 const compat_uptr_t __user *__envp) in compat_do_execve() argument
2037 .ptr.compat = __envp, in compat_do_execve()
2044 const compat_uptr_t __user *__envp, in compat_do_execveat() argument
2053 .ptr.compat = __envp, in compat_do_execveat()