Searched refs:gmtime_r (Results 1 – 17 of 17) sorted by relevance
| /onnv-gate/usr/src/common/openssl/crypto/ |
| H A D | o_time.c | 76 …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 D | time.h | 82 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 D | KMSAgentStringUtilities.cpp | 44 #define gmtime_r(clock,result) ( *(result) = *gmtime(clock), result ) macro
|
| /onnv-gate/usr/src/cmd/latencytop/common/ |
| H A D | util.c | 118 (void) gmtime_r(&t, &tms); in lt_time_str()
|
| /onnv-gate/usr/src/cmd/smbsrv/smbd/ |
| H A D | smbd_vss.c | 281 (void) gmtime_r(&time, &t); in smbd_vss_time2gmttoken()
|
| /onnv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/ |
| H A D | asn1_encode.c | 244 if (gmtime_r(&gmt_time, >imebuf) != 0) in asn1_encode_generaltime() 247 if (gmtime_r(&gmt_time, >imebuf) == NULL) in asn1_encode_generaltime()
|
| /onnv-gate/usr/src/lib/libc/port/gen/ |
| H A D | localtime.c | 478 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 D | syn_common | 410 gmtime_r
|
| /onnv-gate/usr/src/lib/libresolv2/common/resolv/ |
| H A D | res_debug.c | 1194 time = gmtime_r(&clock, &res); in p_secstodate()
|
| /onnv-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
| H A D | ldap_principal2.c | 1321 if (gmtime_r(&posixtime, &tme) == NULL)
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ |
| H A D | reentr.inc | 1289 # 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 D | srvsvc_svc.c | 1848 (void) gmtime_r(&time_val.tv_sec, &tm); in srvsvc_s_NetRemoteTOD()
|
| /onnv-gate/usr/src/lib/libc/port/ |
| H A D | mapfile-vers | 1768 gmtime_r;
|
| H A D | llib-lc | 1021 struct tm *gmtime_r(const time_t *_RESTRICT_KYWD, struct tm *_RESTRICT_KYWD);
|
| /onnv-gate/usr/src/cmd/iscsiadm/ |
| H A D | sun_ima.c | 1268 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 D | Glossary | 1076 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 D | stdsoap2.cpp | 12463 gmtime_r(&t, &tm); in soap_timegm() 12485 if (gmtime_r(&n, pT)) in soap_dateTime2s()
|