Searched refs:mktime (Results 1 - 25 of 71) sorted by relevance

123

/freebsd-10.0-release/lib/libc/stdtime/
H A DMakefile.inc21 ctime.3 localtime.3 ctime.3 mktime.3 ctime.3 timegm.3 \
H A DSymbol.map26 mktime;
/freebsd-10.0-release/crypto/heimdal/lib/roken/
H A Dtm2time.c53 t = mktime (&tm);
56 t += t - mktime (gmtime (&t));
/freebsd-10.0-release/contrib/libstdc++/include/c_std/
H A Dstd_ctime.h56 #undef mktime macro
72 using ::mktime;
/freebsd-10.0-release/sbin/dump/
H A Dunctime.c55 return (mktime(&then));
/freebsd-10.0-release/contrib/libstdc++/include/c_compatibility/
H A Dtime.h38 #undef mktime macro
52 using std::mktime;
/freebsd-10.0-release/contrib/ldns/compat/
H A Dtimegm.c21 ret = mktime(tm);
/freebsd-10.0-release/usr.bin/calendar/
H A Dday.c114 (int)mktime(&tm), (int)t, asctime(&tm));
116 return (mktime(&tm));
H A Dpom.c134 tt = mktime(&tmd_today);
144 tt = mktime(&tmd_tomorrow);
/freebsd-10.0-release/contrib/wpa/src/utils/
H A Dos_win32.c70 t_local = mktime(&tm);
75 t1 = mktime(tm1);
78 t2 = mktime(tm1);
H A Dos_unix.c83 t_local = mktime(&tm);
88 t1 = mktime(tm1);
91 t2 = mktime(tm1);
/freebsd-10.0-release/tools/tools/prstats/
H A Dprstats.pl35 use POSIX qw(isatty mktime strftime tzset);
89 return mktime($second, $minute, $hour, $day, $month - 1, $year - 1900);
319 # Perl lacks strptime(), and its mktime() doesn't accept a
350 graph_open_prs(&DATFILE, "drive.png", mktime(0, 0, 0, 29, 4, 101), $NOW,
/freebsd-10.0-release/usr.bin/touch/
H A Dtouch.c290 tvp[0].tv_sec = tvp[1].tv_sec = mktime(t);
323 tvp[0].tv_sec = tvp[1].tv_sec = mktime(t);
366 tvp[0].tv_sec = isutc ? timegm(&t) : mktime(&t);
/freebsd-10.0-release/usr.sbin/pw/
H A Dpsdate.c220 dt = mktime(T);
224 dt = mktime(T);
292 dt = mktime(T);
/freebsd-10.0-release/contrib/file/
H A Dcdf_time.c137 ts->tv_sec = mktime(&tm);
/freebsd-10.0-release/include/
H A Dtime.h151 time_t mktime(struct tm *);
/freebsd-10.0-release/usr.bin/chpass/
H A Dutil.c135 if ((tval = mktime(lt)) < 0)
/freebsd-10.0-release/usr.sbin/ntp/libntp/
H A DMakefile19 mfptoa.c mfptoms.c mktime.c modetoa.c \
/freebsd-10.0-release/sbin/adjkerntz/
H A Dadjkerntz.c183 localsec = mktime(&local);
235 localsec = mktime(&local);
/freebsd-10.0-release/usr.sbin/newsyslog/
H A Dptimes.c397 * routine should not call mktime to set ptime.tsecs.
409 * Before calling mktime, check to see if we ended up with a
411 * If we did call mktime with that info, then mktime will
421 * but we need to avoid mktime resetting all the
431 ptime->tsecs = mktime(&temp_tm);
447 ptime->tsecs = mktime(&ptime->tm);
547 nextmatch.tsecs = mktime(&nextmatch.tm);
/freebsd-10.0-release/contrib/ntp/libntp/
H A Dmktime.c39 * This implementation of mktime is lifted straight from the NetBSD (BSD 4.4)
44 * it to mktime.
58 * and your vendor doesn't supply mktime(), you'll have to edit this variable
97 ** The "best" way to do mktime I think is based on an idea of Bob
279 mktime( function
/freebsd-10.0-release/contrib/ntp/ntpd/
H A Drefclock_pcf.c161 t = mktime(&tm);
/freebsd-10.0-release/contrib/openbsm/bin/auditreduce/
H A Dauditreduce.c635 p_atime = mktime(&tm);
648 p_btime = mktime(&tm);
668 p_atime = mktime(&tm);
674 p_btime = mktime(&tm);
/freebsd-10.0-release/games/pom/
H A Dpom.c132 tt = mktime(&tmd);
/freebsd-10.0-release/lib/libutil/
H A Dlogin_times.c128 *ends = mktime(tt);

Completed in 136 milliseconds

123