Searched refs:gmtime (Results 1 - 25 of 123) sorted by relevance

12345

/macosx-10.9.5/lukemftp-13.92.1/tnftp/libnetbsd/
H A Dtimegm.c63 /* save value in case *tm is overwritten by gmtime() */
66 tm2 = gmtime(&t);
89 tm2 = gmtime(&t);
96 || (t += 2, tm2 = gmtime(&t), tm2->tm_sec == sec)
97 || (t -= 4, tm2 = gmtime(&t), tm2->tm_sec == sec)
98 || (t += 3, tm2 = gmtime(&t), tm2->tm_sec == sec)
99 || (t -= 2, tm2 = gmtime(&t), tm2->tm_sec == sec))
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dgettimeofday.c63 /* Same as above, since gmtime and localtime use the same buffer. */
65 gmtime (time_t const *timep) function
67 #undef gmtime macro
68 extern struct tm *gmtime (time_t const *);
69 struct tm *tm = gmtime (timep);
H A Dtime_r.c40 return copy_tm_result (tp, gmtime (t));
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dtm2time.c56 t += t - mktime (gmtime (&t));
H A Dstrpftime-test.c238 tm = gmtime (&tests[i].t);
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dgmt2local.c43 * Use gmtime() and localtime() to keep things simple.
55 *gmt = *gmtime(&t);
/macosx-10.9.5/apache-786.1/httpd/test/
H A Dcls.c157 ts = *gmtime(&date);
164 ts = *gmtime(&lmod);
171 ts = *gmtime(&expire);
/macosx-10.9.5/ntp-88/libntp/
H A Duglydate.c29 tm = gmtime(&sec);
H A Dmktime.c231 mytm = *gmtime(&t);
252 *tmp = *gmtime(&t);
H A Dprettydate.c28 implementations of 'gmtime()' / 'localtime()' that cannot work with a
31 Apart from that we're assuming that the localtime/gmtime library functions
43 ** localtime() and gmtime() if we have trouble. Of course this will play
45 ** but as we NEED a proper conversion to dates via gmtime() we should try to
102 ** The MSDN says that the (Microsoft) Windoze versions of 'gmtime()'
115 while ( (tm = (*(local ? localtime : gmtime))(&t)) == 0)
117 ** 'gmtime()' and 'localtime()' somewhere out there. No matter
/macosx-10.9.5/emacs-92/emacs/src/s/
H A Dvms.h164 #define gmtime sys_gmtime
163 #define gmtime macro
/macosx-10.9.5/CPANInternal-140/Tree-DAG_Node/t/
H A D00_about_verbose.t65 scalar(gmtime), scalar(localtime);
/macosx-10.9.5/bind9-45.100/bind9/contrib/
H A Dcheck-secure-delegation.pl.in34 $now = strftime "%Y%m%d%H%M%S", gmtime;
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dtime.c118 tm = gmtime (&t);
/macosx-10.9.5/emacs-92/emacs/mac/inc/
H A Ds-mac.h294 #define gmtime sys_gmtime macro
/macosx-10.9.5/man-16/man/man2html/
H A Dcgibase.c91 timetm=gmtime(&clock);
/macosx-10.9.5/postfix-252/postfix/src/global/
H A Dmail_date.c81 gmt = *gmtime(&when);
/macosx-10.9.5/rsync-42/rsync/
H A Dtls.c96 mt = gmtime(&buf.st_mtime);
/macosx-10.9.5/Libc-997.90.3/include/
H A Dtime.h129 struct tm *gmtime(const time_t *);
/macosx-10.9.5/ntp-88/ntpd/
H A Drefclock_dumbclock.c149 tm_time_p = gmtime(&now);
295 if ((gmtp = gmtime (&asserted_time)) == NULL)
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_utils/
H A DcuTimeStr.cpp180 /* protects time(), gmtime() */
193 utc = *gmtime(&baseTime);
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_x509_tp/lib/
H A DtpTime.c276 utc = *gmtime(&baseTime);
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_utils/lib/
H A DcuTimeStr.cpp180 /* protects time(), gmtime() */
193 utc = *gmtime(&baseTime);
/macosx-10.9.5/adv_cmds-153/finger/
H A Dsprint.c175 delta = gmtime(&w->idletime);
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/test/
H A Dtestdate.c126 tms = gmtime(&ls);

Completed in 153 milliseconds

12345