Home
last modified time | relevance | path

Searched refs:g_vsprintf (Results 1 – 9 of 9) sorted by relevance

/external/bluetooth/glib/glib/
Dgprintf.c117 retval = g_vsprintf (string, format, args); in g_sprintf()
230 g_vsprintf (gchar *string, in g_vsprintf() function
Dgprintf.h43 gint g_vsprintf (gchar *string,
Dgaliasdef.c2084 #undef g_vsprintf
2085 extern __typeof (g_vsprintf) g_vsprintf __attribute((alias("IA__g_vsprintf"), visibility("default")…
Dgalias.h2077 extern __typeof (g_vsprintf) IA__g_vsprintf __attribute((visibility("hidden")));
2078 #define g_vsprintf IA__g_vsprintf macro
/external/bluetooth/glib/
DNEWS.pre-1-3165 platforms. the non-static g_vsprintf() function vanished in favour of
167 People that used the former g_vsprintf() would definitely want to read the
DChangeLog.pre-2-2492 (g_vsprintf):
DChangeLog.pre-1-22042 (g_vsprintf): removed this function which was not publically
2491 * gutils.c: Restored a missing prototype for g_vsprintf.
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt1163 g_vsprintf
/external/bluetooth/glib/docs/reference/
DChangeLog3194 g_vfprintf, g_sprintf, g_vsprintf.