/third_party/musl/src/fenv/ |
H A D | feholdexcept.c | 3 int feholdexcept(fenv_t *envp) in feholdexcept() argument
|
H A D | feupdateenv.c | 3 int feupdateenv(const fenv_t *envp) in feupdateenv() argument
|
H A D | fenv.c | 30 int fegetenv(fenv_t *envp) in fegetenv() argument 35 int fesetenv(const fenv_t *envp) in fesetenv() argument
|
/third_party/musl/src/process/ |
H A D | execve.c | 4 int execve(const char *path, char *const argv[], char *const envp[]) in execve() argument
|
H A D | execvp.c | 9 int __execvpe(const char *file, char *const argv[], char *const envp[]) in __execvpe() argument
|
H A D | fexecve.c | 8 int fexecve(int fd, char *const argv[], char *const envp[]) in fexecve() argument
|
H A D | execle.c | 14 char **envp; in execle() local
|
H A D | posix_spawnp.c | 5 posix_spawnp(pid_t *restrict res, const char *restrict file, const posix_spawn_file_actions_t *fa, const posix_spawnattr_t *restrict attr, char *const argv[restrict], char *const envp[restrict]) posix_spawnp() argument
|
/third_party/ltp/include/lapi/ |
H A D | execveat.h | 14 execveat(int dirfd, const char *pathname, char *const argv[], char *const envp[], int flags) execveat() argument
|
/third_party/musl/porting/liteos_a/user/src/process/ |
H A D | fexecve.c | 8 int fexecve(int fd, char *const argv[], char *const envp[]) in fexecve() argument
|
H A D | posix_spawnp.c | 5 posix_spawnp(pid_t *restrict res, const char *restrict file, const posix_spawn_file_actions_t *fa, const posix_spawnattr_t *restrict attr, char *const argv[restrict], char *const envp[restrict]) posix_spawnp() argument
|
/third_party/ltp/testcases/kernel/syscalls/execle/ |
H A D | execle01.c | 26 char *const envp[] = { "LTP_TEST_ENV_VAR=test", ipc_env_var, NULL }; in verify_execle() local
|
/third_party/ltp/testcases/kernel/syscalls/execve/ |
H A D | execve06.c | 29 char *const envp[] = {ipc_env_var, NULL}; in verify_execve() local
|
H A D | execve01.c | 29 char *const envp[] = { "LTP_TEST_ENV_VAR=test", ipc_env_var, NULL }; in verify_execve() local
|
/third_party/musl/libc-test/src/functionalext/supplement/fenv/ |
H A D | feupdateenv.c | 27 fenv_t envp; in feupdateenv_0100() local
|
H A D | feholdexcept.c | 27 fenv_t envp; in feholdexcept_0100() local
|
/third_party/musl/porting/liteos_a/kernel/src/fenv/ |
H A D | fenv.c | 30 int fegetenv(fenv_t *envp) in fegetenv() argument 35 int fesetenv(const fenv_t *envp) in fesetenv() argument
|
/third_party/libunwind/libunwind/tests/ |
H A D | forker.c | 33 main (int argc, char **argv, char **envp) in main() argument
|
/third_party/musl/src/fenv/m68k/ |
H A D | fenv.c | 60 int fegetenv(fenv_t *envp) in fegetenv() argument 69 int fesetenv(const fenv_t *envp) in fesetenv() argument [all...] |
/third_party/musl/src/fenv/s390x/ |
H A D | fenv.c | 46 int fegetenv(fenv_t *envp) in fegetenv() argument 52 int fesetenv(const fenv_t *envp) in fesetenv() argument
|
/third_party/ltp/testcases/kernel/syscalls/prctl/ |
H A D | prctl06.c | 38 char *const envp[] = {ipc_env_var, NULL }; in do_prctl() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | Program.cpp | 30 int sys::ExecuteAndWait(StringRef Program, const char **args, const char **envp, in ExecuteAndWait() argument 49 ExecuteNoWait(StringRef Program, const char **args, const char **envp, const StringRef **redirects, unsigned memoryLimit, std::string *ErrMsg, bool *ExecutionFailed) ExecuteNoWait() argument
|
/third_party/selinux/libselinux/src/ |
H A D | setexecfilecon.c | 58 rpm_execcon(unsigned int verified __attribute__ ((unused)), const char *filename, char *const argv[], char *const envp[]) rpm_execcon() argument
|
/third_party/musl/porting/linux/user/src/env/ |
H A D | __libc_start_main.c | 24 void __init_libc(char **envp, char *pn) in __init_libc() argument 82 char **envp = argv+argc+1; in __libc_start_main() local 103 char **envp = argv+argc+1; in libc_start_main_stage2() local
|
/third_party/musl/src/env/ |
H A D | __libc_start_main.c | 26 void __init_libc(char **envp, char *pn) in __init_libc() argument 84 char **envp = argv+argc+1; in __libc_start_main() local 105 char **envp = argv+argc+1; in libc_start_main_stage2() local
|