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

/xnu-2782.1.97/bsd/hfs/hfscommon/Unicode/
H A DUnicodeWrappers.c490 ByteCount subMaxLen; local
500 subMaxLen = maxDstLen - (strlen(extStr) + strlen(fileIDStr));
502 (void) utf8_encodestr(srcStr, srcLen, dstStr, &utf8len, subMaxLen, ':', 0);

Completed in 44 milliseconds