Home
last modified time | relevance | path

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

/external/bluetooth/glib/glib/
Dgstrfuncs.c201 g_stpcpy (gchar *dest, in g_stpcpy() function
316 ptr = g_stpcpy (ptr, string1); in g_strconcat()
321 ptr = g_stpcpy (ptr, s); in g_strconcat()
2646 ptr = g_stpcpy (string, *str_array); in g_strjoinv()
2649 ptr = g_stpcpy (ptr, separator); in g_strjoinv()
2650 ptr = g_stpcpy (ptr, str_array[i]); in g_strjoinv()
2709 ptr = g_stpcpy (string, s); in g_strjoin()
2714 ptr = g_stpcpy (ptr, separator); in g_strjoin()
2715 ptr = g_stpcpy (ptr, s); in g_strjoin()
Dgstrfuncs.h244 gchar* g_stpcpy (gchar *dest,
Dgaliasdef.c2750 #undef g_stpcpy
2751 extern __typeof (g_stpcpy) g_stpcpy __attribute((alias("IA__g_stpcpy"), visibility("default")));
Dgalias.h2739 extern __typeof (g_stpcpy) IA__g_stpcpy __attribute((visibility("hidden")));
2740 #define g_stpcpy IA__g_stpcpy macro
/external/bluetooth/glib/gio/tests/
Ddata-output-stream.c62 g_stpcpy ((char*)(lines + i*strlen(s)), s); in test_read_lines()
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt1143 g_stpcpy
/external/bluetooth/glib/
DChangeLog.pre-2-02724 wasn't replaced with g_stpcpy in the original
3070 * glib.def : don't try to export g_strcpy, it is g_stpcpy;
3331 * gstrfuncs.c, gstrfuncs.h: Add g_stpcpy () for platform that
3334 use g_stpcpy () so these functions run much faster.
3335 * config.h.win32.in, glib.def: add reference to g_stpcpy ()
DNEWS2948 * String function speed improvements with new g_stpcpy().