Searched refs:gmtime_r (Results 1 - 25 of 41) sorted by relevance

12

/macosx-10.10/gnutar-453/gnutar/lib/
H A Dtime_r.c38 gmtime_r (time_t const * restrict t, struct tm * restrict tp) function
H A Dtime_.h76 <http://www.opengroup.org/susv3xsh/gmtime_r.html>. */
80 # undef gmtime_r macro
81 # define gmtime_r rpl_gmtime_r macro
84 struct tm *gmtime_r (time_t const *restrict __timer,
/macosx-10.10/OpenSSL098-52/src/crypto/
H A Do_time.c76 #if defined(OPENSSL_THREADS) && !defined(OPENSSL_SYS_WIN32) && !defined(OPENSSL_SYS_OS2) && !defined(__CYGWIN32__) && (!defined(OPENSSL_SYS_VMS) || defined(gmtime_r)) && !defined(OPENSSL_SYS_MACOSX) && !defined(OPENSSL_SYS_SUNOS)
79 gmtime_r(timer,result);
139 /* Since there was no gmtime_r() to do this stuff for us,
/macosx-10.10/Libc-1044.1.2/include/
H A Dtime.h165 struct tm *gmtime_r(const time_t * __restrict, struct tm * __restrict);
/macosx-10.10/file-46/file/src/
H A Dcdf_time.c161 if (gmtime_r(&ts->ts_sec, &tm) == NULL) {
/macosx-10.10/ntp-92/ntpd/
H A Drefclock_pcf.c185 tp = gmtime_r(&t, &tm);
H A Drefclock_bancomm.c518 gmtime_r(&dmaj, &maj);
/macosx-10.10/tcl-105/tcl84/tcl/unix/
H A DtclUnixTime.c345 * Invokes gmtime or gmtime_r as appropriate.
364 gmtime_r(timePtr, &( tsdPtr->gmtime_buf ));
/macosx-10.10/apr-32/apr/apr/time/unix/
H A Dtime.c92 gmtime_r(&tt, &tm);
331 gmtime_r(&t1, &t);
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dparsedate.c562 * gmtime_r() or gmtime() functions anywhere else but here.
574 tm = (struct tm *)gmtime_r(&intime, store);
H A Dcurl_setup.h462 extern struct tm * gmtime_r(const time_t * const timep, struct tm *tmp);
/macosx-10.10/tcl-105/tcl/tcl/unix/
H A DtclUnixTime.c418 * Invokes gmtime or gmtime_r as appropriate.
435 gmtime_r(timePtr, &(tsdPtr->gmtime_buf));
/macosx-10.10/WebCore-7600.1.25/loader/
H A DFTPDirectoryParser.cpp38 #if OS(WINDOWS) && !defined(gmtime_r)
39 #define gmtime_r(x, y) gmtime_s((y), (x)) macro
158 gmtime_r(&t, &result.modifiedTime);
1159 gmtime_r(&now, &state.nowFTPTime);
1624 gmtime_r(&now, &state.nowFTPTime);
/macosx-10.10/xar-254/xar/lib/
H A Dstat.c505 gmtime_r(&XAR(x)->sbcache.st_atime, &t);
513 gmtime_r(&XAR(x)->sbcache.st_mtime, &t);
521 gmtime_r(&XAR(x)->sbcache.st_ctime, &t);
H A Ddarwinattr.c691 gmtime_r(&fts.ts.tv_sec, &tm);
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/include/
H A Dldap_pvt.h98 # define ldap_pvt_gmtime(timep, result) gmtime_r((timep), (result))
/macosx-10.10/cron-39/cron/
H A Dcron.c270 gmtime_r(&difftime, &otztm);
/macosx-10.10/Libc-1044.1.2/stdtime/FreeBSD/
H A Dstrptime.c543 gmtime_r(&t, tm);
/macosx-10.10/libsecurity_ldap_dl-55003/lib/
H A DRelation.cpp440 gmtime_r (&mValue, &timeStruct);
/macosx-10.10/syslog-267/libsystem_asl.tproj/src/
H A Dasl_msg.c1843 if (NULL == gmtime_r(&tick, &stm)) return NULL;
1850 if (NULL == gmtime_r(&tick, &stm)) return NULL;
1893 if (NULL == gmtime_r(&tick, &stm)) return NULL;
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dapplehelpers.c1851 gmtime_r(&tmptime, &tmptm);
2582 gmtime_r(&tmptime, &tmptm);
2613 gmtime_r(&tmptime, &tmptm);
2645 gmtime_r(&tmptime, &tmptm);
/macosx-10.10/libresolv-57/
H A Dres_debug.c1089 gmtime_r(&clock, &time);
/macosx-10.10/ruby-106/ruby/include/ruby/
H A Dwin32.h718 struct tm *gmtime_r(const time_t *, struct tm *);
/macosx-10.10/syslog-267/syslogd.tproj/
H A Ddaemon.c989 gmtime_r(&tick, &time);
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/overlays/
H A Dodusers.c1095 gmtime_r(&tmptime, &tmptm);
1722 gmtime_r(&now, &tmtime);

Completed in 292 milliseconds

12