Home
last modified time | relevance | path

Searched refs:bb_busybox_exec_path (Results 1 – 8 of 8) sorted by relevance

/dports/sysutils/busybox/busybox-1.26.2/libbb/
H A Dvfork_daemon_rexec.c219 execv(bb_busybox_exec_path, argv); in re_exec()
220 bb_perror_msg_and_die("can't execute '%s'", bb_busybox_exec_path); in re_exec()
H A Dmessages.c38 const char bb_busybox_exec_path[] ALIGN1 = CONFIG_BUSYBOX_EXEC_PATH; variable
H A Dexecutable.c81 execvp(bb_busybox_exec_path, argv); in BB_EXECVP()
H A Dappletlib.c806 busybox = xmalloc_readlink(bb_busybox_exec_path); in busybox_main()
/dports/sysutils/busybox/busybox-1.26.2/include/
H A Dlibbb.h1006 execlp(bb_busybox_exec_path, cmd, __VA_ARGS__); \
1845 extern const char bb_busybox_exec_path[] ALIGN1;
/dports/sysutils/busybox/busybox-1.26.2/networking/
H A Dftpd.c713 execv(bb_busybox_exec_path, (char**) argv); in popen_ls()
/dports/sysutils/busybox/busybox-1.26.2/shell/
H A Dash.c7574 execve(bb_busybox_exec_path, argv, envp);
7588 if (cmd != (char*) bb_busybox_exec_path && errno == ENOEXEC) {
7606 cmd = (char*) bb_busybox_exec_path;
H A Dhush.c6075 execve(bb_busybox_exec_path, argv, pp); in re_execute_shell()
6929 execv(bb_busybox_exec_path, argv); in pseudo_exec_argv()