Home
last modified time | relevance | path

Searched refs:escaped_location (Results 1 – 4 of 4) sorted by relevance

/dports/audio/fapg/fapg-0.43/
H A Dfapg.c1443 char * escaped_location; in parse_file() local
1446 escaped_location = xml_escape_malloc(relative_location); in parse_file()
1447 if (escaped_location != NULL) { in parse_file()
1448 printf(" <location>%s</location>\n", escaped_location); in parse_file()
1449 free(escaped_location); in parse_file()
/dports/deskutils/gnome-calendar/gnome-calendar-41.2/src/gui/
H A Dgcal-event-widget.c430 g_autofree gchar *escaped_location; in gcal_event_widget_set_event_tooltip() local
432 escaped_location = g_markup_escape_text (gcal_event_get_location (event), -1); in gcal_event_widget_set_event_tooltip()
437 g_string_append_printf (tooltip_mesg, _("At %s"), escaped_location); in gcal_event_widget_set_event_tooltip()
/dports/net-im/pidgin-sipe/pidgin-sipe-1.24.0/src/core/
H A Dsipe-ocs2007.c904 gchar *escaped_location = event->location ? g_markup_escape_text(event->location, -1) : NULL; in sipe_publish_get_category_state_calendar() local
932 escaped_location ? escaped_location : "", in sipe_publish_get_category_state_calendar()
941 escaped_location ? escaped_location : "" in sipe_publish_get_category_state_calendar()
943 g_free(escaped_location); in sipe_publish_get_category_state_calendar()
/dports/x11-fm/thunar/thunar-4.16.10/thunar/
H A Dthunar-file.c1589 gchar *escaped_location; in thunar_file_execute() local
1691 escaped_location = g_shell_quote (location); in thunar_file_execute()
1692 exec = g_strconcat (escaped_location, " %F", NULL); in thunar_file_execute()
1695 g_free (escaped_location); in thunar_file_execute()