Searched defs:filterop (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dsearch.c665 char *s, *s2, *s3, filterop; local
685 filterop = *s;
686 if ( filterop == '<' || filterop == '>' || filterop == '~' ||
687 filterop == ':' ) {
695 switch ( filterop ) {
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_reads.c6011 char *s, *s2, *s3, filterop; local
6027 filterop = *s;
6028 if (filterop == '<' || filterop == '>' || filterop == '~' ||
6029 filterop == ':') {
6037 switch (filterop) {

Completed in 26 milliseconds