Searched refs:g_strchomp (Results 1 – 9 of 9) sorted by relevance
155 gchar* g_strchomp (gchar *string);157 #define g_strstrip( string ) g_strchomp (g_strchug (string))
2356 g_strchomp (gchar *string) in g_strchomp() function
2756 #undef g_strchomp 2757 extern __typeof (g_strchomp) g_strchomp __attribute((alias("IA__g_strchomp"), visibility("default")…
2745 extern __typeof (g_strchomp) IA__g_strchomp __attribute((visibility("hidden")));2746 #define g_strchomp IA__g_strchomp macro
1224 g_strchomp
449 * glib/gstrfuncs.c (g_strchomp): Avoid non-ANSI pointer
1733 (g_strchomp): renamed from g_str_chomp(), removed in_place argument.
1824 * glib/gstrfuncs.c (g_strchomp): Replace some uses
1843 g_strchug, g_strchomp and g_strstrip. Brought forward from glib-2-8.