/third_party/glib/gio/ |
D | gio-tool-info.c | 188 device = g_strescape (g_unix_mount_get_device_path (entry), NULL); in show_info() 192 escaped = g_strescape (root, NULL); in show_info() 196 mount = g_strescape (g_unix_mount_get_mount_path (entry), NULL); in show_info() 197 fs = g_strescape (g_unix_mount_get_fs_type (entry), NULL); in show_info() 202 options_string = g_strescape (options, NULL); in show_info()
|
/third_party/glib/tests/ |
D | spawn-test.c | 198 g_strescape (output, NULL)); in run_tests() 205 g_strescape (erroutput, NULL)); in run_tests()
|
/third_party/glib/gobject/ |
D | gvaluetypes.c | 1374 gchar *s = g_strescape (src, NULL); in g_strdup_value_contents() 1387 s = g_strescape (g_value_get_string (&tmp_value), NULL); in g_strdup_value_contents() 1414 gchar *escaped = g_strescape (*strv, NULL); in g_strdup_value_contents()
|
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/ |
D | gstrfuncs.in.h | 245 gchar* g_strescape (const gchar *source,
|
D | gstrfuncs.c | 2140 g_strescape (const gchar *source,
|
/third_party/glib/glib/ |
D | gtestutils.c | 3139 a1 = arg1 ? g_strconcat ("\"", t1 = g_strescape (arg1, NULL), "\"", NULL) : g_strdup ("NULL"); in g_assertion_message_cmpstr() 3140 a2 = arg2 ? g_strconcat ("\"", t2 = g_strescape (arg2, NULL), "\"", NULL) : g_strdup ("NULL"); in g_assertion_message_cmpstr() 3163 a1 = g_strconcat ("\"", t1 = g_strescape (s1, NULL), "\"", NULL); in g_assertion_message_cmpstrv() 3164 a2 = g_strconcat ("\"", t2 = g_strescape (s2, NULL), "\"", NULL); in g_assertion_message_cmpstrv() 3788 escaped = g_strescape (test_trap_last_stdout, NULL); in log_child_output() 3792 escaped = g_strescape (test_trap_last_stderr, NULL); in log_child_output()
|
D | gstrfuncs.h | 253 gchar* g_strescape (const gchar *source,
|
D | gstrfuncs.c | 2207 g_strescape (const gchar *source, in g_strescape() function
|
D | gvariant.c | 2279 gchar *escaped = g_strescape (str, NULL); in g_variant_print_string()
|
/third_party/glib/glib/tests/ |
D | strfuncs.c | 735 str = g_strescape (NULL, NULL); in test_strcompress_strescape() 740 str = g_strescape ("abc\\\"\b\f\n\r\t\v\003\177\234\313", NULL); in test_strcompress_strescape() 745 str = g_strescape ("abc\\\"\b\f\n\r\t\v\003\177\234\313", in test_strcompress_strescape() 752 tmp = g_strescape ("abc\\\"\b\f\n\r\t\v\003\177\234\313", NULL); in test_strcompress_strescape() 760 str = g_strescape ("héllø there⸘", NULL); in test_strcompress_strescape() 1911 tmp = g_strescape (string, NULL); in test_bounds()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/test/api/ |
D | test-buffer.c | 394 escaped = g_strescape (test->utf8, NULL); in test_buffer_utf8_conversion() 683 escaped = g_strescape (test->utf8, NULL); in test_buffer_utf8_validity()
|
/third_party/harfbuzz/test/api/ |
D | test-buffer.c | 394 escaped = g_strescape (test->utf8, NULL); in test_buffer_utf8_conversion() 683 escaped = g_strescape (test->utf8, NULL); in test_buffer_utf8_validity()
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
D | test-buffer.c | 394 escaped = g_strescape (test->utf8, NULL); in test_buffer_utf8_conversion() 683 escaped = g_strescape (test->utf8, NULL); in test_buffer_utf8_validity()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstdebugutils.c | 200 value_str = g_strescape (tmp, NULL); in debug_dump_get_object_params() 414 esc_value_str = g_strescape (value_str, NULL); in string_append_field()
|
/third_party/glib/ |
D | NEWS.pre-1-3 | 120 - g_strescape: escapes backslashes
|
D | NEWS | 7433 664830 g_strescape doesn't natively handle \v (vertical tab) 13475 * g_strcompress() added, g_strescape() had a slight API change, and
|
/third_party/gstreamer/gstplugins_bad/ext/teletextdec/ |
D | gstteletextdec.c | 262 teletext->subtitles_template = g_strescape ("%s\n", NULL); in gst_teletextdec_init()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 1811 g_strescape
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 5485 gets worse after this is sent through g_strescape and then written to
|