Searched refs:asctime_r (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Dctime_r.c101 if (asctime_r(&res, buffer, buflen) == NULL)
H A Dctime.c105 * 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
H A Dlocaltime.c2017 (void) asctime_r(gmtime_r(&sp->ats[i], &tmp),
/osnet-11/usr/src/lib/libc/port/
H A Dllib-lc370 char *asctime_r(const struct tm *, char *, int);

Completed in 24 milliseconds