Searched refs:g_snprintf (Results 1 – 17 of 17) sorted by relevance
/external/bluetooth/glib/tests/ |
D | markup-escape-test.c | 40 g_snprintf (expected, 12, "&#x%x;", c); in test_unichar()
|
D | slice-test.c | 279 g_snprintf (strseed, 64, "%u", *seedp); in main()
|
/external/bluetooth/glib/glib/ |
D | gprintf.c | 154 g_snprintf (gchar *string, in g_snprintf() function
|
D | gutils.h | 207 gint g_snprintf (gchar *string,
|
D | gtestutils.c | 498 …g_snprintf (seedstr, sizeof (seedstr), "R02S%08x%08x%08x%08x", g_random_int(), g_random_int(), g_r… in g_test_init() 1293 g_snprintf (lstr, 32, "%d", line); in g_assertion_message()
|
D | gmessages.c | 556 g_snprintf (lstr, 32, "%d", line); in g_warn_message()
|
D | galiasdef.c | 2091 #undef g_snprintf 2092 extern __typeof (g_snprintf) g_snprintf __attribute((alias("IA__g_snprintf"), visibility("default")…
|
D | galias.h | 2084 extern __typeof (g_snprintf) IA__g_snprintf __attribute((visibility("hidden"))) G_GNUC_PRINTF(3,4); 2085 #define g_snprintf IA__g_snprintf macro
|
/external/bluetooth/glib/po/ |
D | Makefile.in.in | 110 --flag=g_snprintf:3:c-format \
|
/external/bluetooth/glib/ |
D | README.in | 62 * The functions g_snprintf() and g_vsnprintf() have been removed from
|
D | ChangeLog.pre-1-2 | 2520 * gscanner.c: replaced some snprintf with g_snprintf 2788 to add function g_snprintf. 2790 * glib.h: Add prototype for g_snprintf. 2792 * gutils.c (g_snprintf): new function.
|
D | ChangeLog.pre-2-10 | 1141 * glib/gprintf.h: Remove g_snprintf() and g_vsnprintf(), since
|
D | NEWS | 1307 469051 g_snprintf () talks about characters where it probably me... 2039 * g_snprintf and g_vsnprintf:
|
D | ChangeLog.pre-2-2 | 193 g_snprintf().
|
D | ChangeLog.pre-2-0 | 669 * glib/gutils.c (g_snprintf, g_vsnprintf): Switch to C99-[v]snprintf(). 671 * tests/strfunc-test.c: Add some tests for g_snprintf(). 5570 * gutils.c (g_snprintf): 6692 * gutils.c (g_snprintf): When using the vsnprintf()
|
/external/bluetooth/glib/gio/ |
D | glocalfile.c | 1675 g_snprintf (uid_str, sizeof (uid_str), "%lu", (unsigned long) uid); in _g_local_file_has_trash_dir() 1762 g_snprintf (uid_str, sizeof (uid_str), "%lu", (unsigned long)uid); in g_local_file_trash()
|
/external/bluetooth/glib/docs/reference/glib/ |
D | glib-sections.txt | 1164 g_snprintf
|