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

/illumos-gate/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));
/illumos-gate/usr/src/cmd/mdb/common/libstand/
H A Dctime.c157 __posix_asctime_r(const struct tm *t, char *cbuf) function
211 return (__posix_asctime_r(t, cbuf));

Completed in 44 milliseconds