Searched defs:asctime_r (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | ctime.c | 105 * POSIX.1c standard version of the function asctime_r. 106 * User gets it via static asctime_r from the header file. 149 * POSIX.1c Draft-6 version of the function asctime_r. 153 asctime_r(const struct tm *t, char *cbuf, int buflen) function
|
/illumos-gate/usr/src/head/ |
H A D | time.h | 204 * ctime_r() & asctime_r() prototypes are defined here. 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) function 280 extern char *asctime_r(const struct tm *, char *, int);
|
/illumos-gate/usr/src/cmd/mdb/common/libstand/ |
H A D | ctime.c | 153 * POSIX.1c standard version of the function asctime_r. 154 * User gets it via static asctime_r from the header file. 201 * POSIX.1c Draft-6 version of the function asctime_r. 205 asctime_r(const struct tm *t, char *cbuf, int buflen) function 226 return (asctime_r(t, cbuf, CBUFSIZ));
|
/illumos-gate/usr/src/man/man3c/ |
H A D | Makefile | 582 asctime_r.3c \ 1578 asctime_r.3c := LINKSRC = ctime.3c
|
Completed in 69 milliseconds