Searched refs:notascii (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | tmplout.c | 627 int err, i, html, writeoutval, freebuf, notascii; in do_vals2text() local 671 notascii = ( *p != '\0' ); in do_vals2text() 672 outval = notascii ? dgettext(TEXT_DOMAIN, in do_vals2text() 736 if ( !notascii && ( p = strchr( outval, '$' )) != NULL ) { in do_vals2text() 742 } else if ( !notascii && ( s = strchr( outval, ' ' )) != NULL ) { in do_vals2text()
|
/titanic_41/usr/src/cmd/ldap/common/ |
H A D | ldapmodify.c | 988 int i, j, notascii, op; local 1006 notascii = 0; 1008 notascii = !ldaptool_berval_is_ascii( bvp ); 1010 if ( notascii ) {
|
H A D | ldapsearch.c | 949 int i, notascii; local 1062 notascii = 0; 1064 notascii = !ldaptool_berval_is_ascii( bvals[i] ); 1072 notascii ? gettext("NOT ASCII") : bvals[ i ]->bv_val );
|