Searched defs:__posix_asctime_r (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Dctime.c109 __posix_asctime_r(const struct tm *t, char *cbuf) function
159 return (__posix_asctime_r(t, cbuf));
173 return (__posix_asctime_r(p, cbuf));
183 return (__posix_asctime_r(t, cbuf));

Completed in 24 milliseconds