Home
last modified time | relevance | path

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

/external/bluetooth/glib/tests/
Dslice-color.c151 gchar *string = g_strstrip (mem); in parse_memsize()
Dunicode-encoding.c350 tmp = g_strstrip (g_strndup (p, end - p)); in main()
/external/bluetooth/glib/glib/
Dgstrfuncs.h157 #define g_strstrip( string ) g_strchomp (g_strchug (string)) macro
Dgutils.c2822 g_strstrip (buf); in read_aliases()
/external/bluetooth/bluez/audio/
Dipctest.c961 g_strstrip(line); in input_cb()
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt1225 g_strstrip
/external/bluetooth/glib/docs/reference/
DChangeLog1843 g_strchug, g_strchomp and g_strstrip. Brought forward from glib-2-8.
/external/bluetooth/glib/
DChangeLog.pre-1-21734 (g_strstrip): renamed from g_str_strip(), removed in_place argument.