Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/util/
H A Dline64.c310 #define LDIF_SAFE_CHAR( c ) ( (c) != '\r' && (c) != '\n' ) macro
311 #define LDIF_CONSERVATIVE_CHAR( c ) ( LDIF_SAFE_CHAR(c) && isascii((c)) \
313 #define LDIF_SAFE_INITCHAR( c ) ( LDIF_SAFE_CHAR(c) && (c) != ':' \
370 if ( !LDIF_SAFE_CHAR( *byte )) { in ldif_put_type_and_value_with_options()