Home
last modified time | relevance | path

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

/netbsd/src/sys/fs/msdosfs/
Dmsdosfs_conv.c570 wep->weCnt = cnt; in msdosfs_unix2winfn()
589 wep->weCnt |= WIN_LAST; in msdosfs_unix2winfn()
608 if (wep->weCnt & WIN_LAST) in msdosfs_winChkName()
618 i = ((wep->weCnt & WIN_CNT) - 1) * WIN_CHARS; in msdosfs_winChkName()
628 if ((wep->weCnt & WIN_LAST) && (len - i > WIN_CHARS)) in msdosfs_winChkName()
662 if ((wep->weCnt & WIN_CNT) > howmany(WIN_MAXLEN, WIN_CHARS) in msdosfs_win2unixfn()
663 || !(wep->weCnt & WIN_CNT)) in msdosfs_win2unixfn()
669 if (wep->weCnt & WIN_LAST) { in msdosfs_win2unixfn()
Ddirentry.h91 uint8_t weCnt; member
/netbsd/src/sys/lib/libsa/
Ddosfs.c560 x = dir[ent].xde.weCnt; in lookup()
634 lfn += 13 * ((xde->weCnt & WIN_CNT) - 1); in cp_xdnm()
643 if (xde->weCnt & WIN_LAST) in cp_xdnm()