Searched refs:execvp_noalloc (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/um/os-Linux/ |
H A D | execvp.c | 39 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 D | helper.c | 33 err = execvp_noalloc(data->buf, argv[0], argv); in helper_child()
|
/kernel/linux/linux-6.6/arch/um/os-Linux/ |
H A D | execvp.c | 39 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 D | helper.c | 34 err = execvp_noalloc(data->buf, argv[0], argv); in helper_child()
|
/kernel/linux/linux-5.10/arch/um/include/shared/ |
H A D | os.h | 218 extern int execvp_noalloc(char *buf, const char *file, char *const argv[]);
|
/kernel/linux/linux-6.6/arch/um/include/shared/ |
H A D | os.h | 217 extern int execvp_noalloc(char *buf, const char *file, char *const argv[]);
|
Completed in 5 milliseconds