Searched refs:__posix_asctime_r (Results 1 - 4 of 4) 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));
H A Dctime_r.c119 if (__posix_asctime_r(&res, buffer) == NULL)
/osnet-11/usr/src/lib/libc/inc/
H A Dlibc.h146 extern char *__posix_asctime_r(const struct tm *, char *);
/osnet-11/usr/src/lib/libc/port/
H A Dllib-lc210 char *__posix_asctime_r(const struct tm *_RESTRICT_KYWD, char *_RESTRICT_KYWD);

Completed in 29 milliseconds