Home
last modified time | relevance | path

Searched refs:if (Results 1 – 25 of 186) sorted by relevance

12345678

/busybox-1.35.0/testsuite/
Dbc_misc2.bc14 if ( x() == y() ) {1}
16 if ( x() <= y() ) {2}
17 if ( y() >= x() ) {3}
18 if ( x() != y() ) {4}
19 if ( x() < y() ) {5}
20 if ( y() > x() ) {6}
22 if ( x() == z() ) {11}
24 if ( x() <= z() ) {12}
25 if ( z() >= x() ) {13}
26 if ( x() != z() ) {14}
[all …]
/busybox-1.35.0/shell/hush_test/hush-leak/
Dleak_argv1.tests13 if test $i = 1111111111111111111111111111111111111111111111; then i=2; fi
14 if test $i = 1111111111111111111111111111111111111111111112; then i=3; fi
15 if test $i = 1111111111111111111111111111111111111111111113; then i=4; fi
16 if test $i = 1111111111111111111111111111111111111111111114; then i=5; fi
17 if test $i = 1111111111111111111111111111111111111111111115; then i=6; fi
18 if test $i = 1111111111111111111111111111111111111111111116; then i=7; fi
19 if test $i = 1111111111111111111111111111111111111111111117; then i=8; fi
20 if test $i = 1111111111111111111111111111111111111111111118; then i=9; fi
21 if test $i = 1111111111111111111111111111111111111111111119; then i=a; fi
22 if test $i = 111111111111111111111111111111111111111111111a; then i=b; fi
[all …]
/busybox-1.35.0/shell/hush_test/hush-z_slow/
Dleak_var.tests20 if test $i = 1111111111111111111111111111111111111111111111; then i=2; fi
21 if test $i = 1111111111111111111111111111111111111111111112; then i=3; fi
22 if test $i = 1111111111111111111111111111111111111111111113; then i=4; fi
23 if test $i = 1111111111111111111111111111111111111111111114; then i=5; fi
24 if test $i = 1111111111111111111111111111111111111111111115; then i=6; fi
25 if test $i = 1111111111111111111111111111111111111111111116; then i=7; fi
26 if test $i = 1111111111111111111111111111111111111111111117; then i=8; fi
27 if test $i = 1111111111111111111111111111111111111111111118; then i=9; fi
28 if test $i = 1111111111111111111111111111111111111111111119; then i=a; fi
29 if test $i = 111111111111111111111111111111111111111111111a; then i=b; fi
[all …]
Dleak_var2.tests11 if test $i = 1111111111111111111111111111111111111111111111; then i=2; fi
12 if test $i = 1111111111111111111111111111111111111111111112; then i=3; fi
13 if test $i = 1111111111111111111111111111111111111111111113; then i=4; fi
14 if test $i = 1111111111111111111111111111111111111111111114; then i=X; fi
30 if test $i = 1111111111111111111111111111111111111111111111; then i=2; fi
31 if test $i = 1111111111111111111111111111111111111111111112; then i=3; fi
32 if test $i = 1111111111111111111111111111111111111111111113; then i=4; fi
33 if test $i = 1111111111111111111111111111111111111111111114; then i=X; fi
39 if test $kb -le 4; then
/busybox-1.35.0/examples/var_service/dhcp_if_pinger/
Drun24 test -f "../dhcp_$if/env.out" || exec env - sleep "$ping_time"
26 . "../dhcp_$if/env.out"
39 test -d "../dhcp_$if" && {
40 msg "Restarting dhcp_$if"
41 svc -t "dhcp_$if"
43 test -d "../supplicant_$if" && {
44 msg "Restarting supplicant_$if"
45 svc -t "supplicant_$if"
/busybox-1.35.0/testsuite/expr/
Dexpr-works21 if [ $? != 1 ] ; then
26 if [ $? != 1 ] ; then
31 if [ $? != 1 ] ; then
36 if [ $? != 1 ] ; then
41 if [ $? != 1 ] ; then
46 if [ $? != 1 ] ; then
51 if [ $? != 1 ] ; then
56 if [ $? != 1 ] ; then
/busybox-1.35.0/examples/var_service/supplicant_if/
Drun10 echo "* Upping iface $if"
12 ip link set dev "$if" up || exec sleep 5
17 echo "* Starting wpa_supplicant on $if [$$]"
22 wpa_supplicant -i "$if" -c "$pwd/wpa_supplicant.conf" -d
/busybox-1.35.0/examples/var_service/zcip_if/
Drun10 echo "* Upping iface $if"
11 ip link set dev "$if" up || exec sleep 5
13 echo "* Starting zcip on $if [$$]"
19 "$if" \
/busybox-1.35.0/examples/var_service/ifplugd_if/
Drun11 echo "* Upping iface $if"
12 ip link set dev "$if" up || exec sleep 5
14 echo "* Starting ifplugd on $if [$$]"
19 ifplugd -aqlMns -t3 -u8 -d8 -i "$if" -r "$pwd/ifplugd_handler"
/busybox-1.35.0/examples/var_service/dhcp_if/
Drun10 echo "* Upping iface $if"
11 ip link set dev "$if" up || exec sleep 5
13 echo "* Starting udhcpc on $if [$$]"
21 --interface="$if" \
/busybox-1.35.0/examples/
Dlinux-2.6.30_proc_self_exe.patch1 This patch makes /proc/self/exe executable even if proc
11 - if (IS_ERR(file))
13 + if (IS_ERR(file)) {
14 + if ((PTR_ERR(file) == -ENOENT || PTR_ERR(file) == -EACCES)
21 + if (!mm)
25 + if (file)
33 if (!S_ISREG(file->f_path.dentry->d_inode->i_mode))
/busybox-1.35.0/networking/
Dntpd.diff9 if (G.offset_to_jitter_ratio >= TIMECONST_HACK_GATE)
14 + if (d > SLEW_THRESHOLD)
17 + if ((abs_offset / d) < 1) {
23 if (SLEW_THRESHOLD < STEP_THRESHOLD) {
24 if (tmx.offset > (long)(SLEW_THRESHOLD * 1000000)) {
/busybox-1.35.0/shell/hush_test/hush-misc/
Dnommu2.tests1 echo Not shown | if true; then echo $(echo Ok); fi
2 echo Not shown | if true; then echo `echo Ok`; fi
3 echo Not shown | ( if true; then echo $(echo Ok); fi )
4 echo Not shown | ( if true; then echo `echo Ok`; fi )
Dfor_with_keywords.tests1 for if in do done then; do echo $if; done
/busybox-1.35.0/shell/ash_test/ash-misc/
Dnommu2.tests1 echo Not shown | if true; then echo $(echo Ok); fi
2 echo Not shown | if true; then echo `echo Ok`; fi
3 echo Not shown | ( if true; then echo $(echo Ok); fi )
4 echo Not shown | ( if true; then echo `echo Ok`; fi )
Dfor_with_keywords.tests1 for if in do done then; do echo $if; done
/busybox-1.35.0/examples/var_service/dhcpd_if/
Drun10 echo "* Upping iface $if"
14 sed 's/^interface.*$/interface '"$if/" -i udhcpd.conf
16 echo "* Starting udhcpd on $if [$$]"
/busybox-1.35.0/scripts/
DKbuild.include21 # filechk is used to check if the content of a generated file is updated.
40 if [ -r $@ ] && cmp -s $@ $@.tmp; then \
55 as-option = $(shell if $(CC) $(CFLAGS) $(1) -Wa,-Z -c -o /dev/null \
62 cc-option = $(shell if $(CC) $(CFLAGS) $(1) -S -o /dev/null -xc /dev/null \
68 hostcc-option = $(shell if $(HOSTCC) $(HOSTCFLAGS) $(1) -S -o /dev/null -xc /dev/null \
73 cc-option-yn = $(shell if $(CC) $(CFLAGS) $(1) -S -o /dev/null -xc /dev/null \
84 $(if $(1), $(1), $(CC)))
88 cc-ifversion = $(shell if [ $(call cc-version, $(CC)) $(1) $(2) ]; then \
95 build := -f $(if $(KBUILD_SRC),$(srctree)/)scripts/Makefile.build obj
97 # Prefix -I with $(srctree) if it is not an absolute path
[all …]
/busybox-1.35.0/shell/ash_test/ash-quoting/
Dmode_x.tests12 if true; then true; fi
13 # +x code should quote 'if' here:
14 "if" true
Dmode_x.right9 + 'if' true
10 ./mode_x.tests: line 14: if: not found
/busybox-1.35.0/klibc-utils/
Dipconfig.c.txt16 #include <net/if.h>
43 if (fixed) {
44 /* if it's not "" */
57 if (fixed > 0)
67 if (inet_aton(ip, &in) == 0)
77 if (strcmp(dev->name, name) == 0)
87 if (template->ip_addr != 0)
89 if (template->ip_netmask != 0)
91 if (template->ip_server != 0)
93 if (template->ip_router != 0)
[all …]
/busybox-1.35.0/scripts/kconfig/
Dzconf.tab.c_shipped17 along with this program; if not, write to the Free Software
154 #define printd(mask, fmt...) if (cdebug & (mask)) printf(fmt)
172 #if YYDEBUG
190 #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
215 #if ! defined (yyoverflow) || YYERROR_VERBOSE
227 # if YYSTACK_USE_ALLOCA
237 /* Pacify GCC's `empty if-body' warning. */
240 # if defined (__STDC__) || defined (__cplusplus)
250 #if (! defined (yyoverflow) \
273 # if defined (__GNUC__) && 1 < __GNUC__
[all …]
/busybox-1.35.0/shell/ash_test/ash-arith/
Darith-for.testsx11 if (( i >= 3 )); then
26 if (( i > 2 )); then
36 if (( i > 2 )); then
57 if (( i >= 3 )); then
66 if (( i < 3 )); then
/busybox-1.35.0/shell/hush_test/hush-parsing/
Dgroups_and_keywords2.tests2 (eval 'if() { echo; }')
8 if() { echo; }
/busybox-1.35.0/shell/ash_test/ash-parsing/
Dgroups_and_keywords2.tests2 (eval 'if() { echo; }')
8 if() { echo; }

12345678