Home
last modified time | relevance | path

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

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