Home
last modified time | relevance | path

Searched defs:envp (Results 1 - 25 of 53) sorted by relevance

123

/third_party/musl/src/fenv/
H A Dfeholdexcept.c3 int feholdexcept(fenv_t *envp) in feholdexcept() argument
H A Dfeupdateenv.c3 int feupdateenv(const fenv_t *envp) in feupdateenv() argument
H A Dfenv.c30 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 Dexecve.c4 int execve(const char *path, char *const argv[], char *const envp[]) in execve() argument
H A Dexecvp.c9 int __execvpe(const char *file, char *const argv[], char *const envp[]) in __execvpe() argument
H A Dfexecve.c8 int fexecve(int fd, char *const argv[], char *const envp[]) in fexecve() argument
H A Dexecle.c14 char **envp; in execle() local
H A Dposix_spawnp.c5 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 Dexecveat.h14 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 Dfexecve.c8 int fexecve(int fd, char *const argv[], char *const envp[]) in fexecve() argument
H A Dposix_spawnp.c5 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 Dexecle01.c26 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 Dexecve06.c29 char *const envp[] = {ipc_env_var, NULL}; in verify_execve() local
H A Dexecve01.c29 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 Dfeupdateenv.c27 fenv_t envp; in feupdateenv_0100() local
H A Dfeholdexcept.c27 fenv_t envp; in feholdexcept_0100() local
/third_party/musl/porting/liteos_a/kernel/src/fenv/
H A Dfenv.c30 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 Dforker.c33 main (int argc, char **argv, char **envp) in main() argument
/third_party/musl/src/fenv/m68k/
H A Dfenv.c60 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 Dfenv.c46 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 Dprctl06.c38 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 DProgram.cpp30 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 Dsetexecfilecon.c58 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.c24 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.c26 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

Completed in 5 milliseconds

123