Home
last modified time | relevance | path

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

/stdlib/
A Dl64a.c43 if (m == 0ul) in l64a()
47 for (cnt = 0; m > 0ul; ++cnt) in l64a()
A Dtst-strtoll.c355 unsigned long long int ul; in do_test() local
358 ul = strtoull (lt->str, &ep, lt->base); in do_test()
362 if (ul == lt->expect && *ep == lt->left && save_errno == lt->err) in do_test()
367 if (ul != lt->expect) in do_test()
369 ul, lt->expect); in do_test()
A Dtst-strtol.c580 unsigned long int ul; in do_test() local
583 ul = strtoul (lt->str, &ep, lt->base); in do_test()
587 if (ul == lt->expect && *ep == lt->left && save_errno == lt->err) in do_test()
592 if (ul != lt->expect) in do_test()
594 ul, lt->expect); in do_test()
A Da64l.c41 unsigned long int result = 0ul; in a64l()
A Dtst-strtol-locale-main.c63 TEST (loc, s, i, ul, unsigned long int, "%lu"); in test_one_locale()
69 TEST (loc, s, i, ul, unsigned long int, "%lu"); in test_one_locale()
A Dmsort.c193 phys_pages = (long int) (~0ul >> 1); in __qsort_r()

Completed in 11 milliseconds