Searched refs:find_applet_by_name (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dexecable.c68 return execvp(find_applet_by_name(file) ? bb_busybox_exec_path : file,
H A Dvfork_daemon_rexec.c175 const struct bb_applet *a = find_applet_by_name(argv[0]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/applets/
H A Dapplets.c242 applet = find_applet_by_name(s);
489 const struct bb_applet *find_applet_by_name(const char *name) function
628 current_applet = find_applet_by_name(name);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/include/
H A Dlibbb.h519 execlp((find_applet_by_name(prog)) ? CONFIG_BUSYBOX_EXEC_PATH : prog, \
727 extern const struct bb_applet *find_applet_by_name(const char *name);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dlash.c1258 const struct bb_applet *a = find_applet_by_name(child->argv[i]);
H A Dhush.c1356 const struct bb_applet *a = find_applet_by_name(argv[0]);
1736 const struct bb_applet *a = find_applet_by_name(argv[i]);
H A Dmsh.c48 static char *find_applet_by_name(const char *applet) function
3058 if (find_applet_by_name(name)) {
H A Dash.c6462 a = find_applet_by_name(cmd);
6522 || find_applet_by_name(argv[0])
11090 if (find_applet_by_name(name)) {

Completed in 207 milliseconds