Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/time/
Dstrftime.c586 # define ALT_STRCPY(a,b) wcscpy((a),(b)) in get_alt_digits() macro
591 # define ALT_STRCPY(a,b) strcpy((a),(b)) in get_alt_digits() macro
637 ALT_STRCPY (adi->buffer, alt_digits); in get_alt_digits()