Searched defs:NSLDAPI_CTIME (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Dportable.h274 #define NSLDAPI_CTIME( c, b, l ) ctime( c ) macro
307 #define NSLDAPI_CTIME( c, b, l ) ctime( c ) macro
309 #define NSLDAPI_CTIME( c, b, l ) nsldapi_compat_ctime_r( c, b, l ) macro
312 #define NSLDAPI_CTIME( c, b, l ) ctime_r( c, b ) macro
314 #define NSLDAPI_CTIME( c, b, l ) (ctime_r( c, b, l ) ? NULL : b) macro
316 #define NSLDAPI_CTIME( c, b, l ) ctime_r( c, b, l ) macro

Completed in 45 milliseconds