Searched refs:WIN_CHARS (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/usr.sbin/makefs/msdos/
H A Ddirentry.h101 #define WIN_CHARS 13 /* Number of chars per winentry */ macro
/freebsd-12-stable/sys/fs/msdosfs/
H A Ddirentry.h101 #define WIN_CHARS 13 /* Number of chars per winentry */ macro
H A Dmsdosfs_conv.c535 unlen = mbsadjpos((const char **)&un, unlen, (cnt - 1) * WIN_CHARS, 2,
636 uint8_t *np, name[WIN_CHARS * 3 + 1];
640 if ((wep->weCnt&WIN_CNT) > howmany(WIN_MAXLEN, WIN_CHARS)
755 return howmany(WIN_MAXLEN - wlen/2, WIN_CHARS);
760 return howmany(unlen, WIN_CHARS);
1012 * exactly WIN_CHARS in length. For non-ASCII substrings, we shift all
1015 * WIN_CHARS bytes when they are first encountered.
1031 /* Will store this substring in a WIN_CHARS-aligned slot. */
1032 slot = &nbp->nb_buf[id * WIN_CHARS];
1042 /* Shift suffix upwards by the amount length exceeds WIN_CHARS
[all...]

Completed in 180 milliseconds