Lines Matching refs:u16l
1338 size_t u8l, u16l; in direntries_needed() local
1355 u16l = PCMAXNAMLEN + 1; in direntries_needed()
1359 w2_str, &u16l, UCONV_OUT_LITTLE_ENDIAN); in direntries_needed()
1362 ret = 1 + u16l / PCLFNCHUNKSIZE; in direntries_needed()
1363 if (u16l % PCLFNCHUNKSIZE != 0) in direntries_needed()
1389 size_t u8l, u16l; in pc_name_to_pcdir() local
1401 u16l = PCMAXNAMLEN + 1; in pc_name_to_pcdir()
1404 ret = uconv_u8tou16((const uchar_t *)namep, &u8l, w2_str, &u16l, in pc_name_to_pcdir()
1411 nameend = (char *)(w2_str + u16l); in pc_name_to_pcdir()
1412 u16l %= PCLFNCHUNKSIZE; in pc_name_to_pcdir()
1413 if (u16l != 0) { in pc_name_to_pcdir()
1414 nchars = u16l + 1; in pc_name_to_pcdir()