Searched refs:strtoimax (Results 1 – 3 of 3) sorted by relevance
| /timezone/ |
| A D | private.h | 302 # define strtoimax strtoll macro 311 # ifndef strtoimax 312 # define strtoimax strtol macro
|
| A D | zdump.c | 463 lo = strtoimax(cutarg, &loend, 10); in main() 468 && (hi = strtoimax(loend + 1, &hiend, 10), in main() 483 lo = strtoimax(cuttimes, &loend, 10); in main() 492 && (hi = strtoimax(loend + 1, &hiend, 10), in main()
|
| A D | zic.c | 637 lo = strtoimax (timerange + 1, &lo_end, 10); in timerange_option() 644 hi = strtoimax (lo_end + 2, &hi_end, 10); in timerange_option()
|
Completed in 16 milliseconds