Searched refs:notascii (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dtmplout.c627 int err, i, html, writeoutval, freebuf, notascii; local
671 notascii = ( *p != '\0' );
672 outval = notascii ? dgettext(TEXT_DOMAIN,
736 if ( !notascii && ( p = strchr( outval, '$' )) != NULL ) {
742 } else if ( !notascii && ( s = strchr( outval, ' ' )) != NULL ) {
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldapmodify.c988 int i, j, notascii, op; local
1006 notascii = 0;
1008 notascii = !ldaptool_berval_is_ascii( bvp );
1010 if ( notascii ) {
H A Dldapsearch.c949 int i, notascii; local
1062 notascii = 0;
1064 notascii = !ldaptool_berval_is_ascii( bvals[i] );
1072 notascii ? gettext("NOT ASCII") : bvals[ i ]->bv_val );

Completed in 65 milliseconds