Searched refs:eq (Results 1 - 25 of 38) sorted by relevance

12

/openwrt/package/kernel/mmc_over_gpio/files/
H A Dmmc_over_gpio.init12 [ $? -eq 0 ] || return 1
14 [ $? -eq 0 ] || return 1
16 [ $? -eq 0 ] || return 1
18 [ $? -eq 0 ] || return 1
20 [ $? -eq 0 ] || return 1
22 [ $? -eq 0 ] || return 1
26 [ $? -eq 0 ] || return 1
41 if [ $? -eq 0 ]; then
46 [ $? -eq 0 ] || return 1
48 [ $? -eq
[all...]
/openwrt/target/linux/brcm47xx/base-files/etc/board.d/
H A D01_detect13 if [ "${vlan0ports:0:9}" = "0 1 2 3 8" -a "${vlan1ports:0:3}" = "4 8" -a ${cpuport:-0} -eq 8 ] || \
14 [ "${vlan1ports:0:9}" = "0 1 2 3 8" -a "${vlan2ports:0:3}" = "4 8" -a ${cpuport:-0} -eq 8 ] || \
15 [ "${vlan2ports:0:9}" = "0 1 2 3 8" -a "${vlan1ports:0:3}" = "4 8" -a ${cpuport:-0} -eq 8 ];
20 elif [ "${vlan0ports:0:9}" = "1 2 3 4 8" -a "${vlan1ports:0:3}" = "0 8" -a ${cpuport:-0} -eq 8 ] || \
21 [ "${vlan1ports:0:9}" = "1 2 3 4 8" -a "${vlan2ports:0:3}" = "0 8" -a ${cpuport:-0} -eq 8 ] || \
22 [ "${vlan2ports:0:9}" = "1 2 3 4 8" -a "${vlan1ports:0:3}" = "0 8" -a ${cpuport:-0} -eq 8 ];
27 elif [ "${vlan0ports:0:9}" = "0 1 2 3 5" -a "${vlan1ports:0:3}" = "4 5" -a ${cpuport:-0} -eq 5 ] || \
28 [ "${vlan1ports:0:9}" = "0 1 2 3 5" -a "${vlan2ports:0:3}" = "4 5" -a ${cpuport:-0} -eq 5 ] || \
29 [ "${vlan2ports:0:9}" = "0 1 2 3 5" -a "${vlan1ports:0:3}" = "4 5" -a ${cpuport:-0} -eq 5 ];
34 elif [ "${vlan0ports:0:9}" = "1 2 3 4 5" -a "${vlan1ports:0:3}" = "0 5" -a ${cpuport:-0} -eq
[all...]
/openwrt/scripts/
H A Dcleanfile27 if ($c eq "\t") {
33 } elsif ($c eq "\n" || $c eq "\r") {
39 } elsif ($c eq " ") {
64 if ($c eq "\t") {
66 } elsif ($c eq "\n") {
84 if ($a eq '-width' || $a eq '-w') {
143 if ( $line eq "\n" ) {
H A Dcleanpatch27 if ($c eq "\t") {
33 } elsif ($c eq "\n" || $c eq "\r") {
39 } elsif ($c eq " ") {
64 if ($c eq "\t") {
66 } elsif ($c eq "\n") {
84 if ($a eq '-width' || $a eq '-w') {
200 if (!$done && $l eq "+\n") {
H A Dcombined-ext-image.sh55 [ "$#" -eq 1 ] && echo "$ME: Filename not specified: $1" && usage
H A Ddeptest.sh96 stamp_exists "$STAMP_SUCCESS" && [ $force -eq 0 ] && return
102 stamp_exists "$STAMP_BLACKLIST" && [ $force -eq 0 ] && {
110 [ $lean_test -eq 0 ] && {
117 if [ $? -eq 0 ]; then
H A Dfeeds291 search_feed($feed->[1], @ARGV) if (!defined($opts{r}) or $opts{r} eq $feed->[1]);
363 list_feed($feed->[1], @ARGV) if (!defined($opts{r}) or $opts{r} eq $feed->[1]);
568 $opts{p} and $f->[1] eq $opts{p} and $feed = $f;
573 if (!defined($opts{p}) or $opts{p} eq $f->[1]) {
816 $arg eq $cmd and do {
/openwrt/package/network/ipv6/6to4/files/
H A D6to4.sh22 [ $1 -eq 10 ] && return 0
23 [ $1 -eq 192 ] && [ $2 -eq 168 ] && return 0
24 [ $1 -eq 172 ] && [ $2 -ge 16 ] && [ $2 -le 31 ] && return 0
27 [ $1 -eq 100 ] && [ $2 -ge 64 ] && [ $2 -le 127 ] && return 0
/openwrt/package/system/fstools/files/
H A Dsnapshot41 [ $? -eq 0 ] || exit 1
44 [ $? -eq 0 ] || exit 2
50 [ $? -eq 0 ] || exit 3
/openwrt/package/system/ubox/files/
H A Dlog.init37 [ $log_buffer_size -eq 0 -a $log_size -gt 0 ] && log_buffer_size=$log_size
38 [ $log_buffer_size -eq 0 ] && log_buffer_size=64
82 "tcp") [ "${log_trailer_null}" -eq 1 ] && procd_append_param command -0;;
/openwrt/target/linux/au1000/base-files/lib/upgrade/
H A Dplatform.sh23 [ -f "$CONF_TAR" -a "$SAVE_CONFIG" -eq 1 ] && conf="-j $CONF_TAR"
/openwrt/package/utils/busybox/files/
H A Dcron21 [ "$?" -eq 0 ] || {
/openwrt/package/network/services/dropbear/files/
H A Ddropbear.init72 [ "${PasswordAuth}" -eq 0 ] && procd_append_param command -s
73 [ "${GatewayPorts}" -eq 1 ] && procd_append_param command -a
74 [ "${RootPasswordAuth}" -eq 0 ] && procd_append_param command -g
75 [ "${RootLogin}" -eq 0 ] && procd_append_param command -w
158 [ "${pid}" -eq 0 ] && break
/openwrt/package/network/services/relayd/files/
H A Drelay.init97 [ $fwd_bcast -eq 1 ] && procd_append_param command "-B"
101 [ $fwd_dhcp -eq 1 ] && procd_append_param command "-D"
/openwrt/target/linux/bcm53xx/files-4.1/drivers/firmware/broadcom/
H A Dbcm47xx_nvram.c177 char *var, *value, *end, *eq; local
193 eq = strchr(var, '=');
194 if (!eq)
196 value = eq + 1;
197 if (eq - var == strlen(name) &&
198 strncmp(var, name, eq - var) == 0)
/openwrt/package/base-files/files/sbin/
H A Dsysupgrade158 if [ $CONF_BACKUP_LIST -eq 1 ]; then
188 if [ $FORCE -eq 1 ]; then
210 [ $TEST -eq 1 ] || do_save_conffiles
216 if [ $TEST -eq 1 ]; then
H A Dwifi64 [ "${#key}" -eq 10 -a $hex -eq 1 ] || \
65 [ "${#key}" -eq 26 -a $hex -eq 1 ] || {
/openwrt/scripts/config/lxdialog/
H A Dcheck-lxdialog.sh12 if [ $? -eq 0 ]; then
67 if [ $# -eq 0 ]; then
/openwrt/package/base-files/files/lib/upgrade/
H A Dcommon.sh121 if [ $$ -eq 1 ] || [ $my_ppid -eq 1 ] && [ -n "$my_ppisupgraded" ]; then
156 [ "$INTERACTIVE" -eq 1 ] && {
223 if [ "$SAVE_CONFIG" -eq 1 ]; then
238 if [ "$SAVE_CONFIG" -eq 1 ] && type 'platform_copy_config' >/dev/null 2>/dev/null; then
/openwrt/package/network/utils/linux-atm/files/
H A Dbr2684ctl12 [ "$disabled" -eq 1 ] && return
/openwrt/target/linux/ath25/base-files/lib/upgrade/
H A Dplatform.sh70 [ -f "$CONF_TAR" -a "$SAVE_CONFIG" -eq 1 ] && append="-j $CONF_TAR"
/openwrt/package/utils/nvram/src/
H A Dnvram.c99 char buf[] = "0xXXXXXXXX", *name, *value, *eq; local
108 if (!(eq = strchr(name, '=')))
110 *eq = '\0';
111 value = eq + 1;
113 *eq = '=';
/openwrt/target/linux/ar71xx/base-files/lib/upgrade/
H A Ddir825.sh78 [ -f "$CONF_TAR" -a "$SAVE_CONFIG" -eq 1 ] && append="-j $CONF_TAR"
/openwrt/target/linux/cns3xxx/base-files/lib/upgrade/
H A Dplatform.sh57 [ -f "$CONF_TAR" -a "$SAVE_CONFIG" -eq 1 ] && append="-j $CONF_TAR"
/openwrt/package/kernel/mac80211/files/lib/netifd/wireless/
H A Dmac80211.sh79 [ "$(($__mask & $2))" -eq "$((${3:-$2}))" ] || continue
257 [ "$(($vht_cap & 12))" -eq 4 -a 1 -le "$vht160" ] && \
259 [ "$(($vht_cap & 12))" -eq 8 -a 2 -le "$vht160" ] && \
330 [ "$staidx" -gt 0 -o "$start_disabled" -eq 1 ] && append hostapd_cfg "start_disabled=1" "$N"
550 [ $idx -eq $key ] && ikey="d:$ikey"

Completed in 121 milliseconds

12