Searched refs:applets (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/applets/
H A Dbusybox.mkll5 # input $2: full path to applets.h
14 APPLETS_H=${2:-include/applets.h}
H A Dapplets.c32 #include "applets.h"
40 #include "applets.h"
47 /* Define struct bb_applet applets[] */
48 #include "applets.h"
52 const unsigned short NUM_APPLETS = ARRAY_SIZE(applets);
64 /* applets[] is const, so we have to define this "override" structure */
465 i = current_applet - applets;
492 return bsearch(name, applets, ARRAY_SIZE(applets)-1, sizeof(applets[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/include/
H A Dbusybox.h52 extern const struct bb_applet applets[];
H A Dapplets.h3 * applets.h - a listing of all busybox applets.
55 const struct bb_applet applets[] = { /* name, main, location, need_suid */ variable in typeref:struct:bb_applet
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/
H A Dindividual25 # About 3/5 of the applets build from one .c file (with the same name as the
29 # Figure out which applets need extra libraries added to their command line.
66 # Query applets.h to figure out which applets need special treatment
68 strange_names=`sed -rn -e 's/\#.*//' -e 's/.*APPLET_NOUSAGE\(([^,]*),([^,]*),.*/\1 \2/p' -e 's/.*APPLET_ODDNAME\(([^,]*),([^,]*),.*, *([^)]*).*/\1 \2@\3/p' include/applets.h`
106 gcc -Os -o build/$APPLET applets/individual.c $j \
H A DMakefile.IMA16 lib-all-y := applets/applets.o
39 include applets/Kbuild
40 lib-all-y += $(patsubst %,applets/%,$(sort $(lib-y)))
139 applets/usage:
140 $(HOSTCC) -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -I$(srctree)/include -o applets/usage applets/usage.c
141 include/usage_compressed.h: $(srctree)/include/usage.h applets/usage
142 $(srctree)/applets/usage_compressed include/usage_compressed.h applets
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/testsuite/
H A Druntest90 applets=$(cd $srcdir ; for i in $@; do ls ${i}* ; done)
92 applets=$(ls $srcdir)
95 # Populate a directory with links to all busybox applets
120 for applet in $applets; do
H A Dall_sourcecode.tests15 [ -s "$srcdir/../include/applets.h" ] || exit 0
19 # verify the applet order is correct in applets.h, otherwise
20 # applets won't be called properly.
23 $srcdir/../include/applets.h > applet.order.current
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/
H A DMakefile.custom5 busybox.links: $(srctree)/applets/busybox.mkll $(objtree)/include/autoconf.h $(srctree)/include/applets.h
15 install: $(srctree)/applets/install.sh busybox busybox.links
23 @echo setuid root to ensure all configured applets will
H A DMakefile431 applets/ \
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dmsh.c3189 const struct bb_applet *applet = applets;
H A Dash.c11273 col += out1fmt("%c%s", ((col == 0) ? '\t' : ' '), applets[i].name);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/
H A Djre-1_5_0_15-linux-i586.bin57 "Programs" means Java technology applets and applications
[all...]

Completed in 296 milliseconds