Searched refs:timeptr (Results 1 - 5 of 5) sorted by relevance

/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
/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/cmd/zdump/
H A Dzdump.c579 dumptime(timeptr)
580 register const struct tm *timeptr;
594 if (timeptr == NULL) {
603 if (timeptr->tm_wday < 0 || timeptr->tm_wday >=
606 else wn = wday_name[timeptr->tm_wday];
607 if (timeptr->tm_mon < 0 || timeptr->tm_mon >=
610 else mn = mon_name[timeptr->tm_mon];
613 timeptr
[all...]
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc1049 time_t mktime(struct tm *timeptr);
1497 const char *format, const struct tm *timeptr);

Completed in 71 milliseconds