Home
last modified time | relevance | path

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) && in mp_read_radix()
2603 while((val = s_mp_tovalue(str[ix], radix)) >= 0) { in mp_read_radix()
2629 (s_mp_tovalue(cx, radix) < 0) && in mp_read_variable_radix()
2747 return s_mp_tovalue(ch, r); in mp_tovalue()
4602 int s_mp_tovalue(char ch, int r) in s_mp_tovalue() function