Searched refs:expr (Results 1 - 25 of 113) sorted by relevance

12345

/asus-wl-520gu-7.0.1.45/src/router/config/
H A Dexpr.h43 struct expr *expr; member in union:expr_data
47 struct expr { struct
57 #define E_EXPR(ev) ((ev).expr)
65 struct expr *expr; member in struct:expr_value
95 struct expr *dep, *dep2;
145 struct expr *dep;
146 struct expr *dep2;
168 struct expr *de
[all...]
H A Dexpr.c13 struct expr *expr_alloc_symbol(struct symbol *sym)
15 struct expr *e = malloc(sizeof(*e));
22 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce)
24 struct expr *e = malloc(sizeof(*e));
27 e->left.expr = ce;
31 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2)
33 struct expr *
[all...]
H A Dlkc.h9 #include "expr.h"
51 void menu_add_dep(struct expr *dep);
52 struct property *menu_add_prop(int token, char *prompt, struct symbol *def, struct expr *dep);
/asus-wl-520gu-7.0.1.45/src/router/LPRng/UTILS/
H A Ddecode_args_with_sh20 while expr "$1" : '-.*' >/dev/null ; do
21 vAr=`expr "$1" : '-\(.\).*'`;
22 vAlue=`expr "$1" : '-.\(.*\)'`;
43 if expr "$iI" : " *\:" >/dev/null ; then
44 vAr=`expr "$iI" : " *\:\([^#=][^#=]*\)[#=].*"`;
45 vAlue=`expr "$iI" : " *\:[^#=][^#=]*[#=]\(.*\)"`;
47 vAr=`expr "$iI" : " *:\(.*\)@"`;
51 vAr=`expr "$iI" : " *:\(.*\)"`;
59 vAr=`expr "$iI" : " *\([^|][^|]*\).*"`;
76 vAr=`expr "
[all...]
H A Ddecode_args_with_sh.in20 while expr "$1" : '-.*' >/dev/null ; do
21 vAr=`expr "$1" : '-\(.\).*'`;
22 vAlue=`expr "$1" : '-.\(.*\)'`;
43 if expr "$iI" : " *\:" >/dev/null ; then
44 vAr=`expr "$iI" : " *\:\([^#=][^#=]*\)[#=].*"`;
45 vAlue=`expr "$iI" : " *\:[^#=][^#=]*[#=]\(.*\)"`;
47 vAr=`expr "$iI" : " *:\(.*\)@"`;
51 vAr=`expr "$iI" : " *:\(.*\)"`;
59 vAr=`expr "$iI" : " *\([^|][^|]*\).*"`;
76 vAr=`expr "
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/Documentation/
H A Dmkdev.cciss26 MAJ=`expr $C + 104`
29 MIN=`expr $D \* 16 + $P`
35 P=`expr $P + 1`
37 D=`expr $D + 1`
39 C=`expr $C + 1`
H A Dmkdev.ida26 MAJ=`expr $C + 72`
29 MIN=`expr $D \* 16 + $P`
35 P=`expr $P + 1`
37 D=`expr $D + 1`
39 C=`expr $C + 1`
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/
H A Dpclbanner18 while expr "$1" : '-.*' >/dev/null ; do
19 vAr=`expr "$1" : '-\(.\).*'`;
20 vAlue=`expr "$1" : '-.\(.*\)'`;
53 if expr "$iI" : " *\:" >/dev/null ; then
54 vAr=`expr "$iI" : " *\:\([^#=][^#=]*\)[#=].*"`;
55 vAlue=`expr "$iI" : " *\:[^#=][^#=]*[#=]\(.*\)"`;
57 vAr=`expr "$iI" : " *:\(.*\)@"`;
61 vAr=`expr "$iI" : " *:\(.*\)"`;
69 vAr=`expr "$iI" : " *\([^|][^|]*\).*"`;
83 vAr=`expr "
[all...]
H A Dpclbanner.in18 while expr "$1" : '-.*' >/dev/null ; do
19 vAr=`expr "$1" : '-\(.\).*'`;
20 vAlue=`expr "$1" : '-.\(.*\)'`;
53 if expr "$iI" : " *\:" >/dev/null ; then
54 vAr=`expr "$iI" : " *\:\([^#=][^#=]*\)[#=].*"`;
55 vAlue=`expr "$iI" : " *\:[^#=][^#=]*[#=]\(.*\)"`;
57 vAr=`expr "$iI" : " *:\(.*\)@"`;
61 vAr=`expr "$iI" : " *:\(.*\)"`;
69 vAr=`expr "$iI" : " *\([^|][^|]*\).*"`;
83 vAr=`expr "
[all...]
H A Dlprng_index_certs.sh16 CA_DIR=`expr "$1" : "--TEMP=\(.*\)"`
50 n=`expr $n + 1`;
/asus-wl-520gu-7.0.1.45/src/router/samba/source/libads/
H A Dldap_utils.c31 const char *expr,
53 status = ads_do_search_all(ads, bp, scope, expr, attrs, res);
56 expr, ads_count_replies(ads, *res)));
94 const char *expr,
98 expr, attrs, res);
30 ads_do_search_retry(ADS_STRUCT *ads, const char *bind_path, int scope, const char *expr, const char **attrs, void **res) argument
93 ads_search_retry(ADS_STRUCT *ads, void **res, const char *expr, const char **attrs) argument
/asus-wl-520gu-7.0.1.45/src/router/busybox/libbb/
H A Darith.c144 const char *expr = startbuf; local
156 while ((arithval = *expr)) {
160 *numstackptr++ = strtol(expr, (char **) &expr, 10);
178 if (*++expr == '|')
181 --expr;
185 if (*++expr == '&')
188 --expr;
192 if (*++expr != '=') goto err; /* Unknown token */
195 if (*++expr
[all...]
/asus-wl-520gu-7.0.1.45/src/router/LPRng/PrintingCookbook/source/images/
H A Dfiximages39 if [ $w -gt $hwmax ] ; then s=`expr "$hwmax" "*" "100" "/" "$w"`; echo "$1 width scale $s"; fi
40 if [ $h -gt $hmax ] ; then t=`expr "$hmax" "*" "100" "/" "$h"`; echo "$1 height scale $t"; fi
47 if [ $w -gt $pwmax ] ; then s=`expr "$pwmax" "*" "100" "/" "$w"`; echo "$1 width scale $s"; fi
48 if [ $h -gt $hmax ] ; then t=`expr "$hmax" "*" "100" "/" "$h"`; echo "$1 height scale $t"; fi
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/intl/
H A Dloadinfo.h42 # define __builtin_expect(expr, val) (expr)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/sn/
H A Dsgi.h200 #define ASSERT(expr)
201 #define ASSERT_ALWAYS(expr)
203 #define ASSERT(expr) do { \
204 if(!(expr)) { \
206 #expr,__FILE__,__FUNCTION__,__LINE__); \
210 #define ASSERT_ALWAYS(expr) do {\
211 if(!(expr)) { \
213 #expr,__FILE__,__FUNCTION__,__LINE__); \
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/sn/
H A Dsgi.h200 #define ASSERT(expr)
201 #define ASSERT_ALWAYS(expr)
203 #define ASSERT(expr) do { \
204 if(!(expr)) { \
206 #expr,__FILE__,__FUNCTION__,__LINE__); \
210 #define ASSERT_ALWAYS(expr) do {\
211 if(!(expr)) { \
213 #expr,__FILE__,__FUNCTION__,__LINE__); \
/asus-wl-520gu-7.0.1.45/src/router/samba/source/script/
H A Dcreategroup19 ITERS=$(expr "$ITERS" + 1)
/asus-wl-520gu-7.0.1.45/src/linux/linux/scripts/
H A DMAKEDEV.ide20 makedev $1$part b $2 `expr $3 + $part`
48 makedev nht$tape c 37 `expr $tape + 128`
/asus-wl-520gu-7.0.1.45/src/router/LPRng/TESTSUPPORT/
H A Dfilter.sh30 -s* ) statusfile=`expr $i : '-s\(.*\)'` ;;
61 elapsed=`expr $interval '+' $elapsed`
/asus-wl-520gu-7.0.1.45/src/router/pppd/scripts/
H A Dredialer90 attempt=`expr $attempt + 1`
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/scripts/
H A Dredialer90 attempt=`expr $attempt + 1`
/asus-wl-520gu-7.0.1.45/src/router/LPRng/
H A DUPDATE7 INCR=`expr $LAST "+" 1`
12 # INCR=`expr $LAST "+" 1`
17 # INCR=`expr $LAST "+" 1`
/asus-wl-520gu-7.0.1.45/src/router/ppp/scripts/
H A Dredialer90 attempt=`expr $attempt + 1`
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/irda/
H A Dirda.h73 #define ASSERT(expr, func) \
74 if(!(expr)) { \
76 __FILE__,__FUNCTION__,__LINE__,(#expr)); \
80 #define ASSERT(expr, func) \
81 if(!(expr)) do { \
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/irda/
H A Dirda.h73 #define ASSERT(expr, func) \
74 if(!(expr)) { \
76 __FILE__,__FUNCTION__,__LINE__,(#expr)); \
80 #define ASSERT(expr, func) \
81 if(!(expr)) do { \

Completed in 284 milliseconds

12345