Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgvariant-parser.c2684 gchar *chomped; in add_last_line() local
2694 chomped = g_strchomp (g_strdup (str)); in add_last_line()
2695 last_nl = strrchr (chomped, '\n'); in add_last_line()
2697 last_nl = chomped; in add_last_line()
2715 g_free (chomped); in add_last_line()