Searched refs:ul (Results 1 – 6 of 6) sorted by relevance
/stdlib/ |
A D | l64a.c | 43 if (m == 0ul) in l64a() 47 for (cnt = 0; m > 0ul; ++cnt) in l64a()
|
A D | tst-strtoll.c | 355 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 D | tst-strtol.c | 580 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 D | a64l.c | 41 unsigned long int result = 0ul; in a64l()
|
A D | tst-strtol-locale-main.c | 63 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 D | msort.c | 193 phys_pages = (long int) (~0ul >> 1); in __qsort_r()
|
Completed in 11 milliseconds