Searched refs:g_strcasecmp (Results 1 – 10 of 10) sorted by relevance
197 gint g_strcasecmp (const gchar *s1,
1949 g_strcasecmp (const gchar *s1,
201 gint g_strcasecmp (const gchar *s1,
1931 g_strcasecmp (const gchar *s1, in g_strcasecmp() function
132 - g_strncasecmp: modeled closely after g_strcasecmp
2010 g_strcasecmp (NULL, "ABCD"); in test_strup()2015 g_strcasecmp ("abcd", NULL); in test_strup()2022 g_assert_true (g_strcasecmp ("lower", "LOWER") == 0); in test_strup()
1779 g_strcasecmp
99433 oss4: Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp()134030 ext/cairo/gsttextoverlay.c: Change strcasecmp() to g_strcasecmp(). Fixes #497292.134033 Change strcasecmp() to g_strcasecmp(). Fixes #497292.
133920 …t-libs/gst/rtp/gstrtppayloads.c: Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().133924 Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
173860 applemedia: don't use the deprecated g_strcasecmp function.173861 Replace g_strcasecmp with g_ascii_strcasecmp.