Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/zdump/
H A Dzdump.c579 dumptime(timeptr) in dumptime() argument
580 register const struct tm *timeptr; in dumptime()
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->tm_mday, timeptr->tm_hour,
614 timeptr->tm_min, timeptr->tm_sec);
616 trail = timeptr->tm_year % DIVISOR + TM_YEAR_BASE % DIVISOR;
[all …]
/titanic_44/usr/src/uts/common/gssapi/mechs/krb5/krb5/os/
H A Dc_ustime.c55 struct _timeb timeptr; in get_time_now() local
56 _ftime(&timeptr); in get_time_now()
57 n->sec = timeptr.time; in get_time_now()
58 n->usec = timeptr.millitm * 1000; in get_time_now()
/titanic_44/usr/src/lib/libc/port/locale/
H A Dwcsftime.c62 const struct tm *timeptr) in __wcsftime_xpg5() argument
101 if (strftime(dst, maxsize, sformat, timeptr) == 0) in __wcsftime_xpg5()
123 const struct tm *timeptr) in wcsftime() argument
136 rv = __wcsftime_xpg5(wcs, maxsize, wfmt, timeptr); in wcsftime()
/titanic_44/usr/src/lib/libunistat/common/
H A Dspcs_log.c109 static char timeptr[20]; in spcstime() local
113 cftime(timeptr, "%b %d %T", &tnow); in spcstime()
114 return (timeptr); in spcstime()
/titanic_44/usr/src/lib/libc/port/
H A Dllib-lc1044 time_t mktime(struct tm *timeptr);
1492 const char *format, const struct tm *timeptr);