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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dsearch.c56 static int hexchar2int( char c );
659 if ( hexchar2int(s[0]) >= 0 && hexchar2int(s[1]) >= 0 ) ++s;
810 if (( ival = hexchar2int( *s )) < 0 ) {
849 hexchar2int( char c ) function
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_reads.c4737 static int hexchar2int(char c);
5002 if (hexchar2int(s[0]) >= 0 && hexchar2int(s[1]) >= 0)
5122 if (hexchar2int(*s) < 0) {
5157 hexchar2int(char c) function

Completed in 54 milliseconds