Home
last modified time | relevance | path

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

/freebsd/usr.sbin/fstyp/
H A Dfstyp.h37 #define EXFAT_ENC "UCS-2LE" macro
H A Dfstyp.c66 { "exfat", &fstyp_exfat, false, EXFAT_ENC },
H A Dexfat.c213 cd = iconv_open("", EXFAT_ENC); in convert_label()