Home
last modified time | relevance | path

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

/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()
/linux/arch/um/include/shared/
H A Dos.h220 extern int execvp_noalloc(char *buf, const char *file, char *const argv[]);