Searched refs:STRCPY (Results 1 – 3 of 3) sorted by relevance
/picolibc-latest/newlib/libc/machine/aarch64/ |
D | strcpy.S | 66 # define STRCPY stpcpy macro 69 # define STRCPY strcpy macro 81 ENTRY (STRCPY) 183 END (STRCPY)
|
/picolibc-latest/newlib/libc/time/ |
D | strftime.c | 310 # define STRCPY(a,b) strcpy((a),(b)) macro 322 # define STRCPY(a,b) wcscpy((a),(b)) macro 669 STRCPY (buf, adi->digit[num]); in conv_to_alt_digits() 945 STRCPY (fmt, CQ("Y-%m-%d")); in __strftime() 1012 STRCPY (fmt, CQ(".*u")); in __strftime() 1255 STRCPY (fmt, CQ("%e-%b-%")); in __strftime() 1272 STRCPY (fmt, CQ("Y")); in __strftime() 1364 STRCPY (fmt, CQ(".*u")); in __strftime()
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 5092 (STRCPY): Ditto.
|