Home
last modified time | relevance | path

Searched refs:INT_DIGITS (Results 1 – 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/groff/src/libs/libgroff/
HDiftoa.c21 #define INT_DIGITS 19 /* enough for 64-bit integer */ macro
30 static char buf[INT_DIGITS + 3]; in if_to_a()
31 char *p = buf + INT_DIGITS + 2; in if_to_a()
33 buf[INT_DIGITS + 2] = '\0'; in if_to_a()
55 for (q = buf + INT_DIGITS + 2; q[-1] == '0'; --q) in if_to_a()
HDitoa.c21 #define INT_DIGITS 19 /* enough for 64 bit integer */ macro
31 static char buf[INT_DIGITS + 2]; in i_to_a()
32 char *p = buf + INT_DIGITS + 1; /* points to terminating '\0' */ in i_to_a()
HDstrerror.c29 #define INT_DIGITS 19 /* enough for 64 bit integer */ macro
41 static char buf[sizeof("Error ") + 1 + INT_DIGITS];
HDnametoindex.cpp79 char buf[INT_DIGITS + 3]; in numbered_char_index()
HDstring.cpp337 static char buf[INT_DIGITS + 2]; in as_string()
/freebsd-11-stable/contrib/groff/src/preproc/tbl/
HDtable.cpp1801 static char name[sizeof(BLOCK_WIDTH_PREFIX)+INT_DIGITS+1+INT_DIGITS]; in block_width_reg()
1808 static char name[sizeof(BLOCK_DIVERSION_PREFIX)+INT_DIGITS+1+INT_DIGITS]; in block_diversion_name()
1815 static char name[sizeof(BLOCK_HEIGHT_PREFIX)+INT_DIGITS+1+INT_DIGITS]; in block_height_reg()
1822 static char name[sizeof(SPAN_WIDTH_PREFIX)+INT_DIGITS+1+INT_DIGITS]; in span_width_reg()
1831 static char name[sizeof(SPAN_LEFT_NUMERIC_WIDTH_PREFIX)+INT_DIGITS+1+INT_DIGITS]; in span_left_numeric_width_reg()
1840 static char name[sizeof(SPAN_RIGHT_NUMERIC_WIDTH_PREFIX)+INT_DIGITS+1+INT_DIGITS]; in span_right_numeric_width_reg()
1849 static char name[sizeof(SPAN_ALPHABETIC_WIDTH_PREFIX)+INT_DIGITS+1+INT_DIGITS]; in span_alphabetic_width_reg()
1858 static char name[sizeof(COLUMN_SEPARATION_PREFIX)+INT_DIGITS]; in column_separation_reg()
1865 static char name[sizeof(ROW_START_PREFIX)+INT_DIGITS]; in row_start_reg()
1872 static char name[sizeof(COLUMN_START_PREFIX)+INT_DIGITS]; in column_start_reg()
[all …]
/freebsd-11-stable/contrib/groff/src/include/
HDlib.h151 #define INT_DIGITS 10 macro
/freebsd-11-stable/contrib/groff/src/devices/grops/
HDps.cpp292 char buf[1 + INT_DIGITS + 1]; in put_number()
681 char *tem = new char[strlen(stem) + 2 + INT_DIGITS + 1]; in get_subfont()
767 static char buf[3 + INT_DIGITS + 1]; in make_encoding_name()
774 static char buf[6 + INT_DIGITS + 1]; in make_subencoding_name()
871 char buf[1 + INT_DIGITS + 1]; in set_style()
891 char *tem = new char[strlen(psname) + 1 + INT_DIGITS + 1]; in set_style()
/freebsd-11-stable/contrib/groff/src/devices/grohtml/
HDoutput.cpp317 char buf[1 + INT_DIGITS + 1]; in put_number()
/freebsd-11-stable/contrib/groff/src/preproc/eqn/
HDbox.cpp287 char buf[INT_DIGITS + 1]; in top_level()
/freebsd-11-stable/contrib/groff/src/preproc/refer/
HDrefer.cpp254 char buf[INT_DIGITS*2 + 11]; // A.n+2D.y-3%a in main()
/freebsd-11-stable/contrib/groff/
HDChangeLog.1152138 Define INT_DIGITS as big enough for 64-bit integer.
5985 * lib/lib.h: Added definition of INT_DIGITS. Fix it so that it can
5987 (iftoa): Use INT_DIGITS. Include lib.h.
5990 * tbl/table.c: Removed definition of INT_DIGITS.
5991 * eqn/box.c (box::top_level): Use INT_DIGITS + 1 instead of 12.
5995 (ps_output::put_number): Use 1 + INT_DIGITS + 1 instead of 12.
/freebsd-11-stable/contrib/groff/src/roff/troff/
HDinput.cpp6041 static char buf[sizeof("magic character code ") + 1 + INT_DIGITS]; in input_char_description()