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

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dschema_init.c2699 if( !SLAP_PRINTABLE(val->bv_val[0]) ) {
2702 if( !SLAP_PRINTABLE(val->bv_val[1]) ) {
2719 if( !SLAP_PRINTABLE(val->bv_val[i]) ) {
2745 } else if ( SLAP_PRINTABLE(c) ) {
6031 if ( !SLAP_PRINTABLE( *p ) ) {
H A Dslap.h198 #define SLAP_PRINTABLE(c) ( ASCII_ALNUM(c) || (c) == '\'' || \ macro
202 #define SLAP_PRINTABLES(c) ( SLAP_PRINTABLE(c) || (c) == '$' )

Completed in 103 milliseconds