Searched refs:STRTOUL (Results 1 – 2 of 2) sorted by relevance
/picolibc-3.7.0-3.6.0/newlib/libc/time/ |
D | strftime.c | 310 # define STRTOUL(c,p,b) strtoul((c),(p),(b)) macro 322 # define STRTOUL(c,p,b) wcstoul((c),(p),(b)) macro 725 width = STRTOUL (format, &fp, 10); in __strftime()
|
/picolibc-3.7.0-3.6.0/newlib/ |
D | ChangeLog-2015 | 5091 (STRTOUL): Define differently for building strftime or wcsftime.
|