Searched refs:WIN_CNT (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/fs/msdosfs/
H A Ddirentry.h89 #define WIN_CNT 0x3f macro
H A Dmsdosfs_conv.c638 if ((wep->weCnt&WIN_CNT) > howmany(WIN_MAXLEN, WIN_CHARS)
639 || !(wep->weCnt&WIN_CNT))
662 (wep->weCnt & WIN_CNT) - 1) != 0)
682 (wep->weCnt & WIN_CNT) - 1) != 0)
702 (wep->weCnt & WIN_CNT) - 1) != 0)
717 if (mbnambuf_write(nbp, name, (wep->weCnt & WIN_CNT) - 1) != 0)

Completed in 55 milliseconds