Searched refs:timegm (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-9.3-release/lib/libc/stdtime/
H A DMakefile.inc21 ctime.3 localtime.3 ctime.3 mktime.3 ctime.3 timegm.3 \
H A DSymbol.map28 timegm;
H A Dstrptime.c603 time_t t = timegm(tm);
/freebsd-9.3-release/contrib/ntp/scripts/monitoring/
H A Dtimelocal.pl5 ;# $time = timegm($sec,$min,$hours,$mday,$mon,$year);
41 sub timegm { subroutine
/freebsd-9.3-release/contrib/ntp/libntp/
H A Dmktime.c68 #error libntp supplied mktime()/timegm() do not support 64-bit time_t
295 timegm( function
/freebsd-9.3-release/include/
H A Dtime.h196 time_t timegm(struct tm * const);
/freebsd-9.3-release/contrib/ntp/include/
H A Dntp_machine.h293 extern time_t timegm (struct tm *);
/freebsd-9.3-release/contrib/ntp/scripts/
H A 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.3-release/usr.sbin/mfiutil/
H A Dmfi_bbu.c77 basetime = timegm(&tm);
/freebsd-9.3-release/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_scalars.c332 if ((t = timegm(&tm_to_set)) == (time_t)-1)
/freebsd-9.3-release/contrib/tnftp/
H A Dtnftp.h416 time_t timegm(struct tm *);
/freebsd-9.3-release/usr.bin/touch/
H A Dtouch.c371 tvp[0].tv_sec = isutc ? timegm(&t) : mktime(&t);
/freebsd-9.3-release/usr.sbin/apm/
H A Dapm.c282 t = timegm(&tm);
/freebsd-9.3-release/crypto/heimdal/kadmin/
H A Dload.c91 *t = timegm(&tm);
/freebsd-9.3-release/usr.bin/csup/
H A Dmisc.c246 t = timegm(&tm);
/freebsd-9.3-release/contrib/openbsm/libauditd/
H A Dauditd_lib.c395 *tstamp = timegm(&tm);
/freebsd-9.3-release/kerberos5/lib/libasn1/
H A DMakefile19 timegm.c \
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Droken.h.in697 #define timegm rk_timegm
/freebsd-9.3-release/contrib/tnftp/src/
H A Dutil.c759 rtime = timegm(&timebuf);
H A Dfetch.c960 mtime = timegm(&parsed);
/freebsd-9.3-release/lib/libfetch/
H A Dftp.c464 t = timegm(&tm);
H A Dhttp.c893 *mtime = timegm(&tm);
/freebsd-9.3-release/contrib/tzcode/stdtime/
H A Dlocaltime.c2163 timegm(tmp) function
/freebsd-9.3-release/crypto/heimdal/lib/hdb/
H A Dhdb-ldap.c367 *kt = timegm(&tm);
/freebsd-9.3-release/usr.sbin/newsyslog/
H A Dnewsyslog.c1567 if ((oldlogs[logcnt].t = timegm(&tm)) == -1)

Completed in 209 milliseconds

12