Searched refs:g_strescape (Results 1 – 14 of 14) sorted by relevance
/external/bluetooth/glib/tests/ |
D | spawn-test.c | 167 g_strescape (output, NULL)); in run_tests() 174 g_strescape (erroutput, NULL)); in run_tests()
|
D | regex-test.c | 227 gchar *e1 = g_strescape (pattern, NULL); in test_match() 228 gchar *e2 = g_strescape (string, NULL); in test_match()
|
/external/bluetooth/glib/gobject/ |
D | gvaluetypes.c | 1131 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/ |
D | gstrfuncs.h | 217 gchar* g_strescape (const gchar *source,
|
D | gtestutils.c | 1350 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()
|
D | gstrfuncs.c | 2259 g_strescape (const gchar *source, in g_strescape() function
|
D | galiasdef.c | 2786 #undef g_strescape 2787 extern __typeof (g_strescape) g_strescape __attribute((alias("IA__g_strescape"), visibility("defaul…
|
D | galias.h | 2775 extern __typeof (g_strescape) IA__g_strescape __attribute((visibility("hidden"))) G_GNUC_MALLOC; 2776 #define g_strescape IA__g_strescape macro
|
/external/bluetooth/glib/ |
D | NEWS.pre-1-3 | 120 - g_strescape: escapes backslashes
|
D | ChangeLog.pre-2-0 | 5013 * 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.
|
D | ChangeLog.pre-1-2 | 1610 Added the function g_strescape that escapes backslashes. 1644 Added the function g_strescape, which escapes the backslash
|
D | NEWS | 3041 * g_strcompress() added, g_strescape() had a slight API change, and
|
/external/bluetooth/glib/docs/reference/glib/ |
D | glib-sections.txt | 1230 g_strescape
|
/external/bluetooth/glib/docs/reference/ |
D | ChangeLog | 3036 g_strescape() docs. (#105431, Phillip Vandry) 3995 g_strescape and added those of g_strcompress.
|