Home
last modified time | relevance | path

Searched refs:timegm (Results 1 – 25 of 44) sorted by relevance

12

/freebsd-9-stable/contrib/ntp/libntp/
Dmktime.c68 #error libntp supplied mktime()/timegm() do not support 64-bit time_t
295 timegm( in timegm() function
/freebsd-9-stable/lib/libc/stdtime/
DSymbol.map28 timegm;
DMakefile.inc21 ctime.3 localtime.3 ctime.3 mktime.3 ctime.3 timegm.3 \
Dstrptime.c694 time_t t = timegm(tm); in strptime_l()
/freebsd-9-stable/contrib/ntp/scripts/
Dplot_summary.in121 $line = timegm(59, 59, 23, $3, $2 - 1, $1 - 1900, 0, 0, 0);
263 $line = timegm(59, 59, 23, $3, $2 - 1, $1 - 1900, 0, 0, 0);
/freebsd-9-stable/contrib/ntp/scripts/monitoring/
Dtimelocal.pl41 sub timegm { subroutine
/freebsd-9-stable/crypto/heimdal/lib/asn1/
DMakefile.in49 TESTS = check-der$(EXEEXT) check-gen$(EXEEXT) check-timegm$(EXEEXT)
113 timegm.lo
324 check-timegm$(EXEEXT)
362 check_timegm_SOURCES = check-timegm.c
363 check_timegm_OBJECTS = check-timegm.$(OBJEXT)
390 check-timegm.c
393 $(dist_check_gen_SOURCES) check-timegm.c
1090 timegm.c
1239 check-timegm$(EXEEXT): $(check_timegm_OBJECTS) $(check_timegm_DEPENDENCIES)
1240 @rm -f check-timegm$(EXEEXT)
DMakefile.am447 TESTS = check-der check-gen check-timegm
493 timegm.c
/freebsd-9-stable/include/
Dtime.h196 time_t timegm(struct tm * const);
/freebsd-9-stable/contrib/ntp/include/
Dntp_machine.h293 extern time_t timegm (struct tm *);
/freebsd-9-stable/usr.sbin/mfiutil/
Dmfi_bbu.c77 basetime = timegm(&tm); in mfi_next_learn_time()
/freebsd-9-stable/contrib/tnftp/
Dtnftp.h416 time_t timegm(struct tm *);
/freebsd-9-stable/usr.sbin/bsnmpd/modules/snmp_hostres/
Dhostres_scalars.c332 if ((t = timegm(&tm_to_set)) == (time_t)-1) in OS_checkSystemDateInput()
/freebsd-9-stable/usr.bin/touch/
Dtouch.c371 tvp[0].tv_sec = isutc ? timegm(&t) : mktime(&t); in stime_darg()
/freebsd-9-stable/usr.sbin/apm/
Dapm.c282 t = timegm(&tm); in print_all_info()
/freebsd-9-stable/contrib/tzcode/zic/
DREADME26 functions, such as timegm, that are not part of the proposed ANSI C standard;
/freebsd-9-stable/usr.sbin/zic/
DREADME26 functions, such as timegm, that are not part of the proposed ANSI C standard;
/freebsd-9-stable/usr.bin/csup/
Dmisc.c246 t = timegm(&tm); in rcsdatetotime()
/freebsd-9-stable/crypto/heimdal/kadmin/
Dload.c91 *t = timegm(&tm); in parse_time_string()
/freebsd-9-stable/kerberos5/lib/libasn1/
DMakefile19 timegm.c \
/freebsd-9-stable/contrib/openbsm/libauditd/
Dauditd_lib.c395 *tstamp = timegm(&tm); in trailname_to_tstamp()
/freebsd-9-stable/crypto/heimdal/cf/
Droken-frag.m4339 timegm \
/freebsd-9-stable/lib/libfetch/
Dftp.c464 t = timegm(&tm); in ftp_stat()
/freebsd-9-stable/contrib/tnftp/src/
Dutil.c759 rtime = timegm(&timebuf); in remotemodtime()
/freebsd-9-stable/crypto/heimdal/lib/roken/
Droken.h.in697 #define timegm rk_timegm macro

12