Home
last modified time | relevance | path

Searched refs:gmtime_r (Results 1 – 25 of 46) sorted by relevance

12

/trueos/contrib/ldns/compat/
HDgmtime_r.c9 struct tm *gmtime_r(const time_t *timep, struct tm *result) in gmtime_r() function
/trueos/lib/libc/stdtime/
HDSymbol.map22 gmtime_r;
HDMakefile.inc22 ctime.3 ctime_r.3 ctime.3 localtime_r.3 ctime.3 gmtime_r.3 \
HDstrptime.c502 if (gmtime_r(&t, tm) == NULL) in _strptime()
/trueos/usr.bin/calendar/
HDpom.c135 gmtime_r(&tt, &GMT); in fpom()
145 gmtime_r(&tt, &GMT); in fpom()
/trueos/crypto/openssl/crypto/
HDo_time.c87 …) && !defined(OPENSSL_SYS_OS2) && (!defined(OPENSSL_SYS_VMS) || defined(gmtime_r)) && !defined(OPE… in OPENSSL_gmtime()
92 gmtime_r(timer, result); in OPENSSL_gmtime()
/trueos/contrib/unbound/
HDconfig.h826 #define gmtime_r gmtime_r_unbound macro
827 struct tm *gmtime_r(const time_t *timep, struct tm *result);
HDconfig.h.in133 /* Define to 1 if you have the `gmtime_r' function. */
825 #define gmtime_r gmtime_r_unbound macro
826 struct tm *gmtime_r(const time_t *timep, struct tm *result);
HDacx_nlnetlabs.m482 # AHX_CONFIG_GMTIME_R - gmtime_r compat prototype
1206 dnl provide gmtime_r compat prototype.
1211 #define gmtime_r gmtime_r_$1
1212 struct tm *gmtime_r(const time_t *timep, struct tm *result);
/trueos/sys/kern/
HDsubr_fattime.c278 gmtime_r(&ts.tv_sec, &tm); in main()
297 gmtime_r(&ts.tv_sec, &tm); in main()
/trueos/contrib/apr/time/unix/
HDtime.c92 gmtime_r(&tt, &tm); in explode_time()
331 gmtime_r(&t1, &t); in apr_unix_setup_time()
/trueos/contrib/unbound/compat/
HDgmtime_r.c103 struct tm * gmtime_r(const time_t* timep, struct tm *tm) in gmtime_r() function
/trueos/usr.sbin/fifolog/fifolog_reader/
HDfifolog_reader.c66 (void)gmtime_r(&now, &utc); in Render()
/trueos/include/
HDtime.h183 struct tm *gmtime_r(const time_t *, struct tm *);
/trueos/contrib/ldns/ldns/
HDconfig.h550 struct tm *gmtime_r(const time_t *timep, struct tm *result);
HDconfig.h.in74 /* Define to 1 if you have the `gmtime_r' function. */
549 struct tm *gmtime_r(const time_t *timep, struct tm *result);
/trueos/usr.sbin/makefs/cd9660/
HDcd9660_conversion.c153 (void)gmtime_r(&tim, &gm); in cd9660_compute_gm_offset()
/trueos/contrib/file/src/
HDcdf_time.c155 if (gmtime_r(&ts->ts_sec, &tm) == NULL) { in cdf_timespec_to_timestamp()
/trueos/contrib/sqlite3/
HDconfigure.ac26 AC_CHECK_FUNCS([fdatasync usleep fullfsync localtime_r gmtime_r])
/trueos/games/pom/
HDpom.c135 gmtime_r(&tt, &GMT); in main()
/trueos/contrib/ntp/ntpd/
HDrefclock_pcf.c183 tp = gmtime_r(&t, &tm); in pcf_poll()
HDrefclock_bancomm.c454 gmtime_r(&dmaj, &maj); in tvme_fill()
/trueos/contrib/unbound/validator/
HDval_sigcrypt.c1191 if(gmtime_r(&te, &tm) && strftime(expi_buf, 15, "%Y%m%d%H%M%S", &tm) in sigdate_error()
1192 &&gmtime_r(&ti, &tm) && strftime(incep_buf, 15, "%Y%m%d%H%M%S", &tm) in sigdate_error()
1193 &&gmtime_r(&tn, &tm) && strftime(now_buf, 15, "%Y%m%d%H%M%S", &tm)) { in sigdate_error()
/trueos/usr.sbin/cron/cron/
HDcron.c290 gmtime_r(&difftime, &otztm); in cron_tick()
/trueos/contrib/unbound/ldns/
HDparseutil.c182 return gmtime_r(&secs_since_epoch, result); in sldns_serial_arithmitics_gmtime_r()

12