Searched refs:EXFAT_ENC (Results 1 – 3 of 3) sorted by relevance
/freebsd/usr.sbin/fstyp/ | ||
H A D | fstyp.h | 37 #define EXFAT_ENC "UCS-2LE" macro |
H A D | fstyp.c | 66 { "exfat", &fstyp_exfat, false, EXFAT_ENC }, |
H A D | exfat.c | 213 cd = iconv_open("", EXFAT_ENC); in convert_label() |