Searched refs:asctime_r (Results 1 – 12 of 12) sorted by relevance
/titanic_50/usr/src/head/ |
H A D | time.h | 247 #pragma redefine_extname asctime_r __posix_asctime_r 248 extern char *asctime_r(const struct tm *_RESTRICT_KYWD, char *_RESTRICT_KYWD); 259 #define asctime_r __posix_asctime_r macro 264 asctime_r(const struct tm *_RESTRICT_KYWD __tm, char *_RESTRICT_KYWD __buf) in asctime_r() function 280 extern char *asctime_r(const struct tm *, char *, int);
|
/titanic_50/usr/src/cmd/mdb/common/libstand/ |
H A D | ctime.c | 205 asctime_r(const struct tm *t, char *cbuf, int buflen) in asctime_r() function 226 return (asctime_r(t, cbuf, CBUFSIZ)); in asctime()
|
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | ctime_r.c | 101 if (asctime_r(&res, buffer, buflen) == NULL) in ctime_r()
|
H A D | ctime.c | 153 asctime_r(const struct tm *t, char *cbuf, int buflen) in asctime_r() function
|
H A D | localtime.c | 1708 (void) asctime_r(gmtime_r(&sp->ats[i], &tmp), in print_state()
|
/titanic_50/usr/src/cmd/latencytop/common/ |
H A D | util.c | 119 (void) asctime_r(&tms, buffer, len); in lt_time_str()
|
/titanic_50/usr/src/lib/c_synonyms/ |
H A D | syn_common | 69 asctime_r
|
/titanic_50/usr/src/man/man3c/ |
H A D | Makefile | 581 asctime_r.3c \ 1584 asctime_r.3c := LINKSRC = ctime.3c
|
/titanic_50/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 2065 asctime_r;
|
H A D | llib-lc | 345 char *asctime_r(const struct tm *, char *, int);
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-library.man3c.inc | 577 link path=usr/share/man/man3c/asctime_r.3c target=ctime.3c
|
/titanic_50/ |
H A D | .gitignore | 4713 usr/src/man/man3c/asctime_r.3c
|