Home
last modified time | relevance | path

Searched refs:desc_long (Results 1 – 25 of 33) sorted by relevance

12

/dports/emulators/atari800/atari800-3.1.0/src/dc/
H A Dvmu.c66 const char *desc_long, uint32 filesize, in ndc_vmu_create_vmu_header() argument
73 create_desc_long (hdr->desc_long, desc_long); in ndc_vmu_create_vmu_header()
H A Dvmu.h12 char desc_long[32]; member
26 const char *desc_long, uint32 filesize,
/dports/astro/gpsbabel14/gpsbabel-1.4.4/
H A Dcetus.c452 char* desc_long; in cetus_writewpt() local
532 if (wpt->gc_data->desc_long.utfstring) { in cetus_writewpt()
533 char* stripped_html = strip_html(&wpt->gc_data->desc_long); in cetus_writewpt()
534 desc_long = xstrdup("\n\n"); in cetus_writewpt()
535 desc_long = xstrappend(desc_long, xstrdup(stripped_html)); in cetus_writewpt()
538 desc_long = xstrdup(""); in cetus_writewpt()
548 desc_long); in cetus_writewpt()
553 xfree(desc_long); in cetus_writewpt()
H A Dwaypt.c93 if (wpt->gc_data->desc_long.utfstring) { in waypt_dupe()
94 gc_data->desc_long.utfstring = in waypt_dupe()
95 xstrdup(wpt->gc_data->desc_long.utfstring); in waypt_dupe()
435 if (gc_data->desc_long.utfstring) { in waypt_free()
436 xfree(gc_data->desc_long.utfstring); in waypt_free()
H A Dnavicache.c189 gc_data->desc_long.is_html = 1; in nav_start()
190 gc_data->desc_long.utfstring = xstrdup(ap[1]); in nav_start()
H A Dtext.c160 if (wpt->gc_data->desc_long.utfstring) { in text_disp()
161 char *stripped_html = strip_html(&wpt->gc_data->desc_long); in text_disp()
H A Dhtml.c142 if (wpt->gc_data->desc_long.utfstring) { in html_disp()
143 char* tmpstr = strip_nastyhtml(wpt->gc_data->desc_long.utfstring); in html_disp()
H A Dvcf.c114 vcf_print_utf(&wpt->gc_data->desc_long); in vcf_disp()
H A Dpalmdoc.c462 if (wpt->gc_data->desc_long.utfstring) { in palmdoc_disp()
463 char *stripped_html = strip_html(&wpt->gc_data->desc_long); in palmdoc_disp()
H A Dgeoniche.c710 tmp2 = strip_html(&wpt->gc_data->desc_long); in geoniche_geostuff()
H A Dgarmin_device_xml.h813 wpt_tmp->gc_data.desc_long.is_html = cache_descr_is_html;
814 wpt_tmp->gc_data.desc_long.utfstring = xstrdup(cdatastrp);
/dports/astro/gpsbabel/gpsbabel-gpsbabel_1_7_0/deprecated/
H A Dcetus.cc448 char* desc_long; in cetus_writewpt() local
523 if (!wpt->gc_data->desc_long.utfstring.isEmpty()) { in cetus_writewpt()
524 char* stripped_html = strip_html(&wpt->gc_data->desc_long); in cetus_writewpt()
525 desc_long = xstrdup("\n\n"); in cetus_writewpt()
526 desc_long = xstrappend(desc_long, xstrdup(stripped_html)); in cetus_writewpt()
529 desc_long = xstrdup(""); in cetus_writewpt()
539 desc_long); in cetus_writewpt()
544 xfree(desc_long); in cetus_writewpt()
H A Dpalmdoc.cc464 if (!wpt->gc_data->desc_long.utfstring.isEmpty()) { in palmdoc_disp()
465 char *stripped_html = strip_html(&wpt->gc_data->desc_long); in palmdoc_disp()
H A Dgeoniche.cc703 tmp2 = strip_html(&wpt->gc_data->desc_long); in geoniche_geostuff()
/dports/astro/gpsbabel/gpsbabel-gpsbabel_1_7_0/
H A Dnavicache.cc163 gc_data->desc_long.is_html = true; in NaviReadCache()
164 gc_data->desc_long.utfstring = a.value("description").toString(); in NaviReadCache()
H A Dtext.cc156 if (!wpt->gc_data->desc_long.utfstring.isEmpty()) { in text_disp()
157 char* stripped_html = strip_html(&wpt->gc_data->desc_long); in text_disp()
H A Dhtml.cc143 if (!wpt->gc_data->desc_long.utfstring.isEmpty()) { in html_disp()
144 char* tmpstr = strip_nastyhtml(wpt->gc_data->desc_long.utfstring); in html_disp()
H A Dvcf.cc114 vcf_print_utf(&wpt->gc_data->desc_long); in vcf_disp()
/dports/multimedia/xawtv/xawtv-3.107/structs/
H A Dstruct-dump.h47 extern struct struct_desc desc_long[];
H A Dstruct-dump.c19 struct struct_desc desc_long[] = {{ variable
/dports/net/pacemaker2/pacemaker-Pacemaker-2.1.1/include/crm/common/
H A Doptions_internal.h101 const char *desc_short, const char *desc_long,
/dports/net/freeradius3/freeradius-server-3.0.25/raddb/mods-config/sql/main/postgresql/extras/
H A Dcisco_h323_db_schema.sql236 desc_long TEXT field
/dports/net/pacemaker2/pacemaker-Pacemaker-2.1.1/lib/common/
H A Doptions.c557 const char *desc_short, const char *desc_long, in pcmk__print_option_metadata() argument
568 " <parameters>\n", name, version, desc_long, desc_short); in pcmk__print_option_metadata()
/dports/net/pacemaker1/pacemaker-Pacemaker-1.1.24/include/
H A Dcrm_internal.h121 const char *desc_long, pe_cluster_option * option_list, int len);
/dports/net/pacemaker1/pacemaker-Pacemaker-1.1.24/lib/common/
H A Dutils.c367 const char *desc_long, pe_cluster_option * option_list, int len) in config_metadata() argument
377 " <parameters>\n", name, version, desc_long, desc_short); in config_metadata()

12