/freebsd/crypto/heimdal/lib/roken/ |
H A D | tm2time.c | 53 t = mktime (&tm); in tm2time() 56 t += t - mktime (gmtime (&t)); in tm2time()
|
/freebsd/usr.sbin/pw/ |
H A D | psdate.c | 211 dt = mktime(T); in parse_date() 215 dt = mktime(T); in parse_date() 251 dt = mktime(T); in parse_date()
|
/freebsd/usr.bin/calendar/ |
H A D | day.c | 104 (int)mktime(&tm), (int)t, asctime(&tm)); in Mktime() 106 return (mktime(&tm)); in Mktime()
|
H A D | pom.c | 122 tt = mktime(&tmd_today); in fpom() 132 tt = mktime(&tmd_tomorrow); in fpom()
|
/freebsd/contrib/wpa/src/utils/ |
H A D | os_win32.c | 82 t_local = mktime(&tm); in os_mktime() 87 t1 = mktime(tm1); in os_mktime() 90 t2 = mktime(tm1); in os_mktime()
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | ctime | 35 time_t mktime(tm* timeptr); 73 using ::mktime _LIBCPP_USING_IF_EXISTS;
|
/freebsd/usr.bin/touch/ |
H A D | touch.c | 267 tvp[0].tv_sec = tvp[1].tv_sec = mktime(t); in stime_arg1() 302 tvp[0].tv_sec = tvp[1].tv_sec = mktime(t); in stime_arg2() 346 tvp[0].tv_sec = isutc ? timegm(&t) : mktime(&t); in stime_darg()
|
/freebsd/sbin/dump/ |
H A D | unctime.c | 49 return (mktime(&then)); in unctime()
|
/freebsd/contrib/ntp/libntp/ |
H A D | mktime.c | 68 #error libntp supplied mktime()/timegm() do not support 64-bit time_t 284 mktime( in mktime() function
|
/freebsd/contrib/ldns/compat/ |
H A D | timegm.c | 21 ret = mktime(tm); in timegm()
|
/freebsd/lib/libc/stdtime/ |
H A D | Symbol.map | 23 mktime;
|
H A D | Makefile.inc | 27 ctime.3 localtime.3 ctime.3 mktime.3 ctime.3 timegm.3 \
|
/freebsd/sbin/adjkerntz/ |
H A D | adjkerntz.c | 175 localsec = mktime(&local); in main() 227 localsec = mktime(&local); in main()
|
/freebsd/crypto/openssl/test/ |
H A D | cmp_hdr_test.c | 184 * directly to mktime in a mingw 32 bit build gives unexpected results. To in execute_HDR_update_messageTime_test() 188 before = mktime(&tmptm); in execute_HDR_update_messageTime_test() 195 hdrtime = mktime(&hdrtm); in test_HDR_update_messageTime() 201 after = mktime(&tmptm); in execute_HDR_set1_senderKID_test()
|
/freebsd/contrib/openbsm/bin/auditreduce/ |
H A D | auditreduce.c | 672 p_atime = mktime(&tm); in main() 685 p_btime = mktime(&tm); in main() 705 p_atime = mktime(&tm); in main() 711 p_btime = mktime(&tm); in main()
|
/freebsd/usr.sbin/newsyslog/ |
H A D | ptimes.c | 440 ptime->tsecs = mktime(&temp_tm); in ptime_relparse() 456 ptime->tsecs = mktime(&ptime->tm); in ptime_relparse() 625 nextmatch.tsecs = mktime(&nextmatch.tm); in ptimeset_nxtime()
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | ctime.inc | 24 using ::mktime _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | ctime.cppm |
|
H A D | ctime.inc | 24 using std::mktime _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/ntp/sntp/libopts/ |
H A D | time.c | 120 tm = mktime(&stm); in optionTimeDate()
|
/freebsd/usr.bin/chpass/ |
H A D | util.c | 130 if ((tval = mktime(lt)) < 0) in atot()
|
/freebsd/contrib/tzcode/ |
H A D | private.h | 640 # undef mktime 641 # define mktime tz_mktime 721 time_t mktime(struct tm *); 922 not relied upon. Defining it to 0 lets mktime access parts of 925 mktime likely infer a better value. */ 626 # define mktime tz_mktime global() macro
|
/freebsd/contrib/netbsd-tests/lib/libc/time/ |
H A D | t_mktime.c | 75 t = mktime(&tms); in ATF_TC_BODY()
|
/freebsd/include/ |
H A D | time.h | 126 time_t mktime(struct tm *);
|
/freebsd/usr.bin/at/ |
H A D | parsetime.c | 319 if (mktime(tm) < 0) in plus_or_minus() 665 runtimer = mktime(&runtime); in parsetime()
|