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

/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dsearch.c52 static int hexchar2int( char c );
655 if ( hexchar2int(s[0]) >= 0 && hexchar2int(s[1]) >= 0 ) ++s;
806 if (( ival = hexchar2int( *s )) < 0 ) {
845 hexchar2int( char c ) function
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_reads.c5734 static int hexchar2int(char c);
5999 if (hexchar2int(s[0]) >= 0 && hexchar2int(s[1]) >= 0)
6119 if (hexchar2int(*s) < 0) {
6154 hexchar2int(char c) function

Completed in 50 milliseconds