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

123

/seL4-test-master/projects/musllibc/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
/seL4-test-master/projects/musllibc/crt/
H A Dcrt1.c16 char **argv = (void *)(p+1); local
/seL4-test-master/projects/sel4runtime/src/
H A Dstart.c16 __sel4runtime_start_main( int (*main)(), unsigned long argc, char const *const *argv, char const *const *envp, auxv_t const auxv[] ) argument
H A Dcrt1.c36 char const *const *argv = &((char const * const *) stack)[1]; local
/seL4-test-master/tools/nanopb/tests/alltypes/
H A Dencode_alltypes.c11 int main(int argc, char **argv) argument
H A Ddecode_alltypes.c281 int main(int argc, char **argv) argument
/seL4-test-master/tools/nanopb/tests/alltypes_proto3/
H A Dencode_alltypes.c11 int main(int argc, char **argv) argument
H A Ddecode_alltypes.c143 int main(int argc, char **argv) argument
/seL4-test-master/tools/nanopb/tests/backwards_compatibility/
H A Dencode_legacy.c14 int main(int argc, char **argv) argument
H A Ddecode_legacy.c175 int main(int argc, char **argv) argument
/seL4-test-master/tools/nanopb/tests/field_size_16_proto3/
H A Dencode_alltypes.c11 int main(int argc, char **argv) argument
H A Ddecode_alltypes.c143 int main(int argc, char **argv) argument
/seL4-test-master/tools/nanopb/tests/map/
H A Dencode_map.c9 int main(int argc, char **argv) argument
H A Ddecode_map.c26 int main(int argc, char **argv) argument
/seL4-test-master/tools/nanopb/tests/oneof/
H A Dencode_oneof.c9 int main(int argc, char **argv) argument
/seL4-test-master/tools/nanopb/tests/without_64bit/
H A Dencode_alltypes.c11 int main(int argc, char **argv) argument
/seL4-test-master/tools/nanopb/tests/anonymous_oneof/
H A Ddecode_oneof.c54 int main(int argc, char **argv) argument
/seL4-test-master/tools/nanopb/tests/extensions/
H A Dencode_extensions.c12 int main(int argc, char **argv) argument

Completed in 61 milliseconds

123