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

/osnet-11/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
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Drequest.c663 NSLDAPI_CTIME( (time_t *) &lc->lconn_lastused, buf,
H A Dtmplout.c961 timestr = NSLDAPI_CTIME( &gmttime, buf, sizeof(buf) );

Completed in 27 milliseconds