Home
last modified time | relevance | path

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

/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dgstrfuncs.c188 g_stpcpy (gchar *dest, in g_stpcpy() function
259 ptr = g_stpcpy (ptr, string1); in g_strconcat()
264 ptr = g_stpcpy (ptr, s); in g_strconcat()
2520 ptr = g_stpcpy (string, *str_array);
2523 ptr = g_stpcpy (ptr, separator);
2524 ptr = g_stpcpy (ptr, str_array[i]);
2571 ptr = g_stpcpy (string, s);
2576 ptr = g_stpcpy (ptr, separator);
2577 ptr = g_stpcpy (ptr, s);
Dgstrfuncs.in.h272 gchar* g_stpcpy (gchar *dest,
/third_party/glib/glib/
Dgstrfuncs.c507 g_stpcpy (gchar *dest, in g_stpcpy() function
632 ptr = g_stpcpy (ptr, string1); in g_strconcat()
637 ptr = g_stpcpy (ptr, s); in g_strconcat()
2642 ptr = g_stpcpy (string, *str_array); in g_strjoinv()
2645 ptr = g_stpcpy (ptr, separator); in g_strjoinv()
2646 ptr = g_stpcpy (ptr, str_array[i]); in g_strjoinv()
2706 ptr = g_stpcpy (string, s); in g_strjoin()
2711 ptr = g_stpcpy (ptr, separator); in g_strjoin()
2712 ptr = g_stpcpy (ptr, s); in g_strjoin()
Dgstrfuncs.h301 gchar* g_stpcpy (gchar *dest,
Dgdatetime.c2881 buffer_end = g_stpcpy (buffer_end, digit); in initialize_alt_digits()
/third_party/glib/glib/tests/
Dstrfuncs.c260 str_cpy_end = g_stpcpy (str_cpy, NULL); in test_stpcpy()
265 str_cpy_end = g_stpcpy (NULL, str); in test_stpcpy()
270 str_cpy_end = g_stpcpy (str_cpy, str); in test_stpcpy()
1813 g_stpcpy (buffer, string); in test_bounds()
/third_party/glib/gio/tests/
Ddata-output-stream.c86 g_stpcpy ((char*)(lines + i*strlen(s)), s); in test_read_lines()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt1711 g_stpcpy
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavcodecmap.c3392 g_stpcpy ((gchar *) context->extradata, "SVQ3"); in gst_ffmpeg_caps_with_codecid()
/third_party/glib/
DNEWS13382 * String function speed improvements with new g_stpcpy().