Searched refs:scp (Results 1 - 18 of 18) sorted by relevance

/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
H A DSCPOutputStream.java22 private SCPClient scp; field in class:SCPOutputStream
28 this.scp = client;
32 scp.readResponse(is);
39 scp.readResponse(is);
50 scp.readResponse(session.getStdout());
/external/openssh/regress/
H A Dscp.sh1 # $OpenBSD: scp.sh,v 1.7 2006/01/31 10:36:33 djm Exp $
4 tid="scp"
9 if diff -N ${SRC}/scp.sh ${SRC}/scp.sh 2>/dev/null; then
22 cp ${SRC}/scp-ssh-wrapper.sh ${OBJ}/scp-ssh-wrapper.scp
23 chmod 755 ${OBJ}/scp-ssh-wrapper.scp
24 scpopts="-q -S ${OBJ}/scp
[all...]
H A DMakefile39 scp \
75 scp-ssh-wrapper.scp ssh_proxy_envpass remote_pid \
H A Dtest-exec.sh70 SCP=scp
/external/dropbear/
H A DAndroid.mk37 scp.c progressmeter.c atomicio.c scpmisc.c
45 LOCAL_MODULE := scp
/external/valgrind/main/coregrind/m_sigframe/
H A Dsigframe-ppc32-linux.c749 struct vki_sigcontext *scp = &frame->sigcontext; local
752 (Addr)&scp->_unused[3], sizeof(*scp) - 3 * sizeof(UInt) );
753 scp->signal = sigNo;
754 scp->handler = (Addr) handler;
755 scp->oldmask = tst->sig_mask.sig[0];
756 scp->_unused[3] = tst->sig_mask.sig[1];
758 (Addr)&scp->_unused[3], sizeof(*scp) - 3 * sizeof(UInt) );
763 SET_SIGNAL_GPR(tid, 4, (Addr) scp);
[all...]
/external/dbus/
H A Dupdate-dbus-docs.sh52 scp dbus-docs.tar.gz "${user}"dbus.freedesktop.org:
56 scp -p doc/introspect.dtd "${user}"dbus.freedesktop.org:/srv/specifications.freedesktop.org/www/dbus/1.0/introspect.dtd
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar ... .equinox.internal.ds.model.ServiceComponentProp scp public org.eclipse.equinox.internal.ds ...
/external/openssh/
H A DAndroid.mk84 ###################### scp ######################
91 scp.c progressmeter.c bufaux.c
93 LOCAL_MODULE := scp
H A Dconfigure15602 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Make sure the path to scp is in /etc/login.conf" >&5
15603 $as_echo "$as_me: WARNING: Make sure the path to scp is in /etc/login.conf" >&2;}
15607 If PATH is defined in $external_path_file, ensure the path to scp is included,
15608 otherwise scp will not work." >&5
15610 If PATH is defined in $external_path_file, ensure the path to scp is included,
15611 otherwise scp will not work." >&2;}
15666 # make sure $bindir is in USER_PATH so scp will work
15679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Adding $t_bindir to USER_PATH so scp will work" >&5
15680 $as_echo "Adding $t_bindir to USER_PATH so scp will work" >&6; }
17497 echo " Make sure the path to scp i
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Ddirhash.c124 const signed char *scp = (const signed char *) name; local
131 c = (int) *scp++;
147 const signed char *scp = (const signed char *) msg; local
161 c = (int) scp[i];
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
H A DfeedPublish.eclipse.properties90 # options for publishing files - need either an scp target or a cvs root/path, or both
102 # /path/to/scp/executable
103 scpExec=/usr/bin/scp
107 # optionally, if the target folder might not exist, you can use ssh to create it before scp'ing the file - only runs if sshMakeDirCommand is defined
H A DfeedPublish.emf.properties76 # options for publishing files - need either an scp target or a cvs root/path, or both
88 # /path/to/scp/executable
89 scpExec=/usr/bin/scp
93 # optionally, if the target folder might not exist, you can use ssh to create it before scp'ing the file
H A DfeedPublish.uml2.properties76 # options for publishing files - need either an scp target or a cvs root/path, or both
88 # /path/to/scp/executable
89 scpExec=/usr/bin/scp
93 # optionally, if the target folder might not exist, you can use ssh to create it before scp'ing the file - only runs if sshMakeDirCommand is defined
/external/openssh/contrib/suse/
H A Dopenssh.spec206 %attr(0755,root,root) %{_bindir}/scp
218 %attr(0644,root,root) %doc %{_mandir}/man1/scp.1*
/external/netperf/
H A Dnetlib.c754 catcher(sig, code, scp)
757 struct sigcontext *scp;
766 if (scp) {
768 scp->sc_syscall);
771 fprintf(where,"null scp\n");
806 if (scp->sc_syscall != SYS_SIGSUSPEND) {
812 scp->sc_syscall_action = SIG_RESTART;
/external/openssh/contrib/redhat/
H A Dopenssh.spec339 %attr(0755,root,root) %{_bindir}/scp
340 %attr(0644,root,root) %{_mandir}/man1/scp.1*
497 - fix scp's server's reporting of file sizes, and build with the proper
/external/openssh/contrib/caldera/
H A Dopenssh.spec311 %{_bindir}/scp

Completed in 951 milliseconds