Home
last modified time | relevance | path

Searched refs:WIN_MAXLEN (Results 1 – 6 of 6) sorted by relevance

/openbsd/sys/msdosfs/
H A Dmsdosfs_conv.c689 u_int8_t *np, *ep = dp->d_name + WIN_MAXLEN; in win2unixfn()
692 if ((wep->weCnt&WIN_CNT) > howmany(WIN_MAXLEN, WIN_CHARS) in win2unixfn()
733 if (WIN_MAXLEN % WIN_CHARS < sizeof(wep->wePart1) / 2 in win2unixfn()
753 if (WIN_MAXLEN % WIN_CHARS >= sizeof(wep->wePart1) / 2 in win2unixfn()
754 && WIN_MAXLEN % WIN_CHARS < (sizeof(wep->wePart1) + sizeof(wep->wePart2)) / 2 in win2unixfn()
774 if (WIN_MAXLEN % WIN_CHARS >= (sizeof(wep->wePart1) + sizeof(wep->wePart2)) / 2 in win2unixfn()
808 if (unlen > WIN_MAXLEN) in winSlotCnt()
H A Ddenode.h179 #define WIN_MAXLEN 255 macro
H A Dmsdosfs_vfsops.c207 mp->mnt_stat.f_namemax = WIN_MAXLEN; in msdosfs_mount()
H A Dmsdosfs_vnops.c1845 *ap->a_retval = pmp->pm_flags & MSDOSFSMNT_LONGNAME ? WIN_MAXLEN : 12; in msdosfs_pathconf()
/openbsd/usr.sbin/makefs/msdos/
H A Ddenode.h199 #define WIN_MAXLEN 255 macro
H A Dmsdosfs_conv.c544 if (unlen > WIN_MAXLEN) in winSlotCnt()