Searched refs:INT_BUFSIZE_BOUND (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/gnudiff-19/diffutils/lib/
H A Dinttostr.h48 #define INT_BUFSIZE_BOUND(t) (INT_STRLEN_BOUND (t) + 1) macro
/macosx-10.9.5/text_cmds-87/sort/
H A Dintprops.h65 #define INT_BUFSIZE_BOUND(t) (INT_STRLEN_BOUND (t) + 1) macro
H A Dsort.c1399 char hr_buf[INT_BUFSIZE_BOUND (uintmax_t)];
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dintprops.h78 #define INT_BUFSIZE_BOUND(t) (INT_STRLEN_BOUND (t) + 1) macro
H A Dsystem.h428 #define UINTMAX_STRSIZE_BOUND INT_BUFSIZE_BOUND (uintmax_t)
/macosx-10.9.5/gnudiff-19/diffutils/src/
H A Dcmp.c470 char byte_buf[INT_BUFSIZE_BOUND (off_t)];
471 char line_buf[INT_BUFSIZE_BOUND (off_t)];
523 char byte_buf[INT_BUFSIZE_BOUND (off_t)];
/macosx-10.9.5/gnutar-452/gnutar/src/
H A Dincremen.c851 char buf[INT_BUFSIZE_BOUND (intmax_t)];
H A Dsparse.c499 char begbuf[INT_BUFSIZE_BOUND (off_t)];

Completed in 220 milliseconds