Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dtmplout.c623 int err, i, html, writeoutval, freebuf, notascii; in do_vals2text() local
667 notascii = ( *p != '\0' ); in do_vals2text()
668 outval = notascii ? dgettext(TEXT_DOMAIN, in do_vals2text()
732 if ( !notascii && ( p = strchr( outval, '$' )) != NULL ) { in do_vals2text()
738 } else if ( !notascii && ( s = strchr( outval, ' ' )) != NULL ) { in do_vals2text()
/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 );