OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WIN_CHARS
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/fs/msdosfs/
msdosfs_conv.c
558
i = (cnt - 1) *
WIN_CHARS
;
586
if (len > i +
WIN_CHARS
)
602
u_int16_t buf[
WIN_CHARS
];
618
i = ((wep->weCnt & WIN_CNT) - 1) *
WIN_CHARS
;
628
if ((wep->weCnt & WIN_LAST) && (len - i >
WIN_CHARS
))
644
if (! (utf8 ? ucs2match(&wn[i], buf,
WIN_CHARS
) : char8match(&wn[i], buf,
WIN_CHARS
)))
658
u_int16_t wn[
WIN_CHARS
], *p;
659
u_int8_t buf[
WIN_CHARS
*3];
662
if ((wep->weCnt & WIN_CNT) > howmany(WIN_MAXLEN,
WIN_CHARS
)
[
all
...]
direntry.h
103
#define
WIN_CHARS
13 /* Number of chars per winentry */
Completed in 13 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025