Searched refs:l2 (Results 1 – 3 of 3) sorted by relevance
13 locale_t l2; in main() local25 l2 = duplocale (l); in main()26 if (l2 == NULL) in main()33 result |= do_test (l2); in main()
131 const struct lines *l2 = (const struct lines *) ptr2; in xstrcoll() local133 return strcoll (l1->key, l2->key); in xstrcoll()
177 const struct lines *l2 = (const struct lines *) ptr2; in xstrcmp() local179 return strcmp (l1->xfrm, l2->xfrm); in xstrcmp()
Completed in 4 milliseconds