Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/time/
A Dtime.c477 struct tm xtm; in ctime() local
478 memset(&xtm, 0, sizeof(xtm)); in ctime()
480 return asctime(localtime_r(t, &xtm)); in ctime()
489 struct tm xtm; in libc_hidden_def() local
491 return asctime_r(localtime_r(t, &xtm), buf); in libc_hidden_def()

Completed in 5 milliseconds