Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/newlib/libc/time/
Dstrftime.c586 # define ALT_STRCHR(a,b) wcschr((a),(b)) in get_alt_digits() macro
591 # define ALT_STRCHR(a,b) strchr((a),(b)) in get_alt_digits() macro
604 for (a = alt_digits; (e = ALT_STRCHR (a, ';')) != NULL; a = e + 1) in get_alt_digits()