Home
last modified time | relevance | path

Searched refs:scp (Results 1 – 25 of 35) sorted by relevance

12

/external/openssh/
Dscp.04 scp M-bM-^@M-^S secure copy (remote file copy program)
7 scp [-12346BCpqrv] [-c cipher] [-F ssh_config] [-i identity_file]
12 scp copies files between hosts on a network. It uses ssh(1) for data
14 as ssh(1). scp will ask for passwords or passphrases if they are needed
19 explicit using absolute or relative pathnames to avoid scp treating file
25 -1 Forces scp to use protocol 1.
27 -2 Forces scp to use protocol 2.
34 -4 Forces scp to use IPv4 addresses only.
36 -6 Forces scp to use IPv6 addresses only.
63 there is no separate scp command-line flag. For full details of
[all …]
DAndroid.mk183 scp.c progressmeter.c
185 LOCAL_MODULE := scp
DMakefile.in545 TEST_SSH_SCP="$${BUILDDIR}/scp"; \
DCREDITS52 Juergen Keil <jk@tools.de> - scp bugfixing
54 Kees Cook <cook@cpoint.net> - scp fixes
/external/valgrind/coregrind/m_sigframe/
Dsigframe-ppc32-linux.c706 struct vki_sigcontext *scp = &frame->sigcontext; in VG_() local
709 (Addr)&scp->_unused[3], sizeof(*scp) - 3 * sizeof(UInt) ); in VG_()
710 scp->signal = sigNo; in VG_()
711 scp->handler = (Addr) handler; in VG_()
712 scp->oldmask = tst->sig_mask.sig[0]; in VG_()
713 scp->_unused[3] = tst->sig_mask.sig[1]; in VG_()
715 (Addr)&scp->_unused[3], sizeof(*scp) - 3 * sizeof(UInt) ); in VG_()
720 SET_SIGNAL_GPR(tid, 4, (Addr) scp); in VG_()
Dsigframe-mips32-linux.c181 struct vki_sigcontext *scp = &(frame->rs_uc.uc_mcontext); in VG_() local
182 setup_sigcontext2(tst, &(scp), siginfo); in VG_()
220 struct vki_sigcontext *scp = &(frame->sf_sc); in VG_() local
221 setup_sigcontext2(tst, &(scp), siginfo); in VG_()
Dsigframe-mips64-linux.c166 struct vki_sigcontext *scp = &(frame->rs_uc.uc_mcontext); in VG_() local
167 setup_sigcontext(tst, &(scp), siginfo); in VG_()
Dsigframe-tilegx-linux.c196 struct vki_sigcontext *scp = &(frame->rs_uc.uc_mcontext); in VG_() local
197 setup_sigcontext2(tst, &(scp), siginfo); in VG_()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar ... .equinox.internal.ds.model.ServiceComponentProp scp public org.eclipse.equinox.internal.ds ...
/external/sonic/doc/
Dpost14scp $sourceTarball root@dev.vinux-project.org:/var/www/dev.vinux-project.org/sonic/download/$destT…
17 scp $files root@dev.vinux-project.org:/var/www/dev.vinux-project.org/sonic
/external/e2fsprogs/lib/ext2fs/
Ddirhash.c124 const signed char *scp = (const signed char *) name; in dx_hack_hash() local
131 c = (int) *scp++; in dx_hack_hash()
147 const signed char *scp = (const signed char *) msg; in str2hashbuf() local
161 c = (int) scp[i]; in str2hashbuf()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
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…
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…
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…
/external/chromium-trace/trace-viewer/third_party/Paste/
Dregen-docs8 scp -r _build/* ianb@webwareforpython.org:/home/paste/htdocs/
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Wnd.cpp841 PWL_CREATEPARAM scp = cp; in CreateVScrollBar() local
844 scp.dwFlags = PWS_CHILD| PWS_BACKGROUND | PWS_AUTOTRANSPARENT | PWS_NOREFRESHCLIP; in CreateVScrollBar()
846 scp.pParentWnd = this; in CreateVScrollBar()
847 scp.sBackgroundColor = PWL_DEFAULT_WHITECOLOR; in CreateVScrollBar()
848 scp.eCursorType = FXCT_ARROW; in CreateVScrollBar()
849 scp.nTransparency = PWL_SCROLLBAR_TRANSPARANCY; in CreateVScrollBar()
852 m_pVScrollBar->Create(scp); in CreateVScrollBar()
DPWL_ScrollBar.cpp932 PWL_CREATEPARAM scp = cp; in CreateButtons() local
933 scp.pParentWnd = this; in CreateButtons()
934 scp.dwBorderWidth = 2; in CreateButtons()
935 scp.nBorderStyle = PBS_BEVELED; in CreateButtons()
937 scp.dwFlags = PWS_VISIBLE | PWS_CHILD | PWS_BORDER | PWS_BACKGROUND | PWS_NOREFRESHCLIP; in CreateButtons()
942 m_pMinButton->Create(scp); in CreateButtons()
948 m_pMaxButton->Create(scp); in CreateButtons()
955 m_pPosButton->Create(scp); in CreateButtons()
DPWL_Note.cpp714 PWL_CREATEPARAM scp = cp; in CreateChildWnd() local
715 scp.pParentWnd = this; in CreateChildWnd()
716 scp.dwFlags = PWS_VISIBLE | PWS_CHILD | PES_LEFT | PES_TOP; in CreateChildWnd()
717 scp.sTextColor = sTextColor; in CreateChildWnd()
718 m_pSubject->Create(scp); in CreateChildWnd()
1512 PWL_CREATEPARAM scp = cp; in CreateChildWnd() local
1513 scp.pParentWnd = this; in CreateChildWnd()
1514 scp.sBackgroundColor = CPWL_Color(COLORTYPE_RGB, 240/255.0f, 240/255.0f, 240/255.0f); in CreateChildWnd()
1515 scp.dwFlags = PWS_CHILD | PWS_VISIBLE | PWS_BACKGROUND; in CreateChildWnd()
1516 m_pContentsBar->Create(scp); in CreateChildWnd()
/external/libutf/
DMakefile101 scp *.rpm rsc@amsterdam.lcs.mit.edu:public_html/software
117 scp *.tgz rsc@amsterdam.lcs.mit.edu:public_html/software
/external/libcxx/test/libcxx/test/
Dexecutor.py171 scp = self.scp_command
174 cmd = [scp, '-p', src, remote + ':' + dst]
/external/lldb/test/pexpect-2.4/examples/
Dssh_session.py81 def scp(self, src, dst): member in ssh_session
/external/iptables/extensions/
Dlibxt_TCPMSS.man19 ssh works fine, but scp hangs after initial handshaking.
/external/openssh/contrib/suse/
Dopenssh.spec203 %attr(0755,root,root) %{_bindir}/scp
215 %attr(0644,root,root) %doc %{_mandir}/man1/scp.1*
/external/bison/build-aux/
Dgnupload366 $dbg scp $files $dest
/external/netperf/
Dnetlib.c747 catcher(sig, code, scp) in catcher() argument
750 struct sigcontext *scp;
759 if (scp) {
761 scp->sc_syscall);
799 if (scp->sc_syscall != SYS_SIGSUSPEND) {
805 scp->sc_syscall_action = SIG_RESTART;

12