Searched refs:mandoc_strntoi (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/mandoc/ |
H A D | chars.c | 115 i = mandoc_strntoi(p, sz, 10); in mchars_num2char() 124 i = mandoc_strntoi(p, sz, 16); in mchars_num2uc()
|
H A D | libmandoc.h | 55 int mandoc_strntoi(const char *, size_t, int);
|
H A D | mandoc.c | 591 mandoc_strntoi(const char *p, size_t sz, int base) in mandoc_strntoi() function
|
H A D | eqn.c | 863 size = mandoc_strntoi(start, sz, 10); in eqn_parse()
|