Searched refs:SLAP_PRINTABLE (Results 1 – 2 of 2) sorted by relevance
2791 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()
208 #define SLAP_PRINTABLE(c) ( ASCII_ALNUM(c) || (c) == '\'' || \ macro212 #define SLAP_PRINTABLES(c) ( SLAP_PRINTABLE(c) || (c) == '$' )