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

/seL4-refos-master/libs/libmuslc/src/fenv/
H A Dfeholdexcept.c3 int feholdexcept(fenv_t *envp) argument
H A Dfeupdateenv.c3 int feupdateenv(const fenv_t *envp) argument
H A Dfenv.c30 int fegetenv(fenv_t *envp) argument
35 int fesetenv(const fenv_t *envp) argument
/seL4-refos-master/libs/libmuslc/src/process/
H A Dexecve.c4 int execve(const char *path, char *const argv[], char *const envp[]) argument
H A Dfexecve.c6 int fexecve(int fd, char *const argv[], char *const envp[]) argument
H A Dexecle.c14 char **envp; local
H A Dexecvp.c10 int __execvpe(const char *file, char *const argv[], char *const envp[]) argument
H A Dposix_spawnp.c11 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]) argument
H A Dposix_spawn.c20 char *const *argv, *const *envp; member in struct:args
144 __posix_spawnx(pid_t *restrict res, const char *restrict path, int (*exec)(const char *, char *const *, char *const *), const posix_spawn_file_actions_t *fa, const posix_spawnattr_t *restrict attr, char *const argv[restrict], char *const envp[restrict]) argument
189 posix_spawn(pid_t *restrict res, const char *restrict path, const posix_spawn_file_actions_t *fa, const posix_spawnattr_t *restrict attr, char *const argv[restrict], char *const envp[restrict]) argument
/seL4-refos-master/libs/libmuslc/src/env/
H A D__libc_start_main.c22 void __init_libc(char **envp, char *pn) argument
68 char **envp = argv+argc+1; local
/seL4-refos-master/libs/libmuslc/src/fenv/s390x/
H A Dfenv.c45 int fegetenv(fenv_t *envp) argument
51 int fesetenv(const fenv_t *envp) argument
/seL4-refos-master/projects/refos/impl/apps/selfloader/src/
H A Dselfloader.c384 char *envp[] = {ipc_buf_env, system_call_table_env}; local
/seL4-refos-master/apps/selfloader/src/
H A Dselfloader.c384 char *envp[] = {ipc_buf_env, system_call_table_env}; local
/seL4-refos-master/libs/libsel4utils/src/
H A Dprocess.c279 char *envp[] = {}; local
/seL4-refos-master/projects/seL4_libs/libsel4utils/src/
H A Dprocess.c279 char *envp[] = {}; local
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dfiles.c1508 char *envp; local
2069 char *envp; local
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dfiles.c1508 char *envp; local
2069 char *envp; local
[all...]
/seL4-refos-master/libs/libmuslc/ldso/
H A Ddynlink.c1402 char **envp = argv+argc+1; local

Completed in 88 milliseconds