Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/vfs/
H A Dvfs_utfconv.c785 size_t inbuflen; in utf8_normalizestr() local
803 inbuflen = inlen; in utf8_normalizestr()
837 if (inbuflen > MAXPATHLEN) { in utf8_normalizestr()
849 unicode_bytes = precompose ? (inbuflen * 2) : (inbuflen * 3); in utf8_normalizestr()
858 result = utf8_decodestr(inbufstart, inbuflen, unistr, &unicode_bytes, in utf8_normalizestr()