Home
last modified time | relevance | path

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

/external/bluetooth/glib/glib/
Dgstrfuncs.h153 gchar* g_strchug (gchar *string);
157 #define g_strstrip( string ) g_strchomp (g_strchug (string))
Dgstrfuncs.c2341 g_strchug (gchar *string) in g_strchug() function
Dgaliasdef.c2759 #undef g_strchug
2760 extern __typeof (g_strchug) g_strchug __attribute((alias("IA__g_strchug"), visibility("default")));
Dgalias.h2748 extern __typeof (g_strchug) IA__g_strchug __attribute((visibility("hidden")));
2749 #define g_strchug IA__g_strchug macro
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt1223 g_strchug
/external/bluetooth/glib/
DChangeLog.pre-2-04894 (g_strchug): `start = (guchar*) string' in 1st for() argument;
6621 * gstrfuncs.c (g_strchug): Use g_memmove() not memmove().
6708 * g_strchug(): s/strcpy/memmove/
DChangeLog.pre-1-21732 (g_strchug): renamed from g_str_chug(), removed in_place argument.
/external/bluetooth/glib/docs/reference/
DChangeLog1843 g_strchug, g_strchomp and g_strstrip. Brought forward from glib-2-8.