Home
last modified time | relevance | path

Searched refs:__posix_asctime_r (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/lib/libc/port/gen/
H A Dctime.c109 __posix_asctime_r(const struct tm *t, char *cbuf) in __posix_asctime_r() function
159 return (__posix_asctime_r(t, cbuf)); in asctime_r()
173 return (__posix_asctime_r(p, cbuf)); in ctime()
183 return (__posix_asctime_r(t, cbuf)); in asctime()
H A Dctime_r.c119 if (__posix_asctime_r(&res, buffer) == NULL) in __posix_ctime_r()
/titanic_50/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)); in asctime_r()
/titanic_50/usr/src/cmd/mdb/common/libstand/
H A Dctime.c157 __posix_asctime_r(const struct tm *t, char *cbuf) in __posix_asctime_r() function
211 return (__posix_asctime_r(t, cbuf)); in asctime_r()
/titanic_50/usr/src/lib/libc/inc/
H A Dlibc.h147 extern char *__posix_asctime_r(const struct tm *, char *);
/titanic_50/usr/src/lib/libc/port/
H A Dmapfile-vers1464 __posix_asctime_r;
H A Dllib-lc198 char *__posix_asctime_r(const struct tm *_RESTRICT_KYWD, char *_RESTRICT_KYWD);