Home
last modified time | relevance | path

Searched refs:f1 (Results 1 – 12 of 12) sorted by relevance

/busybox-1.35.0/shell/hush_test/hush-misc/
Dfunc_return2.tests1 f1() { return 2; }
2 f1
5 true | f1
Dfunc_return1.tests1 f1() {
4 f1
/busybox-1.35.0/shell/ash_test/ash-misc/
Dfunc_return2.tests1 f1() { return 2; }
2 f1
5 true | f1
Dfunc_return1.tests1 f1() {
4 f1
/busybox-1.35.0/shell/ash_test/ash-z_slow/
Dmany_ifs.tests156 f1=$1
157 case $f1 in
158 '-') f1='' ;;
167 case $f1$d1 in
168 '') split "$d0$f1$d1" "[0]" "()()" ;;
170 *) split "$d0$f1$d1" "[1]($f1)" "($f1)()" ;;
189 $f1$d1|$d1$f2) continue ;;
194 '') split "$d0$f1$d1$f2$d2" "[1]($f1)" "($f1)()" ;;
196 *) split "$d0$f1$d1$f2$d2" "[2]($f1)($f2)" "($f1)($f2)" ;;
216 $f1$d1|$d1$f2) continue ;;
[all …]
/busybox-1.35.0/shell/hush_test/hush-z_slow/
Dmany_ifs.tests156 f1=$1
157 case $f1 in
158 '-') f1='' ;;
167 case $f1$d1 in
168 '') split "$d0$f1$d1" "[0]" "()()" ;;
170 *) split "$d0$f1$d1" "[1]($f1)" "($f1)()" ;;
189 $f1$d1|$d1$f2) continue ;;
194 '') split "$d0$f1$d1$f2$d2" "[1]($f1)" "($f1)()" ;;
196 *) split "$d0$f1$d1$f2$d2" "[2]($f1)($f2)" "($f1)($f2)" ;;
216 $f1$d1|$d1$f2) continue ;;
[all …]
/busybox-1.35.0/scripts/
Dgenerate_BUFSIZ.sh78 END=`$NM busybox_unstripped | grep ' . _end$'| cut -d' ' -f1`
91 PAGE_SIZE=`$NM --size-sort "page_size_$$.o" | cut -d' ' -f1`
106 md5sum <.config | cut -d' ' -f1
123 curcfg=`md5sum <.config | cut -d' ' -f1; stat -c "%Y" .config`
Dbloat-o-meter19 f1, f2 = (None, None) variable
33 if f1 is None:
34 f1 = f variable
41 if f1 is None or f2 is None:
85 old = getsizes(f1)
/busybox-1.35.0/testsuite/cut/
Dcut-cuts-a-field1 test $($ECHO -e "f1\tf2\tf3" | busybox cut -f 2) = f2
/busybox-1.35.0/examples/shutdown-1.0/script/
Dstop_tasks55 cat /proc/swaps | grep -v ^Filename | cut -d ' ' -f1 \
/busybox-1.35.0/networking/
Dbrctl.c219 const struct fdb_entry *f1 = _f1; in compare_fdbs() local
221 return memcmp(f0->mac_addr, f1->mac_addr, 6); in compare_fdbs()
/busybox-1.35.0/
DMakefile181 SUBARCH := $(shell echo $(CROSS_COMPILE) | cut -d- -f1 | sed 's:^.*/::g')