Home
last modified time | relevance | path

Searched defs:prog (Results 1 – 10 of 10) sorted by relevance

/busybox-1.35.0/console-tools/
Dopenvt.c179 const char *prog = argv[0]; in openvt_main() local
/busybox-1.35.0/examples/shutdown-1.0/script/
Dhardshutdown.c110 char *prog, *ptr; in main() local
/busybox-1.35.0/init/
Dbootchartd.c265 static void finalize(char *tempdir, const char *prog, int process_accounting) in finalize()
/busybox-1.35.0/runit/
Dsv.c370 char *prog[2]; in checkscript() local
/busybox-1.35.0/e2fsprogs/
Dfsck.c113 char *prog; member
/busybox-1.35.0/miscutils/
Dcrond.c691 const char *shell, *prog; in fork_job() local
/busybox-1.35.0/include/
Dlibbb.h1216 #define BB_EXECLP(prog,cmd,...) \ argument
1223 #define BB_EXECVP(prog,cmd) execvp(prog,cmd) argument
1224 #define BB_EXECLP(prog,cmd,...) execlp(prog,cmd,__VA_ARGS__) argument
/busybox-1.35.0/util-linux/
Dmount.c1154 long unsigned prog, in get_mountport()
/busybox-1.35.0/shell/
Dash.c8292 static void shellexec(char *prog, char **argv, const char *path, int idx) in shellexec()
10042 char *prog; in execcmd() local
Dhush.c8009 static int setup_redirects(struct command *prog, struct squirrel **sqp) in setup_redirects()