Home
last modified time | relevance | path

Searched refs:execvp_noalloc (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/um/os-Linux/
H A Dexecvp.c39 int execvp_noalloc(char *buf, const char *file, char *const argv[]) in execvp_noalloc() function
143 if (ret = execvp_noalloc(buf, argv[0], argv)) { in main()
145 perror("execvp_noalloc"); in main()
H A Dhelper.c33 err = execvp_noalloc(data->buf, argv[0], argv); in helper_child()
/kernel/linux/linux-6.6/arch/um/os-Linux/
H A Dexecvp.c39 int execvp_noalloc(char *buf, const char *file, char *const argv[]) in execvp_noalloc() function
144 if (ret = execvp_noalloc(buf, argv[0], argv)) { in main()
146 perror("execvp_noalloc"); in main()
H A Dhelper.c34 err = execvp_noalloc(data->buf, argv[0], argv); in helper_child()
/kernel/linux/linux-5.10/arch/um/include/shared/
H A Dos.h218 extern int execvp_noalloc(char *buf, const char *file, char *const argv[]);
/kernel/linux/linux-6.6/arch/um/include/shared/
H A Dos.h217 extern int execvp_noalloc(char *buf, const char *file, char *const argv[]);

Completed in 5 milliseconds