Home
last modified time | relevance | path

Searched refs:asctime_r (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/head/
H A Dtime.h247 #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);
/illumos-gate/usr/src/cmd/mdb/common/libstand/
H A Dctime.c205 asctime_r(const struct tm *t, char *cbuf, int buflen) in asctime_r() function
226 return (asctime_r(t, cbuf, CBUFSIZ)); in asctime()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dctime_r.c99 if (asctime_r(&res, buffer, buflen) == NULL) in ctime_r()
H A Dctime.c151 asctime_r(const struct tm *t, char *cbuf, int buflen) in asctime_r() function
H A Dlocaltime.c1708 (void) asctime_r(gmtime_r(&sp->ats[i], &tmp), in print_state()
/illumos-gate/usr/src/boot/include/
H A Dtime.h181 char *asctime_r(const struct tm *, char *);
/illumos-gate/usr/src/cmd/latencytop/common/
H A Dutil.c119 (void) asctime_r(&tms, buffer, len); in lt_time_str()
/illumos-gate/usr/src/lib/c_synonyms/
H A Dsyn_common69 asctime_r
/illumos-gate/usr/src/man/man3c/
H A DMakefile603 asctime_r.3c \
1658 asctime_r.3c := LINKSRC = ctime.3c
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers2357 asctime_r;
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3c.inc71 link path=usr/share/man/man3c/asctime_r.3c target=ctime.3c