Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libldap5/sources/ldap/util/
H A Dline64.c316 #define LDIF_SAFE_INITCHAR( c ) ( LDIF_SAFE_CHAR(c) && (c) != ':' \ macro
318 #define LDIF_CONSERVATIVE_INITCHAR( c ) ( LDIF_SAFE_INITCHAR( c ) && \
357 if ( !LDIF_SAFE_INITCHAR( val[0] )) { in ldif_put_type_and_value_with_options()