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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/testsuite/
H A Druntest11 local applet=$1
17 local uc_applet=$(echo $applet | tr a-z A-Z)
60 local applet=$1
64 for testcase in $srcdir/$applet/*; do
65 if [ "$testcase" = "$srcdir/$applet/CVS" ]; then
69 if run_applet_testcase $applet $testcase; then
120 for applet in $applets; do
121 if [ "$applet" = "links" ]; then continue; fi
122 if [ "$applet" != "CVS" -a -d "$srcdir/$applet" ]; the
[all...]
H A Dall_sourcecode.tests19 # verify the applet order is correct in applets.h, otherwise
23 $srcdir/../include/applets.h > applet.order.current
24 LC_ALL=C sort applet.order.current > applet.order.correct
25 testing "Applet order" "diff -u applet.order.current applet.order.correct" "" "" ""
26 rm -f applet.order.current applet.order.correct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/applets/
H A Dapplets.c30 /* Declare <applet>_main() */
131 const struct bb_applet *applet; local
229 /* First get the key (an applet name in our case). */
238 /* Ok, we have an applet name. Process the rhs if this
239 * applet is currently built in and ignore it otherwise.
242 applet = find_applet_by_name(s);
243 if (applet) {
245 * The last config line for each applet will be the
249 sct->m_applet = applet;
340 static void check_suid(const struct bb_applet *applet) argument
484 const struct bb_applet *applet = vapplet; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/docs/
H A Dautodocifier.pl45 # generate POD for an applet
95 # Pad the name so that the applet name gets a line
112 # the keys are applet names, and
151 my ($applet, $type, @line);
154 $applet = $1;
157 my $doc = $docs{$applet} ||= { };
183 foreach my $applet (@names) {
184 print $generator->($applet, $docs{$applet});
255 $name is the name of the applet
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/misc/
H A Dssfilter.y44 applet: null expr label
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/examples/
H A Ddepmod.pl238 conjunction with the BusyBox modprobe applet.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dmsh.c48 static char *find_applet_by_name(const char *applet) argument
3189 const struct bb_applet *applet = applets; local
3191 while (applet->name) {
3192 col += printf("%c%s", ((col == 0) ? '\t' : ' '), applet->name);
3197 applet++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/prebuilt/WW/www/
H A Djquery.js50 applet:true},data:function(a,b,d){if(!(a.nodeName&&c.noData[a.nodeName.toLowerCase()])){a=a==A?za:a;var f=a[G],e=c.cache;if(!f&&typeof b==="string"&&d===w)return null;f||(f=++Ya);if(typeof b==="object"){a[G]=f;e[f]=c.extend(true,{},b)}else if(!e[f]){a[G]=f;e[f]={}}a=e[f];if(d!==w)a[b]=d;return typeof b==="string"?a[b]:a}},removeData:function(a,b){if(!(a.nodeName&&c.noData[a.nodeName.toLowerCase()])){a=a==A?za:a;var d=a[G],f=c.cache,e=f[d];if(b){if(e){delete e[b];c.isEmptyObject(e)&&c.removeData(a)}}else{if(c.support.deleteExpando)delete a[c.expando];

Completed in 83 milliseconds