Searched defs:argv (Results 1 - 21 of 21) sorted by relevance

/seL4-refos-master/libs/libmuslc/crt/
H A Dcrt1.c16 char **argv = (void *)(p+1); local
/seL4-refos-master/libs/libmuslc/src/process/
H A Dexecv.c5 int execv(const char *path, char *const argv[]) argument
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 Dexecl.c13 char *argv[argc+1]; local
H A Dexecle.c13 char *argv[argc+1]; local
H A Dexeclp.c13 char *argv[argc+1]; local
H A Dexecvp.c10 int __execvpe(const char *file, char *const argv[], char *const envp[]) argument
50 int execvp(const char *file, char *const argv[]) 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/projects/refos/impl/apps/nethack/src/
H A Drefos_nethack.c27 main(int argc, char **argv) argument
/seL4-refos-master/apps/nethack/src/
H A Drefos_nethack.c27 main(int argc, char **argv) argument
/seL4-refos-master/libs/libmuslc/src/env/
H A D__libc_start_main.c66 int __libc_start_main(int (*main)(int,char **,char **), int argc, char **argv) argument
/seL4-refos-master/libs/libmuslc/src/misc/
H A Dgetopt.c27 int getopt(int argc, char * const argv[], const char *optstring) argument
[all...]
H A Dgetopt_long.c9 static void permute(char *const *argv, int dest, int src) argument
23 static int __getopt_long(int argc, char *const *argv, const char *optstring, const struct option *longopts, int *idx, int longonly) argument
52 __getopt_long_core(int argc, char *const *argv, const char *optstring, const struct option *longopts, int *idx, int longonly) argument
123 getopt_long(int argc, char *const *argv, const char *optstring, const struct option *longopts, int *idx) argument
128 getopt_long_only(int argc, char *const *argv, const char *optstring, const struct option *longopts, int *idx) argument
[all...]
/seL4-refos-master/seL4_tools/misc/
H A Dcpio-strip.c51 int main(int argc, char **argv) argument
/seL4-refos-master/libs/libmuslc/ldso/
H A Ddlstart.c27 char **argv = (void *)(sp+1); local
H A Ddynlink.c1400 char **argv = (void *)(sp+1); local
[all...]
/seL4-refos-master/projects/util_libs/libfdt/
H A Dfdtget.c329 int test_main(int argc, char *argv[]) argument
/seL4-refos-master/libs/libsel4utils/src/
H A Dprocess.c94 void sel4utils_create_word_args(char strings[][WORD_STRING_SIZE], char *argv[], int argc, ...) argument
215 sel4utils_stack_copy_args(vspace_t *current_vspace, vspace_t *target_vspace, vka_t *vka, int argc, char *argv[], uintptr_t *dest_argv, uintptr_t *initial_stack_pointer) argument
230 sel4utils_spawn_process(sel4utils_process_t *process, vka_t *vka, vspace_t *vspace, int argc, char *argv[], int resume) argument
273 sel4utils_spawn_process_v(sel4utils_process_t *process, vka_t *vka, vspace_t *vspace, int argc, char *argv[], int resume) argument
[all...]
/seL4-refos-master/projects/seL4_libs/libsel4utils/src/
H A Dprocess.c94 void sel4utils_create_word_args(char strings[][WORD_STRING_SIZE], char *argv[], int argc, ...) argument
215 sel4utils_stack_copy_args(vspace_t *current_vspace, vspace_t *target_vspace, vka_t *vka, int argc, char *argv[], uintptr_t *dest_argv, uintptr_t *initial_stack_pointer) argument
230 sel4utils_spawn_process(sel4utils_process_t *process, vka_t *vka, vspace_t *vspace, int argc, char *argv[], int resume) argument
273 sel4utils_spawn_process_v(sel4utils_process_t *process, vka_t *vka, vspace_t *vspace, int argc, char *argv[], int resume) argument
[all...]

Completed in 171 milliseconds