Home
last modified time | relevance | path

Searched refs:U8_STRCMP_CI_UPPER (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Du8_textprep.h67 #define U8_STRCMP_CI_UPPER (0x00000002) macro
79 #define U8_TEXTPREP_TOUPPER (U8_STRCMP_CI_UPPER)
/illumos-gate/usr/src/common/unicode/
H A Du8_textprep.c1872 f = flag & (U8_STRCMP_CS | U8_STRCMP_CI_UPPER | in u8_strcmp()
1876 } else if (f != U8_STRCMP_CS && f != U8_STRCMP_CI_UPPER && in u8_strcmp()
1907 if (flag == U8_STRCMP_CI_UPPER) { in u8_strcmp()
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_dir.c615 (u8_strcmp(snm, tnm, 0, U8_STRCMP_CI_UPPER, U8_UNICODE_LATEST, in pc_rename()
1126 if ((u8_strcmp(lfn, namep, 0, U8_STRCMP_CI_UPPER, in pc_match_long_fn()