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

/osnet-11/usr/src/lib/libldap5/sources/ldap/util/
H A Dline64.c309 #define LDIF_SAFE_CHAR( c ) ( (c) != '\r' && (c) != '\n' ) macro
310 #define LDIF_CONSERVATIVE_CHAR( c ) ( LDIF_SAFE_CHAR(c) && isascii((c)) \
312 #define LDIF_SAFE_INITCHAR( c ) ( LDIF_SAFE_CHAR(c) && (c) != ':' \
369 if ( !LDIF_SAFE_CHAR( *byte )) {
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_reads.c55 #define LDIF_SAFE_CHAR(c) ((c) != '\r' && (c) != '\n') macro
56 #define LDIF_CONSERVATIVE_CHAR(c) (LDIF_SAFE_CHAR(c) && isascii((c)) && \

Completed in 44 milliseconds