Searched refs:USE_GMTIME_R (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/bsd/openldap/dist/include/
H A Dldap_pvt.h96 # define USE_GMTIME_R macro
115 #if defined( USE_GMTIME_R ) && defined( USE_LOCALTIME_R )
124 #endif /* USE_GMTIME_R && USE_LOCALTIME_R */
/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Dutil-int.c76 /* USE_GMTIME_R and USE_LOCALTIME_R defined in ldap_pvt.h */
78 #if !defined( USE_GMTIME_R ) || !defined( USE_LOCALTIME_R )
120 #if !defined( USE_GMTIME_R ) || !defined( USE_LOCALTIME_R )
140 #endif /* !USE_GMTIME_R || !USE_LOCALTIME_R */
142 #ifndef USE_GMTIME_R
160 #endif /* !USE_GMTIME_R */
739 #if !defined( USE_GMTIME_R ) && !defined( USE_LOCALTIME_R )

Completed in 141 milliseconds