Searched defs:prog (Results 1 – 10 of 10) sorted by relevance
/busybox-1.35.0/console-tools/ |
D | openvt.c | 179 const char *prog = argv[0]; in openvt_main() local
|
/busybox-1.35.0/examples/shutdown-1.0/script/ |
D | hardshutdown.c | 110 char *prog, *ptr; in main() local
|
/busybox-1.35.0/init/ |
D | bootchartd.c | 265 static void finalize(char *tempdir, const char *prog, int process_accounting) in finalize()
|
/busybox-1.35.0/runit/ |
D | sv.c | 370 char *prog[2]; in checkscript() local
|
/busybox-1.35.0/e2fsprogs/ |
D | fsck.c | 113 char *prog; member
|
/busybox-1.35.0/miscutils/ |
D | crond.c | 691 const char *shell, *prog; in fork_job() local
|
/busybox-1.35.0/include/ |
D | libbb.h | 1216 #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/ |
D | mount.c | 1154 long unsigned prog, in get_mountport()
|
/busybox-1.35.0/shell/ |
D | ash.c | 8292 static void shellexec(char *prog, char **argv, const char *path, int idx) in shellexec() 10042 char *prog; in execcmd() local
|
D | hush.c | 8009 static int setup_redirects(struct command *prog, struct squirrel **sqp) in setup_redirects()
|