Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/time/
Dstrftime.c309 # define STRTOUL(c,p,b) strtoul((c),(p),(b)) macro
321 # define STRTOUL(c,p,b) wcstoul((c),(p),(b)) macro
724 width = STRTOUL (format, &fp, 10); in __strftime()
/picolibc-latest/newlib/
DChangeLog-20155091 (STRTOUL): Define differently for building strftime or wcsftime.