Home
last modified time | relevance | path

Searched refs:tmp_o (Results 1 – 25 of 99) sorted by relevance

1234

/dports/devel/p5-Log-TraceMessages/Log-TraceMessages-1.4/
H A Dtest.pl128 my $tmp_o = POSIX::tmpnam(); my $tmp_e = POSIX::tmpnam();
141 open(STDOUT, ">$tmp_o") or dy "can't open stdout to $tmp_o: $!";
144 close(STDOUT) or dy "cannot close stdout opened to $tmp_o: $!";
152 open (TMP_O, $tmp_o) or dy "cannot open $tmp_o: $!";
155 close TMP_O or dy "cannot close filehandle opened to $tmp_o: $!";
157 unlink $tmp_o or dy "cannot unlink $tmp_o: $!";
/dports/devel/bsdelf/elftoolchain-0.7.1/common/
H A Dnative-elf-format13 tmp_o=`echo ${tmp_c} | sed -e 's/.c$/.o/'`
15 trap "rm -f ${tmp_c} ${tmp_o}" 0 1 2 3 15
21 cc -c ${tmp_c} -o ${tmp_o}
22 LC_ALL=C readelf -h ${tmp_o} | awk '
/dports/devel/elftoolchain/elftoolchain-0.7.1/common/
H A Dnative-elf-format13 tmp_o=`echo ${tmp_c} | sed -e 's/.c$/.o/'`
15 trap "rm -f ${tmp_c} ${tmp_o}" 0 1 2 3 15
21 cc -c ${tmp_c} -o ${tmp_o}
22 LC_ALL=C readelf -h ${tmp_o} | awk '
/dports/security/cloak/cloak-0.2.0/cargo-crates/blake2-rfc-0.2.18/src/simd_opt/
H A Dmod.rs19 let tmp_o: $tmp = $shuffle(tmp_i, tmp_i, $idx); localVariable
20 transmute(tmp_o)
/dports/editors/xi-core/xi-editor-0.3.0/rust/cargo-crates/blake2-rfc-0.2.18/src/simd_opt/
H A Dmod.rs19 let tmp_o: $tmp = $shuffle(tmp_i, tmp_i, $idx); localVariable
20 transmute(tmp_o)
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/blake2-0.9.2/src/simd/
H A Dsimd_opt.rs19 let tmp_o: $tmp = $shuffle(tmp_i, tmp_i, IDX); localVariable
20 transmute(tmp_o)
/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/
H A DSUMA_ParseCommands.c5271 char *tmp_o = NULL; in SUMA_Parse_IO_Args() local
5281 tmp_o = SUMA_copy_string("-o_fs"); in SUMA_Parse_IO_Args()
5284 tmp_o = SUMA_copy_string("-o_sf"); in SUMA_Parse_IO_Args()
5287 tmp_o = SUMA_copy_string("-o_iv"); in SUMA_Parse_IO_Args()
5290 tmp_o = SUMA_copy_string("-o_stl"); in SUMA_Parse_IO_Args()
5299 tmp_o = SUMA_copy_string("-o_1d"); in SUMA_Parse_IO_Args()
5302 tmp_o = SUMA_copy_string("-o_bv"); in SUMA_Parse_IO_Args()
5305 tmp_o = SUMA_copy_string("-o_dx"); in SUMA_Parse_IO_Args()
5323 tmp_o = SUMA_copy_string(argv[kar]); in SUMA_Parse_IO_Args()
5570 if (SUMA_iswordin_ci(tmp_o,"asc") == 1) in SUMA_Parse_IO_Args()
[all …]
/dports/archivers/dpkg/dpkg-1.19.7/scripts/Dpkg/Source/
H A DPatch.pm371 my ($tmp_o, $tmp_n) = ($old, $new);
373 $tmp_o =~ s{[/\\]+}{/}g;
375 my $nb_comp_o = ($tmp_o =~ tr{/}{/});
377 $tmp_o =~ s{^.*/}{};
379 my ($blen_o, $blen_n) = (length($tmp_o), length($tmp_n));
/dports/cad/opencascade/opencascade-7.6.0/tests/bugs/heal/
H A Dbug1484624 set tmp_o [string trim [string range $bug_info_out [expr {[string last "=" $bug_info_out] + 1}] [ex…
/dports/x11-toolkits/wlroots/wlroots-0.12.0/examples/
H A Ddmabuf-capture.c848 struct wayland_output *o, *tmp_o; in main() local
849 wl_list_for_each_reverse_safe(o, tmp_o, &ctx.output_list, link) { in main()
878 struct wayland_output *output, *tmp_o; in uninit() local
879 wl_list_for_each_safe(output, tmp_o, &ctx->output_list, link) { in uninit()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5VLpassthru.c2839 H5VL_pass_through_t *tmp_o; in H5VL_pass_through_request_specific() local
2841 tmp_o = (H5VL_pass_through_t *)req_array[*idx]; in H5VL_pass_through_request_specific()
2842 H5VL_pass_through_free_obj(tmp_o); in H5VL_pass_through_request_specific()
2870 H5VL_pass_through_t *tmp_o; in H5VL_pass_through_request_specific() local
2872 tmp_o = (H5VL_pass_through_t *)req_array[idx_array[u]]; in H5VL_pass_through_request_specific()
2873 H5VL_pass_through_free_obj(tmp_o); in H5VL_pass_through_request_specific()
2892 H5VL_pass_through_t *tmp_o; in H5VL_pass_through_request_specific() local
2894 tmp_o = (H5VL_pass_through_t *)req_array[u]; in H5VL_pass_through_request_specific()
2895 H5VL_pass_through_free_obj(tmp_o); in H5VL_pass_through_request_specific()
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Cedar/
H A DProto.c159 PROTO_OPTION *option, tmp_o; in ProtoEnabled() local
175 tmp_o.Name = PROTO_OPTION_TOGGLE_NAME; in ProtoEnabled()
177 option = Search(container->Options, &tmp_o); in ProtoEnabled()
/dports/x11/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.5.0/src/screencast/
H A Dscreencast.c99 struct xdpw_wlr_output *output, *tmp_o; in setup_outputs() local
100 wl_list_for_each_reverse_safe(output, tmp_o, &ctx->output_list, link) { in setup_outputs()
H A Dwlr_screencast.c652 struct xdpw_wlr_output *output, *tmp_o; in xdpw_wlr_screencopy_finish() local
653 wl_list_for_each_safe(output, tmp_o, &ctx->output_list, link) { in xdpw_wlr_screencopy_finish()
/dports/net-mgmt/ettercap/ettercap-0.8.3.1/src/
H A Dec_profiles.c552 struct open_port *o, *tmp_o = NULL; in profile_purge() local
562 LIST_FOREACH_SAFE(o, &(h->open_ports_head), next, tmp_o) { in profile_purge()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/ubifs/
H A Dorphan.c209 struct ubifs_orphan *orph, *child_orph, *tmp_o; in ubifs_delete_orphan() local
222 list_for_each_entry_safe(child_orph, tmp_o, &orph->child_list, child_list) { in ubifs_delete_orphan()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/ubifs/
H A Dorphan.c209 struct ubifs_orphan *orph, *child_orph, *tmp_o; in ubifs_delete_orphan() local
222 list_for_each_entry_safe(child_orph, tmp_o, &orph->child_list, child_list) { in ubifs_delete_orphan()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/ubifs/
H A Dorphan.c209 struct ubifs_orphan *orph, *child_orph, *tmp_o; in ubifs_delete_orphan() local
222 list_for_each_entry_safe(child_orph, tmp_o, &orph->child_list, child_list) { in ubifs_delete_orphan()
/dports/x11-wm/flwm/flwm-1.16/
H A DFrame.C355 int tmp_x, tmp_y, tmp_o; in place_window() local
397 tmp_o = getOverlap(tmp_x, tmp_y, _w, _h, Frame::first, this); in place_window()
398 if(tmp_o < min_overlap || min_overlap < 0) { in place_window()
401 min_overlap = tmp_o; in place_window()
H A DFrame.C-b4patch356 int tmp_x, tmp_y, tmp_o;
398 tmp_o = getOverlap(tmp_x, tmp_y, _w, _h, Frame::first, this);
399 if(tmp_o < min_overlap || min_overlap < 0) {
402 min_overlap = tmp_o;
/dports/science/antioch/antioch-0.4.0-156-g90ffa43/src/parsing/src/
H A Dchemkin_parser.C235 std::vector<std::pair<std::string,NumericType> > tmp_o(_reactants_orders); in reaction()
239 _products_orders = tmp_o; in reaction()
/dports/games/nimuh/nimuh-1.02/src/
H A Dclass_game.cpp1138 char tmp_o[8]; in toXML() local
1140 sprintf(tmp_o, "game"); in toXML()
1142 sprintf(tmp_o, "personal"); in toXML()
1146 …bjects[i]->getYWithoutDisplacementByGroups(), objects[i]->getCurrentScaleX(), tmp_f, tmp_l, tmp_o); in toXML()
1148 …houtDisplacementByGroups(), objects[i]->getCurrentScaleX(), tmp_f, tmp_l, tmp_o, objects[i]->getTe… in toXML()
1150 …bjects[i]->getYWithoutDisplacementByGroups(), objects[i]->getCurrentScaleX(), tmp_f, tmp_l, tmp_o); in toXML()
/dports/textproc/diffstat/diffstat-1.64/testing/
H A Dcase26.pat702 + int tmp_x, tmp_y, tmp_o;
744 + tmp_o = getOverlap(tmp_x, tmp_y, _w, _h, Frame::first, this);
745 + if(tmp_o < min_overlap || min_overlap < 0) {
748 + min_overlap = tmp_o;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/freetype/src/truetype/
H A Dttinterp.c6331 FT_F26Dot6 tmp_o; in _iup_worker_interpolate() local
6335 tmp_o = orus1; in _iup_worker_interpolate()
6337 orus2 = tmp_o; in _iup_worker_interpolate()
/dports/devel/upp/upp/uppsrc/plugin/FT_fontsys/src/truetype/
H A Dttinterp.c6682 FT_F26Dot6 tmp_o; in _iup_worker_interpolate() local
6686 tmp_o = orus1; in _iup_worker_interpolate()
6688 orus2 = tmp_o; in _iup_worker_interpolate()

1234