Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dchars.c469 i = mandoc_strntoi(p, sz, 10); in mchars_num2char()
478 i = mandoc_strntoi(p, sz, 16); in mchars_num2uc()
H A Dlibmandoc.h57 int mandoc_strntoi(const char *, size_t, int);
H A Dmandoc.c645 mandoc_strntoi(const char *p, size_t sz, int base) in mandoc_strntoi() function
H A Deqn.c806 size = mandoc_strntoi(ep->start, ep->toksz, 10); in eqn_parse()