Searched refs:__posix_asctime_r (Results 1 - 6 of 6) 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));
H A Dctime_r.c119 if (__posix_asctime_r(&res, buffer) == NULL)
/illumos-gate/usr/src/head/
H A Dtime.h247 #pragma redefine_extname asctime_r __posix_asctime_r
252 extern char *__posix_asctime_r(const struct tm *_RESTRICT_KYWD,
259 #define asctime_r __posix_asctime_r
266 return (__posix_asctime_r(__tm, __buf));
/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));
/illumos-gate/usr/src/lib/libc/inc/
H A Dlibc.h147 extern char *__posix_asctime_r(const struct tm *, char *);
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc199 char *__posix_asctime_r(const struct tm *_RESTRICT_KYWD, char *_RESTRICT_KYWD);

Completed in 61 milliseconds