| /trueos/contrib/ldns/compat/ |
| HD | gmtime_r.c | 9 struct tm *gmtime_r(const time_t *timep, struct tm *result) in gmtime_r() function
|
| /trueos/lib/libc/stdtime/ |
| HD | Symbol.map | 22 gmtime_r;
|
| HD | Makefile.inc | 22 ctime.3 ctime_r.3 ctime.3 localtime_r.3 ctime.3 gmtime_r.3 \
|
| HD | strptime.c | 502 if (gmtime_r(&t, tm) == NULL) in _strptime()
|
| /trueos/usr.bin/calendar/ |
| HD | pom.c | 135 gmtime_r(&tt, &GMT); in fpom() 145 gmtime_r(&tt, &GMT); in fpom()
|
| /trueos/crypto/openssl/crypto/ |
| HD | o_time.c | 87 …) && !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/ |
| HD | config.h | 826 #define gmtime_r gmtime_r_unbound macro 827 struct tm *gmtime_r(const time_t *timep, struct tm *result);
|
| HD | config.h.in | 133 /* 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);
|
| HD | acx_nlnetlabs.m4 | 82 # 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/ |
| HD | subr_fattime.c | 278 gmtime_r(&ts.tv_sec, &tm); in main() 297 gmtime_r(&ts.tv_sec, &tm); in main()
|
| /trueos/contrib/apr/time/unix/ |
| HD | time.c | 92 gmtime_r(&tt, &tm); in explode_time() 331 gmtime_r(&t1, &t); in apr_unix_setup_time()
|
| /trueos/contrib/unbound/compat/ |
| HD | gmtime_r.c | 103 struct tm * gmtime_r(const time_t* timep, struct tm *tm) in gmtime_r() function
|
| /trueos/usr.sbin/fifolog/fifolog_reader/ |
| HD | fifolog_reader.c | 66 (void)gmtime_r(&now, &utc); in Render()
|
| /trueos/include/ |
| HD | time.h | 183 struct tm *gmtime_r(const time_t *, struct tm *);
|
| /trueos/contrib/ldns/ldns/ |
| HD | config.h | 550 struct tm *gmtime_r(const time_t *timep, struct tm *result);
|
| HD | config.h.in | 74 /* 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/ |
| HD | cd9660_conversion.c | 153 (void)gmtime_r(&tim, &gm); in cd9660_compute_gm_offset()
|
| /trueos/contrib/file/src/ |
| HD | cdf_time.c | 155 if (gmtime_r(&ts->ts_sec, &tm) == NULL) { in cdf_timespec_to_timestamp()
|
| /trueos/contrib/sqlite3/ |
| HD | configure.ac | 26 AC_CHECK_FUNCS([fdatasync usleep fullfsync localtime_r gmtime_r])
|
| /trueos/games/pom/ |
| HD | pom.c | 135 gmtime_r(&tt, &GMT); in main()
|
| /trueos/contrib/ntp/ntpd/ |
| HD | refclock_pcf.c | 183 tp = gmtime_r(&t, &tm); in pcf_poll()
|
| HD | refclock_bancomm.c | 454 gmtime_r(&dmaj, &maj); in tvme_fill()
|
| /trueos/contrib/unbound/validator/ |
| HD | val_sigcrypt.c | 1191 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/ |
| HD | cron.c | 290 gmtime_r(&difftime, &otztm); in cron_tick()
|
| /trueos/contrib/unbound/ldns/ |
| HD | parseutil.c | 182 return gmtime_r(&secs_since_epoch, result); in sldns_serial_arithmitics_gmtime_r()
|