Home
last modified time | relevance | path

Searched refs:scp (Results 201 – 225 of 5409) sorted by relevance

12345678910>>...217

/dports/net/p5-Net-SCP-Expect/Net-SCP-Expect-0.16/itest/
H A Ditest.pl156 $nse->scp("$login\@$host:$rsmall_file",".");
160 $nse->scp("$login\@$host:$rmedium_file",".");
164 $nse->scp("$login\@$host:$rlarge_file",".");
183 $nse->scp($small_file,"$host:$rsmall_file");
188 $nse->scp("$host:$rsmall_file",".");
201 $nse->scp($small_file,":$rsmall_file");
206 $nse->scp(":$rsmall_file",".");
220 $nse->scp($small_file,":");
232 $nse->scp($small_file,$rsmall_file);
242 $nse->scp("small*.test",":");
[all …]
/dports/security/libssh/libssh-0.9.6/doc/
H A Dscp.dox35 ssh_scp scp;
38 scp = ssh_scp_new
40 if (scp == NULL)
52 ssh_scp_free(scp);
58 ssh_scp_close(scp);
59 ssh_scp_free(scp);
69 ssh_scp scp;
72 scp = ssh_scp_new
74 if (scp == NULL)
92 ssh_scp_close(scp);
[all …]
/dports/devel/cook/cook-2.30/cook/
H A Dlex.c297 sub_context_ty *scp; in lex_open() local
357 sub_context_ty *scp; in lex_close() local
359 scp = sub_context_new(); in lex_close()
446 sub_context_ty *scp; in byte() local
448 scp = sub_context_new(); in byte()
451 sub_context_delete(scp); in byte()
948 if (scp) in lex_error()
952 scp = sub_context_new(); in lex_error()
957 buffer = subst_intl(scp, s); in lex_error()
1002 if (scp) in lex_warning()
[all …]
/dports/devel/aegis/aegis-4.25.D510/libaegis/change/architecture/
H A Dname.cc74 sub_context_ty *scp; in change_architecture_name() local
76 scp = sub_context_new(); in change_architecture_name()
77 sub_var_set_string(scp, "Name", un); in change_architecture_name()
81 scp, in change_architecture_name()
85 sub_context_delete(scp); in change_architecture_name()
94 sub_context_ty *scp; in change_architecture_name() local
96 scp = sub_context_new(); in change_architecture_name()
97 sub_var_set_string(scp, "Name", un); in change_architecture_name()
98 change_fatal(cp, scp, i18n("architecture \"$name\" unknown")); in change_architecture_name()
100 sub_context_delete(scp); in change_architecture_name()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/scsi/
H A Dscsi_debug.c1167 scsi_set_resid(scp, scsi_bufflen(scp) - act_len); in fill_from_dev_buffer()
1195 scsi_set_resid(scp, min_t(int, scsi_get_resid(scp), n)); in p_fill_from_dev_buffer()
1983 u8 *cmd = scp->cmnd; in resp_rsup_opcodes()
2129 u8 *cmd = scp->cmnd; in resp_rsup_tmfs()
3194 scsi_set_resid(scp, scsi_bufflen(scp)); in resp_read_dt0()
3216 scsi_set_resid(scp, scsi_bufflen(scp) - ret); in resp_read_dt0()
3957 scsi_sg_copy_to_buffer(scp, buf, scsi_bufflen(scp)); in resp_unmap()
4171 scsi_set_resid(scp, scsi_bufflen(scp)); in resp_report_luns()
4752 scp = sqcp->a_cmnd; in sdebug_q_cmd_complete()
4795 scp->scsi_done(scp); /* callback to mid level */ in sdebug_q_cmd_complete()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/scsi/
H A Dscsi_debug.c1167 scsi_set_resid(scp, scsi_bufflen(scp) - act_len); in fill_from_dev_buffer()
1195 scsi_set_resid(scp, min_t(int, scsi_get_resid(scp), n)); in p_fill_from_dev_buffer()
1983 u8 *cmd = scp->cmnd; in resp_rsup_opcodes()
2129 u8 *cmd = scp->cmnd; in resp_rsup_tmfs()
3194 scsi_set_resid(scp, scsi_bufflen(scp)); in resp_read_dt0()
3216 scsi_set_resid(scp, scsi_bufflen(scp) - ret); in resp_read_dt0()
3957 scsi_sg_copy_to_buffer(scp, buf, scsi_bufflen(scp)); in resp_unmap()
4171 scsi_set_resid(scp, scsi_bufflen(scp)); in resp_report_luns()
4752 scp = sqcp->a_cmnd; in sdebug_q_cmd_complete()
4795 scp->scsi_done(scp); /* callback to mid level */ in sdebug_q_cmd_complete()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/scsi/
H A Dscsi_debug.c1167 scsi_set_resid(scp, scsi_bufflen(scp) - act_len); in fill_from_dev_buffer()
1195 scsi_set_resid(scp, min_t(int, scsi_get_resid(scp), n)); in p_fill_from_dev_buffer()
1983 u8 *cmd = scp->cmnd; in resp_rsup_opcodes()
2129 u8 *cmd = scp->cmnd; in resp_rsup_tmfs()
3194 scsi_set_resid(scp, scsi_bufflen(scp)); in resp_read_dt0()
3216 scsi_set_resid(scp, scsi_bufflen(scp) - ret); in resp_read_dt0()
3957 scsi_sg_copy_to_buffer(scp, buf, scsi_bufflen(scp)); in resp_unmap()
4171 scsi_set_resid(scp, scsi_bufflen(scp)); in resp_report_luns()
4752 scp = sqcp->a_cmnd; in sdebug_q_cmd_complete()
4795 scp->scsi_done(scp); /* callback to mid level */ in sdebug_q_cmd_complete()
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/mysql-test/suite/ndb/r/
H A Dndb_error_reporter.result22 --dry-scp allows running the script for testing without
23 scp from the remote hosts
49 scp from the remote hosts
73 scp from the remote hosts
94 scp -p mysql@10.255.255.1:ndb_1* ndb_error_report_x/
111 scp -p -r 10.255.255.1:./ndb_2* ndb_error_report_x/
116 scp -p -r 10.255.255.1:./ndb_4* ndb_error_report_x/
121 scp -p -r 10.255.255.1:ndb_1* ndb_error_report_x/
167 scp -p 10.255.255.1:./ndb_4* ndb_error_report_x/
172 scp -p 10.255.255.1:ndb_1* ndb_error_report_x/
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/ndb/r/
H A Dndb_error_reporter.result22 --dry-scp allows running the script for testing without
23 scp from the remote hosts
49 scp from the remote hosts
73 scp from the remote hosts
94 scp -p mysql@10.255.255.1:ndb_1* ndb_error_report_x/
111 scp -p -r 10.255.255.1:./ndb_2* ndb_error_report_x/
116 scp -p -r 10.255.255.1:./ndb_4* ndb_error_report_x/
121 scp -p -r 10.255.255.1:ndb_1* ndb_error_report_x/
167 scp -p 10.255.255.1:./ndb_4* ndb_error_report_x/
172 scp -p 10.255.255.1:ndb_1* ndb_error_report_x/
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysql-test/suite/ndb/r/
H A Dndb_error_reporter.result22 --dry-scp allows running the script for testing without
23 scp from the remote hosts
49 scp from the remote hosts
73 scp from the remote hosts
94 scp -p mysql@10.255.255.1:ndb_1* ndb_error_report_x/
111 scp -p -r 10.255.255.1:./ndb_2* ndb_error_report_x/
116 scp -p -r 10.255.255.1:./ndb_4* ndb_error_report_x/
121 scp -p -r 10.255.255.1:ndb_1* ndb_error_report_x/
167 scp -p 10.255.255.1:./ndb_4* ndb_error_report_x/
172 scp -p 10.255.255.1:ndb_1* ndb_error_report_x/
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/mysql-test/suite/ndb/r/
H A Dndb_error_reporter.result22 --dry-scp allows running the script for testing without
23 scp from the remote hosts
49 scp from the remote hosts
73 scp from the remote hosts
94 scp -p mysql@10.255.255.1:ndb_1* ndb_error_report_x/
111 scp -p -r 10.255.255.1:./ndb_2* ndb_error_report_x/
116 scp -p -r 10.255.255.1:./ndb_4* ndb_error_report_x/
121 scp -p -r 10.255.255.1:ndb_1* ndb_error_report_x/
167 scp -p 10.255.255.1:./ndb_4* ndb_error_report_x/
172 scp -p 10.255.255.1:ndb_1* ndb_error_report_x/
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/mysql-test/suite/ndb/r/
H A Dndb_error_reporter.result22 --dry-scp allows running the script for testing without
23 scp from the remote hosts
49 scp from the remote hosts
73 scp from the remote hosts
94 scp -p mysql@10.255.255.1:ndb_1* ndb_error_report_x/
111 scp -p -r 10.255.255.1:./ndb_2* ndb_error_report_x/
116 scp -p -r 10.255.255.1:./ndb_4* ndb_error_report_x/
121 scp -p -r 10.255.255.1:ndb_1* ndb_error_report_x/
167 scp -p 10.255.255.1:./ndb_4* ndb_error_report_x/
172 scp -p 10.255.255.1:ndb_1* ndb_error_report_x/
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/mysql-test/suite/ndb/r/
H A Dndb_error_reporter.result22 --dry-scp allows running the script for testing without
23 scp from the remote hosts
49 scp from the remote hosts
73 scp from the remote hosts
94 scp -p mysql@10.255.255.1:ndb_1* ndb_error_report_x/
111 scp -p -r 10.255.255.1:./ndb_2* ndb_error_report_x/
116 scp -p -r 10.255.255.1:./ndb_4* ndb_error_report_x/
121 scp -p -r 10.255.255.1:ndb_1* ndb_error_report_x/
167 scp -p 10.255.255.1:./ndb_4* ndb_error_report_x/
172 scp -p 10.255.255.1:ndb_1* ndb_error_report_x/
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/mysql-test/suite/ndb/r/
H A Dndb_error_reporter.result22 --dry-scp allows running the script for testing without
23 scp from the remote hosts
49 scp from the remote hosts
73 scp from the remote hosts
94 scp -p mysql@10.255.255.1:ndb_1* ndb_error_report_x/
111 scp -p -r 10.255.255.1:./ndb_2* ndb_error_report_x/
116 scp -p -r 10.255.255.1:./ndb_4* ndb_error_report_x/
121 scp -p -r 10.255.255.1:ndb_1* ndb_error_report_x/
167 scp -p 10.255.255.1:./ndb_4* ndb_error_report_x/
172 scp -p 10.255.255.1:ndb_1* ndb_error_report_x/
[all …]
/dports/devel/cook/cook-2.30/cook/expr/
H A Dposition.c154 error_with_position(const expr_position_ty *pp, sub_context_ty *scp, in error_with_position() argument
160 if (scp) in error_with_position()
164 scp = sub_context_new(); in error_with_position()
168 s = subst_intl(scp, fmt); in error_with_position()
173 sub_var_set_string(scp, "File_Name", pp->pos_name); in error_with_position()
174 sub_var_set_long(scp, "Number", pp->pos_line); in error_with_position()
175 sub_var_set_string(scp, "MeSsaGe", s); in error_with_position()
176 error_intl(scp, i18n("$filename: $number: $message")); in error_with_position()
181 sub_var_set_string(scp, "MeSsaGe", s); in error_with_position()
182 error_intl(scp, i18n("$message")); in error_with_position()
[all …]
/dports/devel/libsigsegv/libsigsegv-2.12/src/
H A Dfault-macosdarwin5-powerpc.h20 #define SIGSEGV_FAULT_HANDLER_ARGLIST int sig, int code, struct sigcontext *scp
21 #define SIGSEGV_FAULT_ADDRESS (unsigned long) get_fault_addr (scp)
22 #define SIGSEGV_FAULT_CONTEXT scp
24 #define SIGSEGV_FAULT_STACKPOINTER (&((unsigned int *) scp->sc_regs)[2])[1]
26 #define SIGSEGV_FAULT_STACKPOINTER (scp->sc_regs ? ((unsigned int *) scp->sc_regs)[3] : scp->sc_sp)
/dports/lang/smalltalk/smalltalk-3.2.5/sigsegv/src/
H A Dfault-macosdarwin5-powerpc.h20 #define SIGSEGV_FAULT_HANDLER_ARGLIST int sig, int code, struct sigcontext *scp
21 #define SIGSEGV_FAULT_ADDRESS (unsigned long) get_fault_addr (scp)
22 #define SIGSEGV_FAULT_CONTEXT scp
24 #define SIGSEGV_FAULT_STACKPOINTER (&((unsigned int *) scp->sc_regs)[2])[1]
26 #define SIGSEGV_FAULT_STACKPOINTER (scp->sc_regs ? ((unsigned int *) scp->sc_regs)[3] : scp->sc_sp)
/dports/devel/cook/cook-2.30/cooktime/
H A Dmain.c199 sub_context_ty *scp; in main() local
201 scp = sub_context_new(); in main()
205 scp, in main()
218 sub_context_ty *scp; in main() local
220 scp = sub_context_new(); in main()
224 scp, in main()
255 sub_context_ty *scp; in main() local
257 scp = sub_context_new(); in main()
258 sub_errno_set(scp); in main()
259 sub_var_set_string(scp, "File_Name", s); in main()
[all …]
/dports/ftp/ncftp3/ncftp-3.2.6/ncftp/
H A Dshell.c230 char *scp; local
236 scp = line;
250 scp++;
265 } else if ((scp[1] != '\0') && (!isspace((int) scp[1]))) {
277 …((*cargc > 1) && (fromReadln == 0) && (scp[0] == '~') && ((scp[1] == '\0') || (scp[1] == '/') || i…
278 scp++;
299 c = *scp;
308 scp++;
312 c = *scp++;
338 c = *scp++;
[all …]
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/nomos/agent/
H A Dlicenses.c580 strncpy(scp->fullpath, cur.cwd, sizeof(scp->fullpath)-1); in createRelativePath()
581 strncat(scp->fullpath, "/", sizeof(scp->fullpath)-1); in createRelativePath()
582 strncat(scp->fullpath, p->str, sizeof(scp->fullpath)-1); in createRelativePath()
613 scanres_t* scp; in scanForKeywordsAndSetScore() local
629 (char *)(scp->fullpath+scp->nameOffset)); in scanForKeywordsAndSetScore()
673 printf("%s = %d\n", (char *)(scp->fullpath+scp->nameOffset), in scanForKeywordsAndSetScore()
717 scanres_t* scp; in fiterResultsOfKeywordScan() local
720 for (scp = scores, i = nCand = 0; i < nFiles; i++, scp++) in fiterResultsOfKeywordScan()
722 scp->relpath = (char *) (scp->fullpath + scp->nameOffset); in fiterResultsOfKeywordScan()
737 if (scp->flag == 2 || (scp->score && scp->flag)) { in fiterResultsOfKeywordScan()
[all …]
/dports/devel/aegis/aegis-4.25.D510/libaegis/change/diff/
H A Drun_patch.cc36 sub_context_ty *scp; in change_run_patch_diff_command() local
100 scp = sub_context_new(); in change_run_patch_diff_command()
101 sub_var_set_string(scp, "ORiginal", original); in change_run_patch_diff_command()
102 sub_var_set_string(scp, "Input", input_file_name); in change_run_patch_diff_command()
103 sub_var_set_string(scp, "Output", output_filename); in change_run_patch_diff_command()
104 sub_var_set_string(scp, "INDex", index_name); in change_run_patch_diff_command()
105 sub_var_optional(scp, "INDex"); in change_run_patch_diff_command()
129 the_command = substitute(scp, cp, the_command); in change_run_patch_diff_command()
130 sub_context_delete(scp); in change_run_patch_diff_command()
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/phpseclib/phpseclib/tests/Functional/Net/
H A DSCPSSH2UserStoryTest.php44 $scp = new SCP($ssh);
46 is_object($scp),
49 return $scp;
56 public function testPutGetString($scp) argument
59 $scp->put(self::$remoteFile, self::$exampleData),
62 $content = $scp->get(self::$remoteFile);
74 return $scp;
81 public function testGetFile($scp) argument
85 $scp->get(self::$remoteFile, $localFilename),
/dports/devel/aegis/aegis-4.25.D510/aeimport/format/sccs/
H A Dlex.cc59 sccs_lex_error(sub_context_ty *scp, const char *s) in sccs_lex_error() argument
63 msg = subst_intl(scp, s); in sccs_lex_error()
66 sub_var_set_string(scp, "MeSsaGe", msg); in sccs_lex_error()
67 sub_var_set_string(scp, "File_Name", ip->name()); in sccs_lex_error()
68 error_intl(scp, i18n("$filename: $message")); in sccs_lex_error()
74 sub_var_set_string(scp, "File_Name", ip->name()); in sccs_lex_error()
75 fatal_intl(scp, i18n("$filename: too many errors")); in sccs_lex_error()
83 sub_context_ty *scp; in format_sccs_gram_error() local
85 scp = sub_context_new(); in format_sccs_gram_error()
86 sccs_lex_error(scp, s); in format_sccs_gram_error()
[all …]
/dports/dns/gen6dns/gen6dns-1.3/
H A Dgen6dns.c409 const scope_t *scp; in gen_forw_upd() local
421 scp = scope; in gen_forw_upd()
431 if ( scp->view && scp->view[0] && strcmp (scp->view, "none") != 0 ) in gen_forw_upd()
433 scp->view, scp->domain ? scp->domain: parm.origin); in gen_forw_upd()
436 scp->domain ? scp->domain: parm.origin); in gen_forw_upd()
510 scp = scope; in gen_forw_dns()
517 if ( scp->view && scp->view[0] && strcmp (scp->view, "none") != 0 ) in gen_forw_dns()
519 scp->view, scp->domain ? scp->domain: parm.origin); in gen_forw_dns()
522 scp->domain ? scp->domain: parm.origin); in gen_forw_dns()
588 scp = scope; in gen_rev_dns()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/mips/mips/
H A Dcompat_16_machdep.c109 scp--; in sendsig_sigcontext()
115 p->p_pid, sig, &onstack, scp); in sendsig_sigcontext()
162 error = copyout(&ksc, (void *)scp, sizeof(ksc)); in sendsig_sigcontext()
187 tf->tf_regs[_R_A2] = (intptr_t)scp; in sendsig_sigcontext()
192 tf->tf_regs[_R_SP] = (intptr_t)scp; in sendsig_sigcontext()
238 struct sigcontext *scp, ksc; in compat_16_sys___sigreturn14() local
254 scp = SCARG(uap, sigcntxp); in compat_16_sys___sigreturn14()
259 if ((error = copyin(scp, &ksc, sizeof(ksc))) != 0) in compat_16_sys___sigreturn14()
270 memcpy(&tf->tf_regs[1], &scp->sc_regs[1], in compat_16_sys___sigreturn14()
271 sizeof(scp->sc_regs) - sizeof(scp->sc_regs[0])); in compat_16_sys___sigreturn14()
[all …]

12345678910>>...217