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

12

/macosx-10.10/curl-83.1.2/curl/tests/libtest/
H A Dtest613.pl33 utime time, timegm(0,0,12,1,0,100), "plainfile.txt";
40 utime time, timegm(0,0,12,31,11,100), "rofile.txt";
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dtime_.h100 # undef timegm macro
101 # define timegm rpl_timegm macro
102 time_t timegm (struct tm *__tm);
/macosx-10.10/lukemftp-14/tnftp/libnetbsd/
H A Dtimegm.c1 /* $NetBSD: timegm.c,v 1.3 2005/05/11 01:01:56 lukem Exp $ */
53 timegm(struct tm *tm) function
/macosx-10.10/ntp-92/scripts/monitoring/
H A Dtimelocal.pl5 ;# $time = timegm($sec,$min,$hours,$mday,$mon,$year);
41 sub timegm { subroutine
/macosx-10.10/Heimdal-398.1.2/lib/asn1/
H A DNTMakefile112 $(OBJ)\timegm.obj \
287 timegm.c
313 $(OBJ)\check-timegm.exe \
323 check-timegm.exe
348 $(OBJ)\check-timegm.exe: $(OBJ)\check-timegm.obj \
/macosx-10.10/Libc-1044.1.2/include/
H A Dtime.h176 time_t timegm(struct tm * const);
/macosx-10.10/ntp-92/scripts/
H A Dplot_summary.in126 $line = timegm(59, 59, 23, $3, $2 - 1, $1 - 1900, 0, 0, 0);
268 $line = timegm(59, 59, 23, $3, $2 - 1, $1 - 1900, 0, 0, 0);
/macosx-10.10/ntp-92/libntp/
H A Dmktime.c289 timegm( function
/macosx-10.10/webdavfs-367/mount.tproj/
H A Dwebdav_utils.c58 clock = timegm(&tm_temp);
93 clock = timegm(&tm_temp);
/macosx-10.10/bootp-298/IPConfiguration.bproj/
H A DDHCPDUIDIAID.c76 DHCPDUID_epoch = timegm(&tm);
/macosx-10.10/ntp-92/include/
H A Dntp_machine.h492 extern time_t timegm (struct tm *);
/macosx-10.10/PostgreSQL-97/Support/backup_restore/
H A Dxpostgres1104 my $now = timegm( $sec, $min, $hour, $mday, $mon, $year );
1109 $previous_heartbeat = timegm( $sec, $min, $hour, $mday, $mon, $year );
/macosx-10.10/mDNSResponder-561.1.1/mDNSMacOSX/
H A DDNSSECSupport.c286 ta->validFrom = (mDNSu32)timegm(&tm);
300 ta->validUntil = (mDNSu32)timegm(&tm);
/macosx-10.10/lukemftp-14/tnftp/
H A Dtnftp.h418 time_t timegm(struct tm *);
/macosx-10.10/syslog-267/libsystem_asl.tproj/src/
H A Dasl_core.c903 if (tval != NULL) *tval = timegm(&t);
1019 if (tval != NULL) *tval = timegm(&t);
1056 if (tval != NULL) *tval = timegm(&t);
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dapplehelpers.c846 tmptime = timegm(&tmptm);
854 tmptime = timegm(&tmptm);
862 tmptime = timegm(&tmptm);
874 tmptime = timegm(&tmptm);
932 tmptime = timegm(&tmptm);
3005 tmptime = timegm(&tmptm);
3016 tmptime = timegm(&tmptm);
3043 tmptime = timegm(&tmptm);
3054 tmptime = timegm(&tmptm);
/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A DNTMakefile103 $(OBJ)\timegm.obj \
/macosx-10.10/xar-254/xar/lib/
H A Dstat.c675 tv[ATIME].tv_sec = timegm(&t);
684 tv[MTIME].tv_sec = timegm(&t);
/macosx-10.10/Heimdal-398.1.2/kadmin/
H A Dload.c89 *t = timegm(&tm);
/macosx-10.10/Libc-1044.1.2/stdtime/FreeBSD/
H A Dstrptime.c725 t = timegm(tm);
/macosx-10.10/bind9-45.101/bind9/contrib/zkt/
H A Dmisc.c797 sec = timegm (&t);
/macosx-10.10/libsecurity_ldap_dl-55003/lib/
H A DRelation.cpp432 mValue = timegm (&tmStruct);
/macosx-10.10/libarchive-30/libarchive/
H A DCMakeLists.txt410 CHECK_FUNCTION_EXISTS_GLIBC(timegm HAVE_TIMEGM)
/macosx-10.10/WTF-7600.1.24/wtf/
H A DDateMath.cpp398 time_t utcOffset = timegm(&localt) - mktime(&localt);
/macosx-10.10/lukemftp-14/tnftp/src/
H A Dutil.c766 rtime = timegm(&timebuf);

Completed in 736 milliseconds

12