Home
last modified time | relevance | path

Searched refs:scp (Results 126 – 150 of 5025) sorted by relevance

12345678910>>...201

/dports/devel/cook/cook-2.30/c_incl/
H A Dsniff.c230 sub_context_ty *scp; in resolve() local
257 scp = sub_context_new(); in resolve()
260 sub_context_delete(scp); in resolve()
276 scp = sub_context_new(); in resolve()
279 sub_context_delete(scp); in resolve()
295 scp = sub_context_new(); in resolve()
440 sub_context_ty *scp; in exclude_error() local
442 scp = sub_context_new(); in exclude_error()
476 sub_context_ty *scp; in sniffer() local
510 sub_errno_set(scp); in sniffer()
[all …]
/dports/devel/aegis/aegis-4.25.D510/libaegis/change/history/
H A Dtrash.cc52 sub_context_ty *scp; in change_history_trashed_fingerprints() local
69 scp = sub_context_new(); in change_history_trashed_fingerprints()
70 sub_var_set_string(scp, "File_Name", fn); in change_history_trashed_fingerprints()
80 scp, in change_history_trashed_fingerprints()
89 scp, in change_history_trashed_fingerprints()
94 sub_context_delete(scp); in change_history_trashed_fingerprints()
96 scp = sub_context_new(); in change_history_trashed_fingerprints()
97 sub_var_set_long(scp, "Number", (long)slp->nstrings); in change_history_trashed_fingerprints()
98 sub_var_optional(scp, "Number"); in change_history_trashed_fingerprints()
108 scp, in change_history_trashed_fingerprints()
[all …]
H A Dcreate_comma.cc37 sub_context_ty *scp; in change_run_history_create_command() local
80 scp = sub_context_new(); in change_run_history_create_command()
81 scp->var_set_string("File_Name", src->file_name); in change_run_history_create_command()
83 sub_context_delete(scp); in change_run_history_create_command()
84 scp = 0; in change_run_history_create_command()
98 scp = sub_context_new(); in change_run_history_create_command()
107 sub_var_set_string(scp, "History", hfn); in change_run_history_create_command()
115 scp->var_optional("File_Name"); in change_run_history_create_command()
116 scp->var_set_string in change_run_history_create_command()
151 the_command = substitute(scp, cp, the_command); in change_run_history_create_command()
[all …]
H A Dput_command.cc36 sub_context_ty *scp; in change_run_history_put_command() local
78 scp = sub_context_new(); in change_run_history_put_command()
79 scp->var_set_string("File_Name", src->file_name); in change_run_history_put_command()
81 sub_context_delete(scp); in change_run_history_put_command()
82 scp = 0; in change_run_history_put_command()
95 scp = sub_context_new(); in change_run_history_put_command()
103 sub_var_set_string(scp, "History", hfn); in change_run_history_put_command()
111 scp->var_optional("File_Name"); in change_run_history_put_command()
112 scp->var_set_string in change_run_history_put_command()
145 the_command = substitute(scp, cp, the_command); in change_run_history_put_command()
[all …]
H A Dlabel_commnd.cc41 sub_context_ty *scp; in change_run_history_label_command() local
79 scp = sub_context_new(); in change_run_history_label_command()
80 scp->var_set_string("File_Name", src->file_name); in change_run_history_label_command()
82 sub_context_delete(scp); in change_run_history_label_command()
83 scp = 0; in change_run_history_label_command()
89 scp = sub_context_new(); in change_run_history_label_command()
90 sub_var_set_string(scp, "History", hfn); in change_run_history_label_command()
92 sub_var_set_string(scp, "Edit", src->edit->revision); in change_run_history_label_command()
93 sub_var_set_string(scp, "Label", label); in change_run_history_label_command()
96 the_command = substitute(scp, cp, the_command); in change_run_history_label_command()
[all …]
/dports/www/coppermine/cpg1.6.x-1.6.12/tools/keyw_conv/
H A Dkeyw_conv.php77 $set_config = $this->scp->keyExists('keyword_set') ? $this->scp->getInt('keyword_set') : 0;
78 …$replace_from = $this->scp->keyExists('keyword_from') ? html_entity_decode($this->scp->getEscaped…
79 …$replace_to = $this->scp->keyExists('keyword_to') ? html_entity_decode($this->scp->getEscaped('…
80 …$replace1 = $this->scp->keyExists('keyword_replace1') ? $this->scp->getInt('keyword_replace1'…
81 …$replace1_from = $this->scp->keyExists('keyword_replace1_from') ? html_entity_decode($this->scp->g…
82 …$replace1_to = $this->scp->keyExists('keyword_replace1_to') ? html_entity_decode($this->scp->get…
83 …$replace2 = $this->scp->keyExists('keyword_replace2') ? $this->scp->getInt('keyword_replace2'…
84 …$replace2_from = $this->scp->keyExists('keyword_replace2_from') ? html_entity_decode($this->scp->g…
85 …$replace2_to = $this->scp->keyExists('keyword_replace2_to') ? html_entity_decode($this->scp->get…
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/soc/mediatek/
H A Dmtk-scpsys.c133 struct scp;
137 struct scp *scp; member
174 struct scp *scp = scpd->scp; in scpsys_domain_is_on() argument
281 struct scp *scp = scpd->scp; in scpsys_bus_protect_enable() local
293 struct scp *scp = scpd->scp; in scpsys_bus_protect_disable() local
306 struct scp *scp = scpd->scp; in scpsys_power_on() local
364 struct scp *scp = scpd->scp; in scpsys_power_off() local
430 struct scp *scp; in init_scp() local
492 scpd->scp = scp; in init_scp()
519 struct scp *scp, int num) in mtk_register_power_domains() argument
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/soc/mediatek/
H A Dmtk-scpsys.c133 struct scp;
137 struct scp *scp; member
174 struct scp *scp = scpd->scp; in scpsys_domain_is_on() argument
281 struct scp *scp = scpd->scp; in scpsys_bus_protect_enable() local
293 struct scp *scp = scpd->scp; in scpsys_bus_protect_disable() local
306 struct scp *scp = scpd->scp; in scpsys_power_on() local
364 struct scp *scp = scpd->scp; in scpsys_power_off() local
430 struct scp *scp; in init_scp() local
492 scpd->scp = scp; in init_scp()
519 struct scp *scp, int num) in mtk_register_power_domains() argument
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/soc/mediatek/
H A Dmtk-scpsys.c133 struct scp;
137 struct scp *scp; member
174 struct scp *scp = scpd->scp; in scpsys_domain_is_on() argument
281 struct scp *scp = scpd->scp; in scpsys_bus_protect_enable() local
293 struct scp *scp = scpd->scp; in scpsys_bus_protect_disable() local
306 struct scp *scp = scpd->scp; in scpsys_power_on() local
364 struct scp *scp = scpd->scp; in scpsys_power_off() local
430 struct scp *scp; in init_scp() local
492 scpd->scp = scp; in init_scp()
519 struct scp *scp, int num) in mtk_register_power_domains() argument
[all …]
/dports/devel/aegis/aegis-4.25.D510/libaegis/os/unlink/
H A Dunlink.cc57 sub_context_ty *scp = sub_context_new(); in os_unlink() local
58 sub_errno_setx(scp, errno_old); in os_unlink()
59 sub_var_set_string(scp, "File_Name", path); in os_unlink()
60 fatal_intl(scp, i18n("stat $filename: $errno")); in os_unlink()
65 sub_context_ty *scp = sub_context_new(); in os_unlink() local
66 sub_errno_setx(scp, EISDIR); in os_unlink()
67 sub_var_set_string(scp, "File_Name", path); in os_unlink()
68 fatal_intl(scp, i18n("unlink $filename: $errno")); in os_unlink()
74 sub_context_ty *scp = sub_context_new(); in os_unlink() local
75 sub_errno_setx(scp, errno_old); in os_unlink()
[all …]
/dports/devel/cook/cook-2.30/cook/graph/
H A Drun.c180 sub_context_ty *scp; in graph_recipe_run() local
288 scp = sub_context_new(); in graph_recipe_run()
293 scp, in graph_recipe_run()
297 sub_context_delete(scp); in graph_recipe_run()
344 scp, in graph_recipe_run()
445 scp, in graph_recipe_run()
462 scp, in graph_recipe_run()
559 scp, in graph_recipe_run()
623 scp, in graph_recipe_run()
652 scp, in graph_recipe_run()
[all …]
/dports/devel/aegis/aegis-4.25.D510/libaegis/change/
H A Derror.cc26 change_error(change::pointer cp, sub_context_ty *scp, const char *s) in change_error() argument
31 if (!scp) in change_error()
33 scp = sub_context_new(); in change_error()
42 subst_intl_change(scp, cp); in change_error()
43 msg = subst_intl(scp, s); in change_error()
49 sub_var_set_string(scp, "MeSsaGe", msg); in change_error()
57 project_error(cp->pp, scp, i18n("$message")); in change_error()
59 project_error(cp->pp, scp, i18n("trunk: $message")); in change_error()
62 subst_intl_change(scp, cp); in change_error()
63 project_error(cp->pp, scp, i18n("change $change: $message")); in change_error()
[all …]
H A Dverbose.cc26 change_verbose(change::pointer cp, sub_context_ty *scp, const char *s) in change_verbose() argument
31 if (!scp) in change_verbose()
33 scp = sub_context_new(); in change_verbose()
42 subst_intl_change(scp, cp); in change_verbose()
43 msg = subst_intl(scp, s); in change_verbose()
49 sub_var_set_string(scp, "MeSsaGe", msg); in change_verbose()
57 project_verbose(cp->pp, scp, i18n("$message")); in change_verbose()
59 project_verbose(cp->pp, scp, i18n("trunk: $message")); in change_verbose()
62 subst_intl_change(scp, cp); in change_verbose()
63 project_verbose(cp->pp, scp, i18n("change $change: $message")); in change_verbose()
[all …]
H A Dfatal.cc26 change_fatal(change::pointer cp, sub_context_ty *scp, const char *s) in change_fatal() argument
31 if (!scp) in change_fatal()
33 scp = sub_context_new(); in change_fatal()
42 subst_intl_change(scp, cp); in change_fatal()
43 msg = subst_intl(scp, s); in change_fatal()
49 sub_var_set_string(scp, "MeSsaGe", msg); in change_fatal()
57 project_fatal(cp->pp, scp, i18n("$message")); in change_fatal()
59 project_fatal(cp->pp, scp, i18n("trunk: $message")); in change_fatal()
62 subst_intl_change(scp, cp); in change_fatal()
63 project_fatal(cp->pp, scp, i18n("change $change: $message")); in change_fatal()
[all …]
/dports/devel/cook/cook-2.30/cook/
H A Dstat.cache.c449 sub_context_ty *scp; in stat_cache_newest() local
481 scp, in stat_cache_newest()
500 scp, in stat_cache_newest()
508 scp, in stat_cache_newest()
543 sub_context_ty *scp; in stat_cache_oldest() local
575 scp, in stat_cache_oldest()
594 scp, in stat_cache_oldest()
602 scp, in stat_cache_oldest()
619 sub_context_ty *scp; in stat_cache_set() local
693 scp, in stat_cache_set()
[all …]
/dports/devel/aegis/aegis-4.25.D510/aegis/
H A Daecpu.cc99 sub_context_ty *scp; in copy_file_undo_main() local
305 scp = sub_context_new(); in copy_file_undo_main()
308 sub_context_delete(scp); in copy_file_undo_main()
362 scp = sub_context_new(); in copy_file_undo_main()
372 scp, in copy_file_undo_main()
409 scp = sub_context_new(); in copy_file_undo_main()
419 sub_context_delete(scp); in copy_file_undo_main()
432 scp = sub_context_new(); in copy_file_undo_main()
435 sub_context_delete(scp); in copy_file_undo_main()
452 scp = sub_context_new(); in copy_file_undo_main()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/sparc/sparc/
H A Dcompat_13_machdep.c70 struct sigcontext13 sc, *scp; in compat_13_sys_sigreturn() local
84 scp = ≻ in compat_13_sys_sigreturn()
92 if (((scp->sc_pc | scp->sc_npc) & 3) != 0) in compat_13_sys_sigreturn()
95 tf->tf_psr = (tf->tf_psr & ~PSR_ICC) | (scp->sc_psr & PSR_ICC); in compat_13_sys_sigreturn()
96 tf->tf_pc = scp->sc_pc; in compat_13_sys_sigreturn()
97 tf->tf_npc = scp->sc_npc; in compat_13_sys_sigreturn()
98 tf->tf_global[1] = scp->sc_g1; in compat_13_sys_sigreturn()
99 tf->tf_out[0] = scp->sc_o0; in compat_13_sys_sigreturn()
100 tf->tf_out[6] = scp->sc_sp; in compat_13_sys_sigreturn()
103 if (scp->sc_onstack & SS_ONSTACK) in compat_13_sys_sigreturn()
[all …]
/dports/security/py-scp/scp-0.13.3/scp.egg-info/
H A DPKG-INFO2 Name: scp
4 Summary: scp module for paramiko
5 Home-page: https://github.com/jbardin/scp.py
9 Description: Pure python scp module
23 from scp import SCPClient
33 scp.get('test2.txt')
39 scp.close()
54 from scp import SCPClient
62 scp.get('test2.txt')
97 scp.close()
[all …]
/dports/security/py-scp/scp-0.13.3/
H A DPKG-INFO2 Name: scp
4 Summary: scp module for paramiko
5 Home-page: https://github.com/jbardin/scp.py
9 Description: Pure python scp module
23 from scp import SCPClient
33 scp.get('test2.txt')
39 scp.close()
54 from scp import SCPClient
62 scp.get('test2.txt')
97 scp.close()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/platform/mtk-vcodec/
H A Dmtk_vcodec_fw_scp.c9 return rproc_boot(scp_get_rproc(fw->scp)); in mtk_vcodec_scp_load_firmware()
14 return scp_get_vdec_hw_capa(fw->scp); in mtk_vcodec_scp_get_vdec_capa()
19 return scp_get_venc_hw_capa(fw->scp); in mtk_vcodec_scp_get_venc_capa()
25 return scp_mapping_dm_addr(fw->scp, dtcm_dmem_addr); in mtk_vcodec_vpu_scp_dm_addr()
32 return scp_ipi_register(fw->scp, id, handler, priv); in mtk_vcodec_scp_set_ipi_register()
38 return scp_ipi_send(fw->scp, id, buf, len, wait); in mtk_vcodec_scp_ipi_send()
43 scp_put(fw->scp); in mtk_vcodec_scp_release()
59 struct mtk_scp *scp; in mtk_vcodec_fw_scp_init() local
61 scp = scp_get(dev->plat_dev); in mtk_vcodec_fw_scp_init()
62 if (!scp) { in mtk_vcodec_fw_scp_init()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/platform/mtk-vcodec/
H A Dmtk_vcodec_fw_scp.c9 return rproc_boot(scp_get_rproc(fw->scp)); in mtk_vcodec_scp_load_firmware()
14 return scp_get_vdec_hw_capa(fw->scp); in mtk_vcodec_scp_get_vdec_capa()
19 return scp_get_venc_hw_capa(fw->scp); in mtk_vcodec_scp_get_venc_capa()
25 return scp_mapping_dm_addr(fw->scp, dtcm_dmem_addr); in mtk_vcodec_vpu_scp_dm_addr()
32 return scp_ipi_register(fw->scp, id, handler, priv); in mtk_vcodec_scp_set_ipi_register()
38 return scp_ipi_send(fw->scp, id, buf, len, wait); in mtk_vcodec_scp_ipi_send()
43 scp_put(fw->scp); in mtk_vcodec_scp_release()
59 struct mtk_scp *scp; in mtk_vcodec_fw_scp_init() local
61 scp = scp_get(dev->plat_dev); in mtk_vcodec_fw_scp_init()
62 if (!scp) { in mtk_vcodec_fw_scp_init()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/platform/mtk-vcodec/
H A Dmtk_vcodec_fw_scp.c9 return rproc_boot(scp_get_rproc(fw->scp)); in mtk_vcodec_scp_load_firmware()
14 return scp_get_vdec_hw_capa(fw->scp); in mtk_vcodec_scp_get_vdec_capa()
19 return scp_get_venc_hw_capa(fw->scp); in mtk_vcodec_scp_get_venc_capa()
25 return scp_mapping_dm_addr(fw->scp, dtcm_dmem_addr); in mtk_vcodec_vpu_scp_dm_addr()
32 return scp_ipi_register(fw->scp, id, handler, priv); in mtk_vcodec_scp_set_ipi_register()
38 return scp_ipi_send(fw->scp, id, buf, len, wait); in mtk_vcodec_scp_ipi_send()
43 scp_put(fw->scp); in mtk_vcodec_scp_release()
59 struct mtk_scp *scp; in mtk_vcodec_fw_scp_init() local
61 scp = scp_get(dev->plat_dev); in mtk_vcodec_fw_scp_init()
62 if (!scp) { in mtk_vcodec_fw_scp_init()
[all …]
/dports/security/libssh/libssh-0.9.6/examples/
H A Dlibssh_scp.c36 ssh_scp scp; member
155 if (loc->scp) { in close_location()
163 loc->scp = NULL; in close_location()
188 if (!loc->scp) { in open_location()
198 ssh_scp_free(loc->scp); in open_location()
199 loc->scp = NULL; in open_location()
214 if (!loc->scp) { in open_location()
224 ssh_scp_free(loc->scp); in open_location()
225 loc->scp = NULL; in open_location()
321 dest->scp = NULL; in do_copy()
[all …]
/dports/devel/cook/cook-2.30/make2cook/
H A Dblob.c78 if (scp) in blob_error()
82 scp = sub_context_new(); in blob_error()
86 buffer = subst_intl(scp, fmt); in blob_error()
90 sub_var_set_long(scp, "Number", bp->line_number); in blob_error()
91 sub_var_set_string(scp, "MeSsaGe", buffer); in blob_error()
98 sub_context_delete(scp); in blob_error()
108 if (scp) in blob_warning()
112 scp = sub_context_new(); in blob_warning()
116 buffer = subst_intl(scp, fmt); in blob_warning()
121 sub_var_set_string(scp, "MeSsaGe", buffer); in blob_warning()
[all …]
/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/alberta_util/src/
H A Dbicgstab.c35 REAL (*scp)(void *, int, const REAL *, const REAL *) = oem->scp; in oem_bicgstab() local
58 if ((scp ? sqrt((*scp)(sd, dim, b, b)) : dnrm2(dim, b, 1)) < TOL in oem_bicgstab()
60 (scp ? sqrt((*scp)(sd, dim, x, x)) : dnrm2(dim, x, 1)) < TOL) in oem_bicgstab()
79 res = scp ? sqrt((*scp)(sd, dim, h, h)) : dnrm2(dim, h, 1); in oem_bicgstab()
87 rh1 = scp ? (*scp)(sd, dim, h, rstar) : ddot(dim, h, 1, rstar,1); in oem_bicgstab()
101 dad = scp ? (*scp)(sd, dim, CAd, rstar) : ddot(dim, CAd, 1, rstar, 1); in oem_bicgstab()
131 ast = scp ? (*scp)(sd, dim, s, t) : ddot(dim, s, 1, t, 1); in oem_bicgstab()
132 att = scp ? (*scp)(sd, dim, t, t) : ddot(dim, t, 1, t, 1); in oem_bicgstab()
158 res = scp ? sqrt((*scp)(sd, dim, h, h)) : dnrm2(dim, h, 1); in oem_bicgstab()
162 rh2 = scp ? (*scp)(sd, dim, h, rstar) : ddot(dim, h, 1, rstar, 1); in oem_bicgstab()

12345678910>>...201