Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Ddialogs.c3985 char *sutf = lives_filename_to_utf8(s, -1, NULL, NULL, NULL), *xsutf, *xaddbit; in do_write_failed_error_s() local
4010 xsutf = lives_markup_escape_text(sutf, -1); in do_write_failed_error_s()
4017 xsutf, xaddbit, dsmsg); in do_write_failed_error_s()
4018 lives_free(xsutf); lives_free(xaddbit); in do_write_failed_error_s()
4065 char *sutf = lives_filename_to_utf8(fname, -1, NULL, NULL, NULL), *xsutf; in do_write_failed_error_s_with_retry() local
4090 xsutf = lives_markup_escape_text(sutf, -1); in do_write_failed_error_s_with_retry()
4095 "Please check for possible error causes.\n%s"), xsutf, dsmsg); in do_write_failed_error_s_with_retry()
4100 xsutf, xerrtext, dsmsg); in do_write_failed_error_s_with_retry()
4104 lives_free(xsutf); in do_write_failed_error_s_with_retry()