Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dschema_init.c2791 if( !SLAP_PRINTABLE(val->bv_val[0]) ) { in countryStringValidate()
2794 if( !SLAP_PRINTABLE(val->bv_val[1]) ) { in countryStringValidate()
2811 if( !SLAP_PRINTABLE(val->bv_val[i]) ) { in printableStringValidate()
2837 } else if ( SLAP_PRINTABLE(c) ) { in printablesStringValidate()
6144 if ( !SLAP_PRINTABLE( *p ) ) { in bootParameterValidate()
H A Dslap.h208 #define SLAP_PRINTABLE(c) ( ASCII_ALNUM(c) || (c) == '\'' || \ macro
212 #define SLAP_PRINTABLES(c) ( SLAP_PRINTABLE(c) || (c) == '$' )