Home
last modified time | relevance | path

Searched refs:M_strposition (Results 1 – 4 of 4) sorted by relevance

/haiku/src/libs/mapm/
H A Dmapm_set.c230 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()
H A Dmapm_fpf.c184 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()
H A Dm_apm_lc.h394 extern int M_strposition(char *, char *);
H A Dmapmutl2.c311 int M_strposition(char *s1, char *s2) in M_strposition() function