Searched refs:mktime (Results 26 - 44 of 44) sorted by relevance

12

/illumos-gate/usr/src/cmd/cron/
H A Dat.c348 when = mktime(ct);
984 if ((when = mktime(&tm)) == -1)
H A Dcron.c1627 * date/time is not altered by mktime, it is the
1785 * mktime returns clock for the current time zone. If the
1789 * mktime returns the time in PST, but 1:30am in PDT comes
1814 * mktime has set different time/date for the given date.
1981 if ((ret = mktime(tmp)) == (time_t)-1) {
1985 crabort("internal error: mktime failed",
/illumos-gate/usr/src/lib/print/libipp-core/common/
H A Dread.c492 v = mktime(&tm);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dpiclsmc.c562 time = mktime(&tm1);
/illumos-gate/usr/src/cmd/fruadm/
H A Dfruadm.c482 time_data = (uint64_t)mktime(sp_tm);
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_dtime.c169 *t = mktime(&then);
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dcertgetsetop.c1722 if (((t_notbefore = mktime(&tm_tmp)) == (time_t)(-1)) &&
1738 if (((t_notafter = mktime(&tm_tmp)) == (time_t)(-1)) &&
H A Dcertop.c2807 t_now = mktime(gmt);
/illumos-gate/usr/src/cmd/passmgmt/
H A Dpassmgmt.c425 if ((date = mktime(tm_ptr)) < 0) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dparms.c481 if ((*tp = mktime(&tm)) == -1) {
/illumos-gate/usr/src/cmd/power/
H A Dpowerd.c632 start_of_day = mktime(&tmp_time);
/illumos-gate/usr/src/lib/libast/
H A DMakefile.com96 common/comp/mktime.o \
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_utils.c2478 (mktime(&gmt_tm) != -1)) {
2533 (mktime(&gmt_tm) == -1)) {
/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.c1543 return (mktime(&tdate));
/illumos-gate/usr/src/cmd/fm/fmdump/common/
H A Dfmdump.c226 * interpreted as a local time and is converted to a timeval using mktime(3C).
347 tvp->tv_sec = mktime(&tm);
354 * If our mktime() set tm_isdst, adjust the result for DST by
/illumos-gate/usr/src/lib/libtecla/common/
H A Dhistory.c1368 *timestamp = mktime(&t);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dlocaltime.c316 static int cached_year; /* mktime() perf. enhancement */
317 static long long cached_secs_since_1970; /* mktime() perf. */
318 static int year_is_cached = FALSE; /* mktime() perf. */
678 * extern global zone state variables. (See mktime(3C)).
692 /* mktime leaves errno unchanged if no error is encountered */
732 * If called from mktime(), then we need to do the TZ
834 mktime(struct tm *tmptr) function
/illumos-gate/usr/src/man/man3c/
H A DMakefile243 mktime.3c \
2340 timegm.3c := LINKSRC = mktime.3c
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc1049 time_t mktime(struct tm *timeptr);

Completed in 328 milliseconds

12