Home
last modified time | relevance | path

Searched refs:tmp_ent (Results 1 – 13 of 13) sorted by relevance

/dports/security/kpcli/kpcli-3.1/
H A Dkpcli2284 delete $tmp_ent->{id};
2286 $tmp_ent->{title} = $tmp_ent->{title} . " (". $tmp_ent->{modified} .")";
2287 $tmp_ent->{group} = $bugrp_id;
2417 if (defined($tmp_ent->{strings}) && ref($tmp_ent->{strings}) eq 'HASH') {
2435 return $tmp_ent->{strings};
2477 $tmp_ent->{strings} = {};
3584 push @ent_matches, $tmp_ent;
3587 foreach my $tmp_ent (@tmp_ents) {
3720 if (defined($tmp_ent->{binary}) && ref($tmp_ent->{binary}) eq 'HASH') {
3754 if (defined($tmp_ent->{binary}) && ref($tmp_ent->{binary}) eq 'HASH') {
[all …]
/dports/astro/gpsbabel14/gpsbabel-1.4.4/
H A Dgarmin_device_xml.h1286 char* tmp_ent;
1294 tmp_ent = xml_entitize(tag->cdata);
1295 gbfprintf(ofd, "%s", tmp_ent);
1296 xfree(tmp_ent);
1310 gbfprintf(ofd, "%s", tmp_ent);
1311 xfree(tmp_ent);
1357 char* tmp_ent;
1366 tmp_ent = xml_entitize(tail->url);
1372 xfree(tmp_ent);
1375 tmp_ent = xml_entitize(waypointp->url);
[all …]
H A Dgpx.c1482 char* tmp_ent; in fprint_xml_chain() local
1484 gbfprintf(ofd, "%s", tmp_ent); in fprint_xml_chain()
1485 xfree(tmp_ent); in fprint_xml_chain()
1500 char* otmp_ent, *tmp_ent = NULL; in fprint_xml_chain() local
1503 tmp_ent = otmp_ent+1; in fprint_xml_chain()
1505 tmp_ent = otmp_ent; in fprint_xml_chain()
1506 gbfprintf(ofd, "%s", tmp_ent); in fprint_xml_chain()
1553 char* tmp_ent; in write_gpx_url() local
1562 tmp_ent = xml_entitize(tail->url); in write_gpx_url()
1568 xfree(tmp_ent); in write_gpx_url()
[all …]
H A Dlmx.c185 char* tmp_ent = xml_entitize(data); in lmx_write_xml() local
186 gbfputs(tmp_ent, ofd); in lmx_write_xml()
187 xfree(tmp_ent); in lmx_write_xml()
H A Dxmlgeneric.c59 char *tmp_ent = xml_entitize(value); in write_xml_entity() local
60 gbfprintf(ofd, "%s<%s>%s</%s>\n", indent, tag, tmp_ent, tag); in write_xml_entity()
61 xfree(tmp_ent); in write_xml_entity()
H A Dkml.c477 char* tmp_ent = xml_entitize(fmt); in kml_write_xmle() local
482 if (strspn(tmp_ent, "&'<>\"")) { in kml_write_xmle()
489 gbvfprintf(ofd, tmp_ent, args); in kml_write_xmle()
494 xfree(tmp_ent); in kml_write_xmle()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/itaps/irel/
H A DAssocPair.cpp106 iBase_EntityHandle tmp_ent; in set_relation() local
108 relSides[1]->get_relation_side(&ent2, 1, &tmp_ent) != iBase_SUCCESS) in set_relation()
111 relSides[0]->get_relation_side(&ent1, 1, &tmp_ent) != iBase_SUCCESS) in set_relation()
132 iBase_EntityHandle tmp_ent; in set_relation() local
134 relSides[1]->get_relation_side(&set2, 1, &tmp_ent) != iBase_SUCCESS) in set_relation()
160 iBase_EntityHandle tmp_ent; in set_relation() local
162 relSides[0]->get_relation_side(&set1, 1, &tmp_ent) != iBase_SUCCESS) in set_relation()
/dports/mail/spamdyke/spamdyke-5.0.1/spamdyke/
H A Dconfig_test.c418 struct dirent *tmp_ent; in config_test_dir_read() local
430 while ((tmp_ent = readdir(tmp_dir)) != NULL) in config_test_dir_read()
431 if ((strcmp(tmp_ent->d_name, DIR_CURRENT) != 0) && in config_test_dir_read()
432 (strcmp(tmp_ent->d_name, DIR_PARENT) != 0)) in config_test_dir_read()
435 switch (config_test_file_type(target_dir, tmp_ent)) in config_test_dir_read()
2147 struct dirent *tmp_ent; in config_test_configuration_dir_structure() local
2183 while ((tmp_ent = readdir(tmp_dir)) != NULL) in config_test_configuration_dir_structure()
2184 if ((strcmp(tmp_ent->d_name, DIR_CURRENT) != 0) && in config_test_configuration_dir_structure()
2185 (strcmp(tmp_ent->d_name, DIR_PARENT) != 0)) in config_test_configuration_dir_structure()
2189 switch (config_test_file_type(target_dir, tmp_ent)) in config_test_configuration_dir_structure()
[all …]
/dports/astro/gpsbabel/gpsbabel-gpsbabel_1_7_0/
H A Dlmx.cc189 char* tmp_ent = xml_entitize(CSTR(data)); in lmx_write_xml() local
190 gbfputs(tmp_ent, ofd); in lmx_write_xml()
191 xfree(tmp_ent); in lmx_write_xml()
/dports/irc/hexchat/hexchat-2.16.0/src/fe-gtk/
H A Dxtext.c3304 textentry tmp_ent; in gtk_xtext_render_stamp() local
3309 memcpy (&tmp_ent, ent, sizeof (tmp_ent)); in gtk_xtext_render_stamp()
3339 memcpy (ent, &tmp_ent, sizeof (tmp_ent)); in gtk_xtext_render_stamp()
3714 textentry *ent, *orig_ent, *tmp_ent; in gtk_xtext_render_ents() local
3744 tmp_ent = orig_ent; in gtk_xtext_render_ents()
3745 while (tmp_ent) in gtk_xtext_render_ents()
3747 if (tmp_ent == enta) in gtk_xtext_render_ents()
3749 if (tmp_ent == entb) in gtk_xtext_render_ents()
3754 tmp_ent = tmp_ent->next; in gtk_xtext_render_ents()
/dports/science/code_saturne/code_saturne-7.1.0/preprocessor/pre-post/
H A Decs_pre_ideas.c1429 ecs_int_t tmp_ent; in _ecs_pre_ideas__lit_groups() local
1519 tmp_ent = tab_ent[ient]; in _ecs_pre_ideas__lit_groups()
1521 tab_ent[ient_sup] = tmp_ent; in _ecs_pre_ideas__lit_groups()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/itaps/imesh/
H A DiMesh_MOAB.cpp1875 EntityHandle tmp_ent; in iMesh_createEnt() local
1879 tmp_ent); in iMesh_createEnt()
1881 *new_entity_handle = reinterpret_cast<iBase_EntityHandle>(tmp_ent); in iMesh_createEnt()
1886 set_ents.insert( tmp_ent ); in iMesh_createEnt()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/
H A DDualTool.cpp34 #define SWAP(a,b) {EntityHandle tmp_ent = a; a = b; b = tmp_ent;}