Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mandoc/
H A Dchars.c115 i = mandoc_strntoi(p, sz, 10); in mchars_num2char()
124 i = mandoc_strntoi(p, sz, 16); in mchars_num2uc()
H A Dlibmandoc.h55 int mandoc_strntoi(const char *, size_t, int);
H A Dmandoc.c591 mandoc_strntoi(const char *p, size_t sz, int base) in mandoc_strntoi() function
H A Deqn.c863 size = mandoc_strntoi(start, sz, 10); in eqn_parse()