Home
last modified time | relevance | path

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

/onnv-gate/usr/src/common/openssl/crypto/
H A Do_time.c76 …OS2) && !defined(__CYGWIN32__) && (!defined(OPENSSL_SYS_VMS) || defined(gmtime_r)) && !defined(OPE… in OPENSSL_gmtime()
79 gmtime_r(timer,result); in OPENSSL_gmtime()
/onnv-gate/usr/src/head/
H A Dtime.h82 extern struct tm *gmtime_r(const time_t *_RESTRICT_KYWD,
216 extern struct tm *gmtime_r();
/onnv-gate/usr/src/lib/libkmsagent/common/
H A DKMSAgentStringUtilities.cpp44 #define gmtime_r(clock,result) ( *(result) = *gmtime(clock), result ) macro
/onnv-gate/usr/src/cmd/latencytop/common/
H A Dutil.c118 (void) gmtime_r(&t, &tms); in lt_time_str()
/onnv-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_vss.c281 (void) gmtime_r(&time, &t); in smbd_vss_time2gmttoken()
/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_encode.c244 if (gmtime_r(&gmt_time, &gtimebuf) != 0) in asn1_encode_generaltime()
247 if (gmtime_r(&gmt_time, &gtimebuf) == NULL) in asn1_encode_generaltime()
/onnv-gate/usr/src/lib/libc/port/gen/
H A Dlocaltime.c478 gmtime_r(const time_t *timep, struct tm *p_tm) in gmtime_r() function
502 return (gmtime_r(timep, p_tm)); in gmtime()
1672 (void) asctime_r(gmtime_r(&sp->ats[i], &tmp), in print_state()
/onnv-gate/usr/src/lib/c_synonyms/
H A Dsyn_common410 gmtime_r
/onnv-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_debug.c1194 time = gmtime_r(&clock, &res); in p_secstodate()
/onnv-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_principal2.c1321 if (gmtime_r(&posixtime, &tme) == NULL)
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dreentr.inc1289 # define gmtime(a) (gmtime_r(a, &PL_reentrant_buffer->_gmtime_struct) ? &PL_reentrant_buffer-…
1292 # define gmtime(a) (gmtime_r(a, &PL_reentrant_buffer->_gmtime_struct) == 0 ? &PL_reentrant_bu…
/onnv-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsrvsvc_svc.c1848 (void) gmtime_r(&time_val.tv_sec, &tm); in srvsvc_s_NetRemoteTOD()
/onnv-gate/usr/src/lib/libc/port/
H A Dmapfile-vers1768 gmtime_r;
H A Dllib-lc1021 struct tm *gmtime_r(const time_t *_RESTRICT_KYWD, struct tm *_RESTRICT_KYWD);
/onnv-gate/usr/src/cmd/iscsiadm/
H A Dsun_ima.c1268 if (gmtime_r(&lun.lp_time_online, &pProps->imaProps.timeExposedToOs) in SUN_IMA_GetLuProperties()
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/Porting/
H A DGlossary1076 which indicates to the C program that the gmtime_r()
2590 This variable encodes the prototype of gmtime_r.
/onnv-gate/usr/src/lib/libkmsagent/common/SOAP/
H A Dstdsoap2.cpp12463 gmtime_r(&t, &tm); in soap_timegm()
12485 if (gmtime_r(&n, pT)) in soap_dateTime2s()