Searched refs:expr (Results 126 - 150 of 392) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/
H A Dinstall-sh218 cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
276 expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
319 mkdir_umask=`expr $umask + 22 \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/
H A Dinstall-sh218 cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
276 expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
319 mkdir_umask=`expr $umask + 22 \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A DgettextP.h104 # define __builtin_expect(expr, val) (expr)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dformat-awk-1108 n=`expr $n + 1`
H A Dformat-c-1132 n=`expr $n + 1`
H A Dformat-elisp-1104 n=`expr $n + 1`
H A Dformat-gcc-internal-1134 n=`expr $n + 1`
H A Dformat-java-2116 n=`expr $n + 1`
H A Dformat-kde-277 n=`expr $n + 1`
H A Dformat-librep-178 n=`expr $n + 1`
H A Dformat-pascal-2101 n=`expr $n + 1`
H A Dformat-perl-1138 n=`expr $n + 1`
H A Dformat-php-186 n=`expr $n + 1`
H A Dformat-php-292 n=`expr $n + 1`
H A Dformat-python-2110 n=`expr $n + 1`
H A Dformat-qt-256 n=`expr $n + 1`
H A Dformat-sh-235 n=`expr $n + 1`
H A Dformat-tcl-1108 n=`expr $n + 1`
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/
H A Dconfigure166 val=`expr "x$arg" : 'x[^=]*=\(.*\)'`
167 arg=`expr "x$arg" : 'x\([^=]*\)=.*'`
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/
H A Dlkc_proto.h39 /* expr.c */
41 P(expr_print,void,(struct expr *e, void (*fn)(void *, const char *), void *data, int prevtoken));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dppc_asm.h200 * LOAD_REG_IMMEDIATE(rn, expr)
201 * Loads the value of the constant expression 'expr' into register 'rn'
224 #define LOAD_REG_IMMEDIATE(reg,expr) \
225 lis (reg),(expr)@highest; \
226 ori (reg),(reg),(expr)@higher; \
228 oris (reg),(reg),(expr)@h; \
229 ori (reg),(reg),(expr)@l;
242 #define LOAD_REG_IMMEDIATE(reg,expr) \
243 lis (reg),(expr)@ha; \
244 addi (reg),(reg),(expr)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-striconv.c32 #define ASSERT(expr) \
35 if (!(expr)) \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/
H A Dlkc_proto.h41 /* expr.c */
43 P(expr_print,void,(struct expr *e, void (*fn)(void *, struct symbol *, const char *), void *data, int prevtoken));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/config/
H A DMakefile51 SHARED_DEPS:=lkc.h lkc_proto.h lkc_defs.h expr.h zconf.tab.h
92 zconf.tab.o: zconf.tab.c lex.zconf.c confdata.c expr.c symbol.c menu.c $(SHARED_DEPS)
H A Dlkc_proto.h36 /* expr.c */
38 P(expr_print,void,(struct expr *e, void (*fn)(void *, const char *), void *data, int prevtoken));

Completed in 190 milliseconds

1234567891011>>