Searched refs:scp (Results 1 – 25 of 35) sorted by relevance
12
4 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 data14 as ssh(1). scp will ask for passwords or passphrases if they are needed19 explicit using absolute or relative pathnames to avoid scp treating file25 -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 …]
183 scp.c progressmeter.c185 LOCAL_MODULE := scp
545 TEST_SSH_SCP="$${BUILDDIR}/scp"; \
52 Juergen Keil <jk@tools.de> - scp bugfixing54 Kees Cook <cook@cpoint.net> - scp fixes
706 struct vki_sigcontext *scp = &frame->sigcontext; in VG_() local709 (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_()
181 struct vki_sigcontext *scp = &(frame->rs_uc.uc_mcontext); in VG_() local182 setup_sigcontext2(tst, &(scp), siginfo); in VG_()220 struct vki_sigcontext *scp = &(frame->sf_sc); in VG_() local221 setup_sigcontext2(tst, &(scp), siginfo); in VG_()
166 struct vki_sigcontext *scp = &(frame->rs_uc.uc_mcontext); in VG_() local167 setup_sigcontext(tst, &(scp), siginfo); in VG_()
196 struct vki_sigcontext *scp = &(frame->rs_uc.uc_mcontext); in VG_() local197 setup_sigcontext2(tst, &(scp), siginfo); in VG_()
... .equinox.internal.ds.model.ServiceComponentProp scp public org.eclipse.equinox.internal.ds ...
14 …scp $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
124 const signed char *scp = (const signed char *) name; in dx_hack_hash() local131 c = (int) *scp++; in dx_hack_hash()147 const signed char *scp = (const signed char *) msg; in str2hashbuf() local161 c = (int) scp[i]; in str2hashbuf()
90 # options for publishing files - need either an scp target or a cvs root/path, or both102 # /path/to/scp/executable103 scpExec=/usr/bin/scp107 # optionally, if the target folder might not exist, you can use ssh to create it before scp'ing the…
76 # options for publishing files - need either an scp target or a cvs root/path, or both88 # /path/to/scp/executable89 scpExec=/usr/bin/scp93 # optionally, if the target folder might not exist, you can use ssh to create it before scp'ing the…
8 scp -r _build/* ianb@webwareforpython.org:/home/paste/htdocs/
841 PWL_CREATEPARAM scp = cp; in CreateVScrollBar() local844 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()
932 PWL_CREATEPARAM scp = cp; in CreateButtons() local933 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()
714 PWL_CREATEPARAM scp = cp; in CreateChildWnd() local715 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() local1513 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()
101 scp *.rpm rsc@amsterdam.lcs.mit.edu:public_html/software117 scp *.tgz rsc@amsterdam.lcs.mit.edu:public_html/software
171 scp = self.scp_command174 cmd = [scp, '-p', src, remote + ':' + dst]
81 def scp(self, src, dst): member in ssh_session
19 ssh works fine, but scp hangs after initial handshaking.
203 %attr(0755,root,root) %{_bindir}/scp215 %attr(0644,root,root) %doc %{_mandir}/man1/scp.1*
366 $dbg scp $files $dest
747 catcher(sig, code, scp) in catcher() argument750 struct sigcontext *scp;759 if (scp) {761 scp->sc_syscall);799 if (scp->sc_syscall != SYS_SIGSUSPEND) {805 scp->sc_syscall_action = SIG_RESTART;