Home
last modified time | relevance | path

Searched defs:BB_EXECVP (Results 1 – 2 of 2) sorted by relevance

/busybox-1.35.0/libbb/
Dexecutable.c79 int FAST_FUNC BB_EXECVP(const char *file, char *const argv[]) in BB_EXECVP() function
/busybox-1.35.0/include/
Dlibbb.h1223 #define BB_EXECVP(prog,cmd) execvp(prog,cmd) macro