Searched refs:M_strposition (Results 1 – 4 of 4) sorted by relevance
230 j = M_strposition(p,"."); /* is there a decimal point ?? */ in m_apm_set_string()234 j = M_strposition(p,"."); /* now find it ... */ in m_apm_set_string()
184 ct = M_strposition(cps, "."); /* find the default (.) radix char */ in m_apm_to_fixpt_stringex()189 ct = M_strposition(cps, "."); /* and then find it */ in m_apm_to_fixpt_stringex()
394 extern int M_strposition(char *, char *);
311 int M_strposition(char *s1, char *s2) in M_strposition() function