Home
last modified time | relevance | path

Searched defs:returnStr (Results 1 – 4 of 4) sorted by relevance

/third_party/musl/libc-test/src/functionalext/time/
Dctime.c41 char *returnStr = ctime(&gTime); in ctime_0100() local
67 char *returnStr = __ctime64(&gTime); in ctime64_0100() local
Dctime_r.c43 char *returnStr = ctime_r(&gTime, s); in ctime_r_0100() local
71 char *returnStr = __ctime64_r(&gTime, s); in ctime64_r_0100() local
Dasctime.c45 char *returnStr = asctime(timeptr); in asctime_0100() local
Dasctime_r.c59 char *returnStr = asctime_r(timeptr, s); in asctime_r_0100() local