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

1234

/freebsd-10.2-release/contrib/ldns/compat/
H A Dgmtime_r.c12 *result = *gmtime(timep);
/freebsd-10.2-release/contrib/libstdc++/include/c_std/
H A Dstd_ctime.h60 #undef gmtime macro
76 using ::gmtime;
/freebsd-10.2-release/contrib/file/src/
H A Dgmtime_r.c14 struct tm *tmp = gmtime(t);
/freebsd-10.2-release/contrib/libstdc++/include/c_compatibility/
H A Dtime.h42 #undef gmtime macro
56 using std::gmtime;
/freebsd-10.2-release/crypto/heimdal/lib/roken/
H A Dtm2time.c56 t += t - mktime (gmtime (&t));
H A Dstrpftime-test.c238 tm = gmtime (&tests[i].t);
/freebsd-10.2-release/contrib/tcpdump/
H A Dgmt2local.c43 * Use gmtime() and localtime() to keep things simple.
55 *gmt = *gmtime(&t);
/freebsd-10.2-release/contrib/openbsm/bsm/
H A Dauditd_lib.h50 !strftime((b), (l), "%Y%m%d%H%M%S", gmtime(&(t)) ) ) ? -1 : 0
/freebsd-10.2-release/contrib/ntp/libntp/
H A Duglydate.c30 tm = gmtime(&sec);
H A Dmktime.c236 mytm = *gmtime(&t);
257 *tmp = *gmtime(&t);
H A Dprettydate.c34 * really buggy implementations of 'gmtime()' / 'localtime()' that
38 * Apart from that we're assuming that the localtime/gmtime library
47 * gmtime() if we have trouble. Of course this will play hubbubb with
49 * we NEED a proper conversion to dates via gmtime() we should try to
122 * There are some pathological implementations of 'gmtime()'
128 * versions of 'gmtime()' and 'localtime()' will bark on time
131 while ((tm = (*(local ? localtime : gmtime))(&ts)) == NULL)
/freebsd-10.2-release/lib/libc/stdtime/
H A DMakefile.inc20 MLINKS+=ctime.3 asctime.3 ctime.3 difftime.3 ctime.3 gmtime.3 \
/freebsd-10.2-release/crypto/heimdal/lib/krb5/
H A Dtime.c114 tm = gmtime (&t);
/freebsd-10.2-release/contrib/wpa/src/utils/
H A Dos_win32.c76 tm1 = gmtime(&t_local);
95 tm2 = gmtime(&t2);
/freebsd-10.2-release/contrib/ntp/sntp/
H A Dutilities.c152 local_time = mktime(gmtime(&gmt_time));
/freebsd-10.2-release/contrib/sendmail/src/
H A Darpadate.c125 gmt = *gmtime(&t);
/freebsd-10.2-release/include/
H A Dtime.h149 struct tm *gmtime(const time_t *);
/freebsd-10.2-release/contrib/ntp/ntpd/
H A Drefclock_dumbclock.c150 tm_time_p = gmtime(&now);
298 if ((gmtp = gmtime (&asserted_time)) == NULL)
H A Drefclock_heath.c325 tm_time_p = gmtime(&now);
H A Drefclock_pcf.c188 tp = gmtime(&t);
/freebsd-10.2-release/gnu/usr.bin/rcs/lib/
H A Dmaketime.c53 * For maximum portability, use only localtime and gmtime.
56 * portable way for mktime to yield the inverse of gmtime.
85 * Use gmtime if available and if !LOCALZONE, localtime otherwise.
98 if (localzone || !(tm = gmtime(&unixtime)))
185 * Convert TM to time_t, using localtime if LOCALZONE and gmtime otherwise.
190 * have them anyway, so allow them if localtime/gmtime does.
197 /* Cache the most recent t,tm pairs; 1 for gmtime, 1 for localtime. */
340 printf("%s", asctime(gmtime(&t)));
/freebsd-10.2-release/usr.bin/rup/
H A Drup.c128 tmp_time = gmtime((time_t *)&host_stat->curtime.tv_sec);
139 tmp_time = gmtime(&tmp_time_t);
/freebsd-10.2-release/contrib/apr-util/test/
H A Dtestdate.c126 tms = gmtime(&ls);
/freebsd-10.2-release/usr.bin/finger/
H A Dsprint.c172 delta = gmtime(&w->idletime);
/freebsd-10.2-release/contrib/ntp/lib/isc/unix/
H A Dtime.c406 flen = strftime(buf, len, "%a, %d %b %Y %H:%M:%S GMT", gmtime(&now));
418 flen = strftime(buf, len, "%Y-%m-%dT%H:%M:%SZ", gmtime(&now));

Completed in 190 milliseconds

1234