Home
last modified time | relevance | path

Searched refs:WIN_CHARS (Results 1 – 2 of 2) sorted by relevance

/minix/sys/fs/msdosfs/
H A Dmsdosfs_conv.c527 un += (cnt - 1) * WIN_CHARS; in unix2winfn()
528 unlen -= (cnt - 1) * WIN_CHARS; in unix2winfn()
595 i = ((wep->weCnt&WIN_CNT) - 1) * WIN_CHARS; in winChkName()
612 if ((wep->weCnt&WIN_LAST) && unlen > WIN_CHARS) in winChkName()
659 if ((wep->weCnt&WIN_CNT) > howmany(WIN_MAXLEN, WIN_CHARS) in win2unixfn()
672 dp->d_namlen = (wep->weCnt&WIN_CNT) * WIN_CHARS; in win2unixfn()
682 i = ((wep->weCnt&WIN_CNT) - 1) * WIN_CHARS; in win2unixfn()
704 if (WIN_MAXLEN % WIN_CHARS < sizeof(wep->wePart1) / 2 in win2unixfn()
726 if (WIN_MAXLEN % WIN_CHARS >= sizeof(wep->wePart1) / 2 in win2unixfn()
749 if (WIN_MAXLEN % WIN_CHARS >= (sizeof(wep->wePart1) + sizeof(wep->wePart2)) / 2 in win2unixfn()
[all …]
H A Ddirentry.h103 #define WIN_CHARS 13 /* Number of chars per winentry */ macro