Searched defs:notascii (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libldap4/common/
H A Dtmplout.c697 int i, html, writeoutval, freebuf, notascii; local
737 notascii = ( *p != '\0' );
738 outval = notascii ? "(unable to display non-ASCII text value)"
800 if ( !notascii && ( p = strchr( outval, '$' )) != NULL ) {
806 } else if ( !notascii && ( s = strchr( outval, ' ' )) != NULL ) {
/osnet-11/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 ) {
/osnet-11/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.c948 int i, notascii; local
1061 notascii = 0;
1063 notascii = !ldaptool_berval_is_ascii( bvals[i] );
1071 notascii ? gettext("NOT ASCII") : bvals[ i ]->bv_val );

Completed in 40 milliseconds