Home
last modified time | relevance | path

Searched refs:LCASE_BASE (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/sys/fs/msdosfs/
H A Dmsdosfs_conv.c258 lower & LCASE_BASE, pmp); in dos2unixfn()
616 LCASE_BASE, pmp); in winChkName()
617 c2 = unix2winchr(&un, &unlen, LCASE_BASE, pmp); in winChkName()
807 if (lower & (LCASE_BASE | LCASE_EXT)) in dos2unixchr()
827 if (lower & (LCASE_BASE | LCASE_EXT)) in dos2unixchr()
967 if (lower & (LCASE_BASE | LCASE_EXT)) in unix2winchr()
988 if (lower & (LCASE_BASE | LCASE_EXT)) in unix2winchr()
H A Ddirentry.h71 #define LCASE_BASE 0x08 /* filename base in lower case */ macro
H A Dmsdosfs_vnops.c1718 (LCASE_BASE | LCASE_EXT) : 0), in msdosfs_readdir()
/freebsd-src/usr.sbin/makefs/msdos/
H A Ddirentry.h71 #define LCASE_BASE 0x08 /* filename base in lower case */ macro