Home
last modified time | relevance | path

Searched refs:UTF_SFM_CONVERSIONS (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.41.6/bsd/sys/ !
H A Dutfconv.h46 #define UTF_SFM_CONVERSIONS 0x0020 /* Use SFM mappings for illegal NTFS chars */ macro
/xnu-12377.41.6/bsd/vfs/ !
H A Dvfs_utfconv.c283 int sfmconv = (flags & UTF_SFM_CONVERSIONS); in utf8_encodestr()
455 sfmconv = (flags & UTF_SFM_CONVERSIONS); in utf8_decodestr()