Searched refs:if (Results 1 – 25 of 186) sorted by relevance
12345678
14 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 …]
13 if test $i = 1111111111111111111111111111111111111111111111; then i=2; fi14 if test $i = 1111111111111111111111111111111111111111111112; then i=3; fi15 if test $i = 1111111111111111111111111111111111111111111113; then i=4; fi16 if test $i = 1111111111111111111111111111111111111111111114; then i=5; fi17 if test $i = 1111111111111111111111111111111111111111111115; then i=6; fi18 if test $i = 1111111111111111111111111111111111111111111116; then i=7; fi19 if test $i = 1111111111111111111111111111111111111111111117; then i=8; fi20 if test $i = 1111111111111111111111111111111111111111111118; then i=9; fi21 if test $i = 1111111111111111111111111111111111111111111119; then i=a; fi22 if test $i = 111111111111111111111111111111111111111111111a; then i=b; fi[all …]
20 if test $i = 1111111111111111111111111111111111111111111111; then i=2; fi21 if test $i = 1111111111111111111111111111111111111111111112; then i=3; fi22 if test $i = 1111111111111111111111111111111111111111111113; then i=4; fi23 if test $i = 1111111111111111111111111111111111111111111114; then i=5; fi24 if test $i = 1111111111111111111111111111111111111111111115; then i=6; fi25 if test $i = 1111111111111111111111111111111111111111111116; then i=7; fi26 if test $i = 1111111111111111111111111111111111111111111117; then i=8; fi27 if test $i = 1111111111111111111111111111111111111111111118; then i=9; fi28 if test $i = 1111111111111111111111111111111111111111111119; then i=a; fi29 if test $i = 111111111111111111111111111111111111111111111a; then i=b; fi[all …]
11 if test $i = 1111111111111111111111111111111111111111111111; then i=2; fi12 if test $i = 1111111111111111111111111111111111111111111112; then i=3; fi13 if test $i = 1111111111111111111111111111111111111111111113; then i=4; fi14 if test $i = 1111111111111111111111111111111111111111111114; then i=X; fi30 if test $i = 1111111111111111111111111111111111111111111111; then i=2; fi31 if test $i = 1111111111111111111111111111111111111111111112; then i=3; fi32 if test $i = 1111111111111111111111111111111111111111111113; then i=4; fi33 if test $i = 1111111111111111111111111111111111111111111114; then i=X; fi39 if test $kb -le 4; then
24 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"
21 if [ $? != 1 ] ; then26 if [ $? != 1 ] ; then31 if [ $? != 1 ] ; then36 if [ $? != 1 ] ; then41 if [ $? != 1 ] ; then46 if [ $? != 1 ] ; then51 if [ $? != 1 ] ; then56 if [ $? != 1 ] ; then
10 echo "* Upping iface $if"12 ip link set dev "$if" up || exec sleep 517 echo "* Starting wpa_supplicant on $if [$$]"22 wpa_supplicant -i "$if" -c "$pwd/wpa_supplicant.conf" -d
10 echo "* Upping iface $if"11 ip link set dev "$if" up || exec sleep 513 echo "* Starting zcip on $if [$$]"19 "$if" \
11 echo "* Upping iface $if"12 ip link set dev "$if" up || exec sleep 514 echo "* Starting ifplugd on $if [$$]"19 ifplugd -aqlMns -t3 -u8 -d8 -i "$if" -r "$pwd/ifplugd_handler"
10 echo "* Upping iface $if"11 ip link set dev "$if" up || exec sleep 513 echo "* Starting udhcpc on $if [$$]"21 --interface="$if" \
1 This patch makes /proc/self/exe executable even if proc11 - 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))
9 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)) {
1 echo Not shown | if true; then echo $(echo Ok); fi2 echo Not shown | if true; then echo `echo Ok`; fi3 echo Not shown | ( if true; then echo $(echo Ok); fi )4 echo Not shown | ( if true; then echo `echo Ok`; fi )
1 for if in do done then; do echo $if; done
10 echo "* Upping iface $if"14 sed 's/^interface.*$/interface '"$if/" -i udhcpd.conf16 echo "* Starting udhcpd on $if [$$]"
21 # 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 obj97 # Prefix -I with $(srctree) if it is not an absolute path[all …]
12 if true; then true; fi13 # +x code should quote 'if' here:14 "if" true
9 + 'if' true10 ./mode_x.tests: line 14: if: not found
16 #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 …]
17 along with this program; if not, write to the Free Software154 #define printd(mask, fmt...) if (cdebug & (mask)) printf(fmt)172 #if YYDEBUG190 #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)215 #if ! defined (yyoverflow) || YYERROR_VERBOSE227 # if YYSTACK_USE_ALLOCA237 /* Pacify GCC's `empty if-body' warning. */240 # if defined (__STDC__) || defined (__cplusplus)250 #if (! defined (yyoverflow) \273 # if defined (__GNUC__) && 1 < __GNUC__[all …]
11 if (( i >= 3 )); then26 if (( i > 2 )); then36 if (( i > 2 )); then57 if (( i >= 3 )); then66 if (( i < 3 )); then
2 (eval 'if() { echo; }')8 if() { echo; }