Searched refs:mandoc_strntoi (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/mandoc/ |
H A D | chars.c | 115 if ((i = mandoc_strntoi(p, sz, 10)) < 0) in mchars_num2char() 126 if ((i = mandoc_strntoi(p, sz, 16)) < 0) in mchars_num2uc()
|
H A D | libmandoc.h | 46 int mandoc_strntoi(const char *, size_t, int);
|
H A D | mandoc.c | 644 mandoc_strntoi(const char *p, size_t sz, int base) in mandoc_strntoi() function
|
H A D | eqn.c | 618 size = mandoc_strntoi(start, sz, 10); in eqn_box() 918 ep->gsize = mandoc_strntoi(start, sz, 10); in eqn_do_gsize()
|
H A D | roff.c | 1446 iv = sz ? mandoc_strntoi(val, sz, 10) : 0; in roff_nr() 1481 if ((iv = mandoc_strntoi(cp, len, 10)) <= 0) { in roff_it()
|