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

/osnet-11/usr/src/lib/libldap5/sources/ldap/util/
H A Dline64.c312 #define LDIF_SAFE_INITCHAR( c ) ( LDIF_SAFE_CHAR(c) && (c) != ':' \ macro
314 #define LDIF_CONSERVATIVE_INITCHAR( c ) ( LDIF_SAFE_INITCHAR( c ) && \
353 if ( !LDIF_SAFE_INITCHAR( val[0] )) {

Completed in 29 milliseconds