Home
last modified time | relevance | path

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

/openbsd/src/sys/msdosfs/
Dmsdosfs_conv.c640 i = ((wep->weCnt&WIN_CNT) - 1) * WIN_CHARS; in winChkName()
692 if ((wep->weCnt&WIN_CNT) > howmany(WIN_MAXLEN, WIN_CHARS) in win2unixfn()
693 || !(wep->weCnt&WIN_CNT)) in win2unixfn()
704 dp->d_namlen = (wep->weCnt&WIN_CNT) * WIN_CHARS; in win2unixfn()
713 i = ((wep->weCnt&WIN_CNT) - 1) * WIN_CHARS; in win2unixfn()
Ddirentry.h88 #define WIN_CNT 0x3f macro
/openbsd/src/usr.sbin/makefs/msdos/
Ddirentry.h88 #define WIN_CNT 0x3f macro
Dmsdosfs_conv.c480 i = ((wep->weCnt&WIN_CNT) - 1) * WIN_CHARS; in winChkName()