Searched refs:utf8_strncasecmp (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | unicode.h | 18 int utf8_strncasecmp(const struct unicode_map *um,
|
/kernel/linux/linux-5.10/fs/unicode/ |
H A D | utf8-core.c | 50 int utf8_strncasecmp(const struct unicode_map *um, in utf8_strncasecmp() function 75 EXPORT_SYMBOL(utf8_strncasecmp); variable
|
H A D | utf8-selftest.c | 262 test_f(!utf8_strncasecmp(table, &s1, &s2), in check_utf8_comparisons()
|
/kernel/linux/linux-6.6/fs/unicode/ |
H A D | utf8-core.c | 46 int utf8_strncasecmp(const struct unicode_map *um, in utf8_strncasecmp() function 70 EXPORT_SYMBOL(utf8_strncasecmp); variable
|
H A D | utf8-selftest.c | 253 test_f(!utf8_strncasecmp(table, &s1, &s2), in check_utf8_comparisons()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | unicode.h | 61 int utf8_strncasecmp(const struct unicode_map *um,
|
/kernel/linux/linux-5.10/fs/ |
H A D | libfs.c | 1424 * However, it's unsafe to call utf8_strncasecmp() with an unstable in generic_ci_d_compare() 1434 ret = utf8_strncasecmp(um, name, &qstr); in generic_ci_d_compare()
|
/kernel/linux/linux-6.6/fs/smb/server/ |
H A D | vfs.c | 1145 cmp = utf8_strncasecmp(buf->um, &q_buf, &q_name); in __caseless_lookup()
|
/kernel/linux/linux-6.6/fs/ |
H A D | libfs.c | 1687 * However, it's unsafe to call utf8_strncasecmp() with an unstable in generic_ci_d_compare() 1697 ret = utf8_strncasecmp(um, name, &qstr); in generic_ci_d_compare()
|
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | namei.c | 1346 ret = utf8_strncasecmp(um, name, entry); in ext4_ci_compare()
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | namei.c | 1428 ret = utf8_strncasecmp(um, name, &entry); in ext4_ci_compare()
|
Completed in 20 milliseconds