Searched defs:timeptr (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libunistat/common/
H A Dspcs_log.c109 static char timeptr[20]; local
113 cftime(timeptr, "%b %d %T", &tnow);
114 return (timeptr);
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/os/
H A Dc_ustime.c55 struct _timeb timeptr; local
56 _ftime(&timeptr);
57 n->sec = timeptr.time;
58 n->usec = timeptr.millitm * 1000;
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dwcsftime.c62 const struct tm *timeptr)
101 if (strftime(dst, maxsize, sformat, timeptr) == 0)
123 const struct tm *timeptr)
136 rv = __wcsftime_xpg5(wcs, maxsize, wfmt, timeptr);
61 __wcsftime_xpg5(wchar_t *wcs, size_t maxsize, const wchar_t *format, const struct tm *timeptr) argument
122 wcsftime(wchar_t *wcs, size_t maxsize, const char *format, const struct tm *timeptr) argument

Completed in 60 milliseconds