Searched refs:g_strncasecmp (Results 1 – 8 of 8) sorted by relevance
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/ |
D | gstrfuncs.in.h | 199 gint g_strncasecmp (const gchar *s1,
|
D | gstrfuncs.c | 2008 g_strncasecmp (const gchar *s1,
|
/third_party/glib/glib/ |
D | gstrfuncs.h | 204 gint g_strncasecmp (const gchar *s1,
|
D | gstrfuncs.c | 1991 g_strncasecmp (const gchar *s1, in g_strncasecmp() function
|
/third_party/glib/ |
D | NEWS.pre-1-3 | 132 - g_strncasecmp: modeled closely after g_strcasecmp
|
D | NEWS | 6141 568405 Which is the correct replacement for g_strncasecmp, if...
|
/third_party/glib/glib/tests/ |
D | strfuncs.c | 1023 g_assert_cmpint (g_strncasecmp ("abc1", "ABC2", 3), ==, 0); in test_strncasecmp() 1024 g_assert_cmpint (g_strncasecmp ("abc1", "ABC2", 4), !=, 0); in test_strncasecmp()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 1780 g_strncasecmp
|