OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OBJ
(Results
26 - 50
of
119
) sorted by null
1
2
3
4
5
/external/openssh/regress/
agent.sh
22
echon > $
OBJ
/authorized_keys_$USER
25
rm -f $
OBJ
/$t-agent
26
${SSHKEYGEN} -q -N '' -t $t -f $
OBJ
/$t-agent ||\
29
cat $
OBJ
/$t-agent.pub >> $
OBJ
/authorized_keys_$USER
31
${SSHADD} $
OBJ
/$t-agent > /dev/null 2>&1
48
${SSH} -$p -F $
OBJ
/ssh_proxy somehost exit 5$p
56
${SSH} -A -$p -F $
OBJ
/ssh_proxy somehost ${SSHADD} -l > /dev/null 2>&1
60
${SSH} -A -$p -F $
OBJ
/ssh_proxy somehost \
61
"${SSH} -$p -F $
OBJ
/ssh_proxy somehost exit 5$p
[
all
...]
key-options.sh
6
origkeys="$
OBJ
/authkeys_orig"
7
authkeys="$
OBJ
/authorized_keys_${USER}"
15
r=`${SSH} -$p -q -F $
OBJ
/ssh_proxy somehost echo foo`
29
r=`${SSH} -$p -q -F $
OBJ
/ssh_proxy somehost tty`
36
echo 'PermitUserEnvironment yes' >> $
OBJ
/sshd_proxy
40
r=`${SSH} -$p -q -F $
OBJ
/ssh_proxy somehost 'echo $FOO'`
51
${SSH} -$p -q -F $
OBJ
/ssh_proxy somehost true
59
r=`${SSH} -$p -q -F $
OBJ
/ssh_proxy somehost 'echo true'`
64
r=`${SSH} -$p -q -F $
OBJ
/ssh_config somehost 'echo true'`
forwarding.sh
25
${SSH} -$p -F $
OBJ
/ssh_config -f $fwd somehost sleep 10
28
${SSH} -$q -F $
OBJ
/ssh_config -p$last -o 'ConnectionAttempts=4' \
29
somehost cat $DATA > $
OBJ
/ls.copy
30
test -f $
OBJ
/ls.copy || fail "failed copy $DATA"
31
cmp $DATA $
OBJ
/ls.copy || fail "corrupted copy of $DATA"
41
${SSH} -$p -F $
OBJ
/ssh_config \
51
${SSH} -q -$p -F $
OBJ
/ssh_config \
68
${SSH} -$p -F $
OBJ
/ssh_config -oClearAllForwardings=yes somehost true
71
${SSH} -$p -f -F $
OBJ
/ssh_config -L ${base}01:127.0.0.1:$PORT \
77
${SSH} -$p -F $
OBJ
/ssh_config -p ${base}01 true
[
all
...]
dynamic-forward.sh
28
${SSH} -$p -F $
OBJ
/ssh_config -f -D $FWDPORT -q \
30
\'"echo \$\$ > $
OBJ
/remote_pid; exec sleep 444"\'
44
${SSH} -F $
OBJ
/ssh_config \
46
somehost cat $DATA > $
OBJ
/ls.copy
47
test -f $
OBJ
/ls.copy || fail "failed copy $DATA"
48
cmp $DATA $
OBJ
/ls.copy || fail "corrupted copy of $DATA"
52
if [ -f $
OBJ
/remote_pid ]; then
53
remote=`cat $
OBJ
/remote_pid`
59
fail "no pid file: $
OBJ
/remote_pid"
putty-ciphers.sh
7
COPY=${
OBJ
}/copy
16
cp ${
OBJ
}/.putty/sessions/localhost_proxy \
17
${
OBJ
}/.putty/sessions/cipher_$c
18
echo "Cipher=$c" >> ${
OBJ
}/.putty/sessions/cipher_$c
rekey.sh
6
DATA=${
OBJ
}/data
7
COPY=${
OBJ
}/copy
8
LOG=${
OBJ
}/log
19
-v -F $
OBJ
/ssh_proxy somehost "cat > ${COPY}" \
yes-head.sh
7
lines=`${SSH} -$p -F $
OBJ
/ssh_proxy thishost 'sh -c "while true;do echo yes;done | _POSIX2_VERSION=199209 head -2000"' | (sleep 3 ; wc -l)`
Makefile
10
for F in $(CLEANFILES); do rm -f $(
OBJ
)$$F; done
11
rm -rf $(
OBJ
).putty
95
cat ${.CURDIR}/rsa_openssh.prv > $(
OBJ
)/t2.out
96
chmod 600 $(
OBJ
)/t2.out
97
${TEST_SSH_SSHKEYGEN} -yf $(
OBJ
)/t2.out | diff - ${.CURDIR}/rsa_openssh.pub
100
${TEST_SSH_SSHKEYGEN} -ef ${.CURDIR}/rsa_openssh.pub >$(
OBJ
)/t3.out
101
${TEST_SSH_SSHKEYGEN} -if $(
OBJ
)/t3.out | diff - ${.CURDIR}/rsa_openssh.pub
112
${TEST_SSH_SSHKEYGEN} -if ${.CURDIR}/dsa_ssh2.prv > $(
OBJ
)/t6.out1
113
${TEST_SSH_SSHKEYGEN} -if ${.CURDIR}/dsa_ssh2.pub > $(
OBJ
)/t6.out2
114
chmod 600 $(
OBJ
)/t6.out
[
all
...]
agent-ptrace.sh
38
gdb ${SSHAGENT} ${SSH_AGENT_PID} > ${
OBJ
}/gdb.out 2>&1 << EOF
44
egrep 'ptrace: Operation not permitted.|procfs:.*Permission denied.|ttrace.*Permission denied.|procfs:.*: Invalid argument.|Unable to access task ' >/dev/null ${
OBJ
}/gdb.out
46
rm -f ${
OBJ
}/gdb.out
multiplex.sh
14
COPY=$
OBJ
/ls.copy
20
${SSH} -Nn2 -MS$CTL -F $
OBJ
/ssh_config -oSendEnv="_XXX_TEST" somehost &
28
_XXX_TEST=blah ${SSH} -F $
OBJ
/ssh_config -oSendEnv="_XXX_TEST" -S$CTL otherhost sh << 'EOF'
38
${SSH} -F $
OBJ
/ssh_config -S$CTL otherhost cat ${DATA} > ${COPY}
44
${SSH} -F $
OBJ
/ssh_config -S $CTL otherhost cat ${DATA} > ${COPY}
51
${SFTP} -S ${SSH} -F $
OBJ
/ssh_config -oControlPath=$CTL otherhost >$LOG 2>&1
57
${SCP} -S ${SSH} -F $
OBJ
/ssh_config -oControlPath=$CTL otherhost:${DATA} ${COPY} >$LOG 2>&1
66
${SSH} -F $
OBJ
/ssh_config -S $CTL otherhost exit $s
74
${SSH} -F $
OBJ
/ssh_config -S $CTL -n otherhost \
83
${SSH} -F $
OBJ
/ssh_config -S $CTL -Ocheck otherhost || fail "check command failed"
[
all
...]
conch-ciphers.sh
7
COPY=${
OBJ
}/copy
22
${CONCH} --identity $
OBJ
/rsa --port $PORT --user $USER -e none \
23
--known-hosts $
OBJ
/known_hosts --notty --noagent --nox11 -n \
stderr-after-eof.sh
7
DATA=${
OBJ
}/data
8
COPY=${
OBJ
}/copy
29
${SSH} -2 -F $
OBJ
/ssh_proxy otherhost \
stderr-data.sh
7
COPY=${
OBJ
}/copy
13
${SSH} $n -$p -F $
OBJ
/ssh_proxy otherhost \
23
${SSH} $n -$p -F $
OBJ
/ssh_proxy otherhost \
transfer.sh
7
COPY=${
OBJ
}/copy
12
${SSH} -n -q -$p -F $
OBJ
/ssh_proxy somehost cat ${DATA} > ${COPY}
22
${SSH} -q -$p -F $
OBJ
/ssh_proxy somehost "cat > ${COPY}"
broken-pipe.sh
9
${SSH} -$p -F $
OBJ
/ssh_config_config nexthost echo $i 2> /dev/null | true
keyscan.sh
7
rm -f ${
OBJ
}/host.dsa
portnum.sh
9
if ${SSH} -F $
OBJ
/ssh_proxy -p $port somehost true 2>/dev/null ; then
16
if ${SSH} -F $
OBJ
/ssh_proxy -p $port somehost true 2>/dev/null ; then
putty-transfer.sh
7
COPY=${
OBJ
}/copy
19
cp ${
OBJ
}/.putty/sessions/localhost_proxy \
20
${
OBJ
}/.putty/sessions/compression_$c
21
echo "Compression=$c" >> ${
OBJ
}/.putty/sessions/kex_$k
try-ciphers.sh
18
${SSH} -F $
OBJ
/ssh_proxy -2 -m $m -c $c somehost true
29
${SSH} -F $
OBJ
/ssh_proxy -1 -c $c somehost true
40
echo "Ciphers acss@openssh.org" >> $
OBJ
/sshd_proxy
45
${SSH} -F $
OBJ
/ssh_proxy -2 -m $m -c $c somehost true
exit-status.sh
10
${SSH} -$p -F $
OBJ
/ssh_proxy otherhost exit $s
17
${SSH} -$p -F $
OBJ
/ssh_proxy -n otherhost \
/external/llvm/test/MC/ARM/
elf-eflags-eabi.s
1
@ RUN: llvm-mc %s -triple=armv7-linux-gnueabi -filetype=
obj
-o - | \
2
@ RUN: llvm-readobj -h | FileCheck -check-prefix=
OBJ
%s
13
@
OBJ
: ElfHeader {
14
@
OBJ
: Flags [ (0x5000000)
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
Makefile
12
OBJ
=$(SRC:.c=.o)
33
$(COMPONENT_LIB): $(
OBJ
)
34
$(CROSS)gcc $(CFLAGS) -shared -o $(COMPONENT_LIB) $(
OBJ
) -ldl
40
rm -f $(
OBJ
)
/external/libpng/scripts/
makevms.com
55
$ dele pngtest.
obj
;*
56
$ CALL MAKE png.
OBJ
"cc ''CCOPT' png" -
58
$ CALL MAKE pngset.
OBJ
"cc ''CCOPT' pngset" -
60
$ CALL MAKE pngget.
OBJ
"cc ''CCOPT' pngget" -
62
$ CALL MAKE pngread.
OBJ
"cc ''CCOPT' pngread" -
64
$ CALL MAKE pngpread.
OBJ
"cc ''CCOPT' pngpread" -
66
$ CALL MAKE pngrtran.
OBJ
"cc ''CCOPT' pngrtran" -
68
$ CALL MAKE pngrutil.
OBJ
"cc ''CCOPT' pngrutil" -
70
$ CALL MAKE pngerror.
OBJ
"cc ''CCOPT' pngerror" -
72
$ CALL MAKE pngmem.
OBJ
"cc ''CCOPT' pngmem"
[
all
...]
/external/stlport/test/compiler/
gcc.mak
11
compile-only: $(OUTPUT_DIRS) $(
OBJ
)
/external/compiler-rt/lib/tsan/lit_tests/
test_output.sh
22
OBJ
=$SRC.o
24
$COMPILER $SRC $CFLAGS -c -o $
OBJ
25
$COMPILER $
OBJ
$LDFLAGS -o $EXE
29
rm -f $EXE $
OBJ
Completed in 90 milliseconds
1
2
3
4
5