Home
last modified time | relevance | path

Searched refs:nsldapi_compat_ctime_r (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dcompat.c65 nsldapi_compat_ctime_r( const time_t *clock, char *buf, int buflen ) in nsldapi_compat_ctime_r() function
H A Dldap-int.h782 char *nsldapi_compat_ctime_r( const time_t *clock, char *buf, int buflen );
/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Dportable.h307 #define NSLDAPI_CTIME( c, b, l ) nsldapi_compat_ctime_r( c, b, l )