Searched refs:xtm (Results 1 – 1 of 1) sorted by relevance
477 struct tm xtm; in ctime() local478 memset(&xtm, 0, sizeof(xtm)); in ctime()480 return asctime(localtime_r(t, &xtm)); in ctime()489 struct tm xtm; in libc_hidden_def() local491 return asctime_r(localtime_r(t, &xtm), buf); in libc_hidden_def()
Completed in 5 milliseconds