Searched refs:bb_applet (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/include/
H A Dbusybox.h31 struct bb_applet { struct
52 extern const struct bb_applet applets[];
H A Dlibbb.h510 struct bb_applet;
548 const struct bb_applet *current_applet;
557 int run_nofork_applet(const struct bb_applet *a, char **argv);
558 int run_nofork_applet_prime(struct nofork_save_area *old, const struct bb_applet *a, char **argv);
727 extern const struct bb_applet *find_applet_by_name(const char *name);
988 extern const struct bb_applet *current_applet;
H A Dapplets.h56 const struct bb_applet applets[] = { /* name, main, location, need_suid */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dvfork_daemon_rexec.c19 #include "busybox.h" /* for struct bb_applet */
125 int run_nofork_applet_prime(struct nofork_save_area *old, const struct bb_applet *a, char **argv)
161 int run_nofork_applet(const struct bb_applet *a, char **argv)
175 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.c47 /* Define struct bb_applet applets[] */
54 const struct bb_applet *current_applet;
66 const struct bb_applet *m_applet;
131 const struct bb_applet *applet;
340 static void check_suid(const struct bb_applet *applet)
484 const struct bb_applet *applet = vapplet;
489 const struct bb_applet *find_applet_by_name(const char *name)
543 const struct bb_applet *a;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dlash.c26 #include "busybox.h" /* for struct bb_applet */
1258 const struct bb_applet *a = find_applet_by_name(child->argv[i]);
H A Dhush.c86 #include "busybox.h" /* for struct bb_applet */
1356 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.c3189 const struct bb_applet *applet = applets;
H A Dash.c56 #include "busybox.h" /* for struct bb_applet */
6460 const struct bb_applet *a;

Completed in 212 milliseconds