Searched refs:NSLDAPI_CTIME (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libldap5/include/ldap/ |
H A D | portable.h | 272 #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
|
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | tmplout.c | 957 timestr = NSLDAPI_CTIME( &gmttime, buf, sizeof(buf) ); in time2text()
|
H A D | request.c | 661 NSLDAPI_CTIME( (time_t *) &lc->lconn_lastused, buf, in nsldapi_dump_connection()
|