Home
last modified time | relevance | path

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

/external/bluetooth/glib/tests/
Dspawn-test.c167 g_strescape (output, NULL)); in run_tests()
174 g_strescape (erroutput, NULL)); in run_tests()
Dregex-test.c227 gchar *e1 = g_strescape (pattern, NULL); in test_match()
228 gchar *e2 = g_strescape (string, NULL); in test_match()
/external/bluetooth/glib/gobject/
Dgvaluetypes.c1131 gchar *s = g_strescape (src, NULL); in g_strdup_value_contents()
1144 s = g_strescape (g_value_get_string (&tmp_value), NULL); in g_strdup_value_contents()
/external/bluetooth/glib/glib/
Dgstrfuncs.h217 gchar* g_strescape (const gchar *source,
Dgtestutils.c1350 a1 = arg1 ? g_strconcat ("\"", t1 = g_strescape (arg1, NULL), "\"", NULL) : g_strdup ("NULL"); in g_assertion_message_cmpstr()
1351 a2 = arg2 ? g_strconcat ("\"", t2 = g_strescape (arg2, NULL), "\"", NULL) : g_strdup ("NULL"); in g_assertion_message_cmpstr()
Dgstrfuncs.c2259 g_strescape (const gchar *source, in g_strescape() function
Dgaliasdef.c2786 #undef g_strescape
2787 extern __typeof (g_strescape) g_strescape __attribute((alias("IA__g_strescape"), visibility("defaul…
Dgalias.h2775 extern __typeof (g_strescape) IA__g_strescape __attribute((visibility("hidden"))) G_GNUC_MALLOC;
2776 #define g_strescape IA__g_strescape macro
/external/bluetooth/glib/
DNEWS.pre-1-3120 - g_strescape: escapes backslashes
DChangeLog.pre-2-05013 * gstrfuncs.c (g_strescape): Add a missing g_return_if_fail().
6366 g_strecpy to g_strescape per Tim Janik's suggestion. Dropped the
6371 Sources that use g_strescape must have ifdefs to be compilable
6377 * gstrfuncs.c: the #define for g_strescape interfered with the
6386 g_strescape as a macro that calls g_strecpy.
6421 deprecated g_strescape(), we need the SunOS variants here.
6567 * gstrfuncs.c (g_strescape): Backslashify also '"' characters.
6569 * glib.h: Document g_strescape.
DChangeLog.pre-1-21610 Added the function g_strescape that escapes backslashes.
1644 Added the function g_strescape, which escapes the backslash
DNEWS3041 * g_strcompress() added, g_strescape() had a slight API change, and
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt1230 g_strescape
/external/bluetooth/glib/docs/reference/
DChangeLog3036 g_strescape() docs. (#105431, Phillip Vandry)
3995 g_strescape and added those of g_strcompress.