Searched refs:lenfrom (Results 1 – 1 of 1) sorted by relevance
/glibc-2.36/locale/programs/ |
D | ld-collate.c | 1318 size_t lenfrom = strlen (startp->name); in handle_ellipsis() local 1327 if (lenfrom != lento) in handle_ellipsis() 1368 (int) (lenfrom - preflen), from); in handle_ellipsis() 1382 "LC_COLLATE", (int) lenfrom, buf, in handle_ellipsis() 1398 seq = charmap_find_value (charmap, buf, lenfrom); in handle_ellipsis() 1401 wc = repertoire_find_value (repertoire, buf, lenfrom); in handle_ellipsis() 1424 ? NULL : wcs, buf, lenfrom, 1); in handle_ellipsis()
|