Searched refs:strcmp_sized (Results 1 – 1 of 1) sorted by relevance
/third_party/glib/glib/ |
D | gkeyfile.c | 4531 strcmp_sized (const gchar *s1, size_t len1, const gchar *s2) in strcmp_sized() function 4550 if (strcmp_sized (value, length, "true") == 0 || strcmp_sized (value, length, "1") == 0) in g_key_file_parse_value_as_boolean() 4552 else if (strcmp_sized (value, length, "false") == 0 || strcmp_sized (value, length, "0") == 0) in g_key_file_parse_value_as_boolean()
|