Home
last modified time | relevance | path

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

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