Searched refs:__posix_asctime_r (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | ctime.c | 109 __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 D | ctime_r.c | 119 if (__posix_asctime_r(&res, buffer) == NULL) in __posix_ctime_r()
|
/titanic_50/usr/src/head/ |
H A D | time.h | 247 #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 D | ctime.c | 157 __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 D | libc.h | 147 extern char *__posix_asctime_r(const struct tm *, char *);
|
/titanic_50/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 1464 __posix_asctime_r;
|
H A D | llib-lc | 198 char *__posix_asctime_r(const struct tm *_RESTRICT_KYWD, char *_RESTRICT_KYWD);
|