Searched refs:app (Results 1 – 10 of 10) sorted by relevance
27 for app in $apps; do28 allno="`echo "$allno" | sed "s/^CONFIG_${app}=y\$/# CONFIG_${app} is not set/"`"43 for app; do45 { echo "$cfg" | grep -q "^CONFIG_${app}=y\$"; } || continue47 echo "Making ${app}..."49 echo "CONFIG_${app}=y" >.config50 echo "$allno" | sed "/^# CONFIG_${app} is not set\$/d" >>.config52 if test x"${app}" != x"SH_IS_ASH" && test x"${app}" != x"SH_IS_HUSH"; then61 if ! yes '' | make oldconfig >busybox_make_${app}.log 2>&1; then63 echo "Config error for ${app}"[all …]
22 for app; do23 b="busybox_${app}"33 echo "# New mintext from $app: $mintext"35 eval "text_${app}=$text"38 for app; do39 b="busybox_${app}"41 eval "text=\$text_${app}"42 echo "# $app adds $((text-mintext))"55 | while read app name; do56 b="busybox_${app}"[all …]
130 busybox does, but also a counter example showing what an equivalent app
85 app=`basename "$i"`102 if [ -e "$sharedlib_dir/$app" ]; then103 echo " Copying $sharedlib_dir/$app to $prefix/$i"104 cp -pPR "$sharedlib_dir/$app" "$prefix/$i" || exit 1106 echo "Error: Could not find $sharedlib_dir/$app"
9 # /app/shutdown-1.0/script/shutdown:11 ln -s /app/shutdown-1.0/script/shutdown /sbin/halt12 ln -s /app/shutdown-1.0/script/shutdown /sbin/reboot13 ln -s /app/shutdown-1.0/script/shutdown /sbin/poweroff
8 cd /app/shutdown-1.0/script || exit 1
518 action **app, *ap; in exec_actions() local538 while ((app = appp[++cur_group]) != NULL) { in exec_actions()542 ap = app[++cur_action]; in exec_actions()836 action **app; in flush_exec_plus() local838 while ((app = *appp++) != NULL) { in flush_exec_plus()839 while ((ap = *app++) != NULL) { in flush_exec_plus()1090 action **app; in alloc_action() local1092 *group = app = xrealloc(*group, (ppl->cur_action+2) * sizeof(ppl->appp[0][0])); in alloc_action()1093 app[ppl->cur_action++] = ap; in alloc_action()1094 app[ppl->cur_action] = NULL; in alloc_action()
3422 struct alias **app; in __lookupalias() local3434 app = &atab[hashval % ATABSIZE]; in __lookupalias()3436 for (; *app; app = &(*app)->next) { in __lookupalias()3437 if (strcmp(name, (*app)->name) == 0) { in __lookupalias()3442 return app; in __lookupalias()3475 struct alias *ap, **app; in setalias() local3477 app = __lookupalias(name); in setalias()3478 ap = *app; in setalias()3493 *app = ap; in setalias()3501 struct alias **app; in unalias() local[all …]
135 does, but also a counter example showing what an equivalent GNU app does. Bug
478 The problem with these is that any time any busybox app is run, you pay a