Home
last modified time | relevance | path

Searched refs:STRTOUL (Results 1 – 2 of 2) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libc/time/
Dstrftime.c310 # 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/
DChangeLog-20155091 (STRTOUL): Define differently for building strftime or wcsftime.