Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/time/
Dstrftime.c585 # define ALT_STRCHR(a,b) wcschr((a),(b)) in get_alt_digits() macro
590 # define ALT_STRCHR(a,b) strchr((a),(b)) in get_alt_digits() macro
603 for (a = alt_digits; (e = ALT_STRCHR (a, ';')) != NULL; a = e + 1) in get_alt_digits()