Home
last modified time | relevance | path

Searched refs:execvp_noalloc (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/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()
H A Dhelper.c34 err = execvp_noalloc(data->buf, argv[0], argv); in helper_child()
/openbmc/linux/arch/um/include/shared/
H A Dos.h217 extern int execvp_noalloc(char *buf, const char *file, char *const argv[]);