Searched defs:g_strconcat (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/glib/glib/
H A Dgstrfuncs.c277 * g_strconcat:
286 * with %NULL. If you forget the %NULL, g_strconcat() will start appending
292 g_strconcat (const gchar *string1, ...) function
1669 * strcat() or strncat(), but for real security g_strconcat() is harder
H A Dgalias.h2754 extern __typeof (g_strconcat) IA__g_strconcat __attribute((visibility("hidden"))) G_GNUC_MALLOC G_GNUC_NULL_TERMINATED;
2755 #define g_strconcat IA__g_strconcat macro
H A Dgaliasdef.c2765 #undef g_strconcat macro
2766 extern __typeof (g_strconcat) g_strconcat __attribute((alias("IA__g_strconcat"), visibility("default")));

Completed in 126 milliseconds