Searched refs:WIN_CHARS (Results 1 – 2 of 2) sorted by relevance
558 i = (cnt - 1) * WIN_CHARS; in msdosfs_unix2winfn()586 if (len > i + WIN_CHARS) in msdosfs_unix2winfn()602 u_int16_t buf[WIN_CHARS]; 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()644 if (! (utf8 ? ucs2match(&wn[i], buf, WIN_CHARS) : char8match(&wn[i], buf, WIN_CHARS))) in msdosfs_winChkName()658 u_int16_t wn[WIN_CHARS], *p; in msdosfs_win2unixfn()659 u_int8_t buf[WIN_CHARS*3]; in msdosfs_win2unixfn()662 if ((wep->weCnt & WIN_CNT) > howmany(WIN_MAXLEN, WIN_CHARS) in msdosfs_win2unixfn()690 if (invalidname(wn, WIN_CHARS)) in msdosfs_win2unixfn()[all …]
103 #define WIN_CHARS 13 /* Number of chars per winentry */ macro