Searched refs:DEST (Results 1 - 25 of 87) sorted by relevance

1234

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/others/
H A Dsetuprsa.sh4 DEST="/tmp/easy-rsa"
7 DEST=$1/easy-rsa
15 echo "Destination dir: $DEST"
18 mkdir -p $DEST/keys
19 cp -a /rom/easy-rsa/* $DEST/
20 chmod a+rx $DEST/*
21 echo "easy-rsa scripts copied to $DEST."
23 echo "Enter $DEST/, and edit the 'vars' file as needed."
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/others/
H A Dsetuprsa.sh4 DEST="/tmp/easy-rsa"
7 DEST=$1/easy-rsa
15 echo "Destination dir: $DEST"
18 mkdir -p $DEST/keys
19 cp -a /rom/easy-rsa/* $DEST/
20 chmod a+rx $DEST/*
21 echo "easy-rsa scripts copied to $DEST."
23 echo "Enter $DEST/, and edit the 'vars' file as needed."
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/others/
H A Dsetuprsa.sh4 DEST="/tmp/easy-rsa"
7 DEST=$1/easy-rsa
15 echo "Destination dir: $DEST"
18 mkdir -p $DEST/keys
19 cp -a /rom/easy-rsa/* $DEST/
20 chmod a+rx $DEST/*
21 echo "easy-rsa scripts copied to $DEST."
23 echo "Enter $DEST/, and edit the 'vars' file as needed."
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dasm.h9 #define BRANCH32(TYPE, PREDICT, DEST) \
10 TYPE,PREDICT %icc, DEST
11 #define BRANCH32_ANNUL(TYPE, PREDICT, DEST) \
12 TYPE,a,PREDICT %icc, DEST
13 #define BRANCH_REG_ZERO(PREDICT, REG, DEST) \
14 brz,PREDICT REG, DEST
15 #define BRANCH_REG_ZERO_ANNUL(PREDICT, REG, DEST) \
16 brz,a,PREDICT REG, DEST
17 #define BRANCH_REG_NOT_ZERO(PREDICT, REG, DEST) \
18 brnz,PREDICT REG, DEST
[all...]
H A Dtrap_block.h143 #define TRAP_LOAD_TRAP_BLOCK(DEST, TMP) \
145 sethi %hi(trap_block), DEST; \
147 or DEST, %lo(trap_block), DEST; \
148 add DEST, TMP, DEST; \
150 /* Clobbers TMP, current address space PGD phys address into DEST. */
151 #define TRAP_LOAD_PGD_PHYS(DEST, TMP) \
152 TRAP_LOAD_TRAP_BLOCK(DEST, TMP) \
153 ldx [DEST
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sparc/include/asm/
H A Dasm.h9 #define BRANCH32(TYPE, PREDICT, DEST) \
10 TYPE,PREDICT %icc, DEST
11 #define BRANCH32_ANNUL(TYPE, PREDICT, DEST) \
12 TYPE,a,PREDICT %icc, DEST
13 #define BRANCH_REG_ZERO(PREDICT, REG, DEST) \
14 brz,PREDICT REG, DEST
15 #define BRANCH_REG_ZERO_ANNUL(PREDICT, REG, DEST) \
16 brz,a,PREDICT REG, DEST
17 #define BRANCH_REG_NOT_ZERO(PREDICT, REG, DEST) \
18 brnz,PREDICT REG, DEST
[all...]
H A Dtrap_block.h143 #define TRAP_LOAD_TRAP_BLOCK(DEST, TMP) \
145 sethi %hi(trap_block), DEST; \
147 or DEST, %lo(trap_block), DEST; \
148 add DEST, TMP, DEST; \
150 /* Clobbers TMP, current address space PGD phys address into DEST. */
151 #define TRAP_LOAD_PGD_PHYS(DEST, TMP) \
152 TRAP_LOAD_TRAP_BLOCK(DEST, TMP) \
153 ldx [DEST
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/build/make/
H A Dyacc_compile.sh5 DEST="$3"
11 # if $DEST is more recent than $SRC, we can just touch
13 if [ -r $DEST ]; then
14 if [ x`find $SRC -newer $DEST -print` = x$SRC ]; then
15 echo "warning: yacc not found - cannot generate $SRC => $DEST" >&2
16 echo "warning: yacc not found - only updating the timestamp of $DEST" >&2
18 touch $DEST;
21 echo "error: yacc not found - cannot generate $SRC => $DEST" >&2
24 # if $DEST is more recent than $SRC, we can just touch
25 if [ -r $DEST ]; the
[all...]
H A Dlex_compile.sh5 DEST="$3"
13 # if $DEST is more recent than $SRC, we can just touch
15 if [ -r $DEST ]; then
16 if [ x`find $SRC -newer $DEST -print` = x$SRC ]; then
17 echo "warning: lex not found - cannot generate $SRC => $DEST" >&2
18 echo "warning: lex not found - only updating the timestamp of $DEST" >&2
20 touch $DEST;
23 echo "error: lex not found - cannot generate $SRC => $DEST" >&2
26 # if $DEST is more recent than $SRC, we can just touch
27 if [ -r $DEST ]; the
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/build/make/
H A Dyacc_compile.sh5 DEST="$3"
11 # if $DEST is more recent than $SRC, we can just touch
13 if [ -r $DEST ]; then
14 if [ x`find $SRC -newer $DEST -print` = x$SRC ]; then
15 echo "warning: yacc not found - cannot generate $SRC => $DEST" >&2
16 echo "warning: yacc not found - only updating the timestamp of $DEST" >&2
18 touch $DEST;
21 echo "error: yacc not found - cannot generate $SRC => $DEST" >&2
24 # if $DEST is more recent than $SRC, we can just touch
25 if [ -r $DEST ]; the
[all...]
H A Dlex_compile.sh5 DEST="$3"
13 # if $DEST is more recent than $SRC, we can just touch
15 if [ -r $DEST ]; then
16 if [ x`find $SRC -newer $DEST -print` = x$SRC ]; then
17 echo "warning: lex not found - cannot generate $SRC => $DEST" >&2
18 echo "warning: lex not found - only updating the timestamp of $DEST" >&2
20 touch $DEST;
23 echo "error: lex not found - cannot generate $SRC => $DEST" >&2
26 # if $DEST is more recent than $SRC, we can just touch
27 if [ -r $DEST ]; the
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/build/make/
H A Dyacc_compile.sh5 DEST="$3"
11 # if $DEST is more recent than $SRC, we can just touch
13 if [ -r $DEST ]; then
14 if [ x`find $SRC -newer $DEST -print` = x$SRC ]; then
15 echo "warning: yacc not found - cannot generate $SRC => $DEST" >&2
16 echo "warning: yacc not found - only updating the timestamp of $DEST" >&2
18 touch $DEST;
21 echo "error: yacc not found - cannot generate $SRC => $DEST" >&2
24 # if $DEST is more recent than $SRC, we can just touch
25 if [ -r $DEST ]; the
[all...]
H A Dlex_compile.sh5 DEST="$3"
13 # if $DEST is more recent than $SRC, we can just touch
15 if [ -r $DEST ]; then
16 if [ x`find $SRC -newer $DEST -print` = x$SRC ]; then
17 echo "warning: lex not found - cannot generate $SRC => $DEST" >&2
18 echo "warning: lex not found - only updating the timestamp of $DEST" >&2
20 touch $DEST;
23 echo "error: lex not found - cannot generate $SRC => $DEST" >&2
26 # if $DEST is more recent than $SRC, we can just touch
27 if [ -r $DEST ]; the
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/packages/OS400/
H A Dmake-include.sh51 do DEST="${SRCPF}/`db2_name \"${HFILE}\"`.MBR"
52 if action_needed "${DEST}" "${HFILE}"
53 then copy_hfile "${DEST}" "${HFILE}"
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/packages/OS400/
H A Dmake-include.sh51 do DEST="${SRCPF}/`db2_name \"${HFILE}\"`.MBR"
52 if action_needed "${DEST}" "${HFILE}"
53 then copy_hfile "${DEST}" "${HFILE}"
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/packages/OS400/
H A Dmake-include.sh51 do DEST="${SRCPF}/`db2_name \"${HFILE}\"`.MBR"
52 if action_needed "${DEST}" "${HFILE}"
53 then copy_hfile "${DEST}" "${HFILE}"
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/alpha/include/asm/
H A Delf.h112 #define ELF_CORE_COPY_REGS(DEST, REGS) \
113 dump_elf_thread(DEST, REGS, current_thread_info());
118 #define ELF_CORE_COPY_TASK_REGS(TASK, DEST) \
119 dump_elf_task(*(DEST), TASK)
124 #define ELF_CORE_COPY_FPREGS(TASK, DEST) \
125 dump_elf_task_fp(*(DEST), TASK)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/alpha/include/asm/
H A Delf.h112 #define ELF_CORE_COPY_REGS(DEST, REGS) \
113 dump_elf_thread(DEST, REGS, current_thread_info());
118 #define ELF_CORE_COPY_TASK_REGS(TASK, DEST) \
119 dump_elf_task(*(DEST), TASK)
124 #define ELF_CORE_COPY_FPREGS(TASK, DEST) \
125 dump_elf_task_fp(*(DEST), TASK)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/neon/test/
H A Dredirect.c94 #define DEST "http://foo.com/blah/blah/bar" macro
100 {301, DEST, PATH},
101 {302, DEST, PATH},
102 {303, DEST, PATH},
103 {307, DEST, PATH},
109 CALL(check_redir(&args[n], DEST));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/neon/test/
H A Dredirect.c94 #define DEST "http://foo.com/blah/blah/bar" macro
100 {301, DEST, PATH},
101 {302, DEST, PATH},
102 {303, DEST, PATH},
103 {307, DEST, PATH},
109 CALL(check_redir(&args[n], DEST));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/neon/test/
H A Dredirect.c94 #define DEST "http://foo.com/blah/blah/bar" macro
100 {301, DEST, PATH},
101 {302, DEST, PATH},
102 {303, DEST, PATH},
103 {307, DEST, PATH},
109 CALL(check_redir(&args[n], DEST));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/avahi-0.6.31/avahi-common/
H A Dmalloc.c34 #define va_copy(DEST,SRC) __va_copy((DEST),(SRC))
36 #define va_copy(DEST,SRC) memcpy(&(DEST), &(SRC), sizeof(va_list))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/avahi-0.6.31/avahi-common/
H A Dmalloc.c34 #define va_copy(DEST,SRC) __va_copy((DEST),(SRC))
36 #define va_copy(DEST,SRC) memcpy(&(DEST), &(SRC), sizeof(va_list))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/avahi-0.6.31/avahi-common/
H A Dmalloc.c34 #define va_copy(DEST,SRC) __va_copy((DEST),(SRC))
36 #define va_copy(DEST,SRC) memcpy(&(DEST), &(SRC), sizeof(va_list))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iproute2/testsuite/lib/
H A Dgeneric.sh2 export DEST="127.0.0.1"

Completed in 279 milliseconds

1234