Home
last modified time | relevance | path

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

/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dgstrfuncs.in.h171 gchar* g_strchomp (gchar *string);
173 #define g_strstrip( string ) g_strchomp (g_strchug (string))
Dgstrfuncs.c2237 g_strchomp (gchar *string)
/third_party/glib/glib/
Dgstrfuncs.h179 gchar* g_strchomp (gchar *string);
181 #define g_strstrip( string ) g_strchomp (g_strchug (string))
Dgstrfuncs.c2341 g_strchomp (gchar *string) in g_strchomp() function
Dgtimezone.c472 g_strchomp (resolved_identifier); in zone_identifier_unix()
Dgvariant-parser.c2694 chomped = g_strchomp (g_strdup (str)); in add_last_line()
/third_party/glib/gio/tests/
Ddesktop-app-info.c507 g_strchomp (result); in assert_list()
560 g_strchomp (result); in assert_implementations()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/
Dlicenses.c375 g_strchomp (nick); in gst_tag_get_license_nick()
Dtags.c478 g_strchomp (utf8); in gst_tag_freeform_string_to_utf8()
Did3v2frames.c1078 g_strchomp (utf8); in string_utf8_dup()
/third_party/gstreamer/gstplugins_bad/ext/openjpeg/
Dgstopenjpegenc.c1003 gchar *trimmed = g_strchomp (g_strdup (msg)); in gst_openjpeg_enc_opj_error()
1012 gchar *trimmed = g_strchomp (g_strdup (msg)); in gst_openjpeg_enc_opj_warning()
1021 gchar *trimmed = g_strchomp (g_strdup (msg)); in gst_openjpeg_enc_opj_info()
Dgstopenjpegdec.c1115 gchar *trimmed = g_strchomp (g_strdup (msg)); in gst_openjpeg_dec_opj_error()
1124 gchar *trimmed = g_strchomp (g_strdup (msg)); in gst_openjpeg_dec_opj_warning()
1133 gchar *trimmed = g_strchomp (g_strdup (msg)); in gst_openjpeg_dec_opj_info()
/third_party/glib/gio/
Dgsimpleproxyresolver.c183 host = g_strchomp (priv->ignore_hosts[i]); in reparse_ignore_hosts()
/third_party/glib/glib/tests/
Dstrfuncs.c915 g_strchomp (tmp); in do_test_strchomp()
930 g_strchomp (NULL); in test_strchomp()
1874 g_strchomp (string); in test_bounds()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Ddescriptions.c1228 g_strchomp (str); in gst_pb_utils_get_codec_description()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspmessage.c354 g_strchomp (header); in gst_rtsp_message_init_response()
/third_party/gstreamer/gstplugins_bad/sys/winks/
Dgstksvideodevice.c229 g_strchomp (buf)); in gst_ks_video_device_parse_win32_error()
/third_party/gstreamer/gstreamer/tools/
Dgst-stats.c1242 g_strchomp (line)); in collect_stats()
/third_party/gstreamer/gstplugins_bad/ext/curl/
Dgstcurlbasesink.c1098 g_strchomp (msg); in gst_curl_base_sink_debug_cb()
Dgstcurlhttpsrc.c2373 g_strchomp (msg);
/third_party/gstreamer/gstplugins_base/gst/subparse/
Dgstsubparse.c843 g_strchomp (s); in parse_subrip_time()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt1805 g_strchomp
/third_party/glib/
DNEWS5045 583036 g_strchomp and g_strchug are not declared const