Searched refs:s_mp_tovalue (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/mpi/
H A Dmpi-priv.h238 int s_mp_tovalue(char ch, int r); /* convert ch to value */
H A Dmpi.c2589 (s_mp_tovalue(str[ix], radix) < 0) &&
2603 while((val = s_mp_tovalue(str[ix], radix)) >= 0) {
2629 (s_mp_tovalue(cx, radix) < 0) &&
2747 return s_mp_tovalue(ch, r);
4592 /* {{{ s_mp_tovalue(ch, r) */
4602 int s_mp_tovalue(char ch, int r) function
4629 } /* end s_mp_tovalue() */

Completed in 52 milliseconds