Home
last modified time | relevance | path

Searched refs:INT_BUFSIZE_BOUND (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/diff/lib/
H A Dinttostr.h43 #define INT_BUFSIZE_BOUND(t) (INT_STRLEN_BOUND (t) + 1) macro
/freebsd/contrib/diff/src/
H A Dcmp.c462 char byte_buf[INT_BUFSIZE_BOUND (off_t)]; in cmp()
463 char line_buf[INT_BUFSIZE_BOUND (off_t)]; in cmp()
513 char byte_buf[INT_BUFSIZE_BOUND (off_t)]; in cmp()
/freebsd/contrib/ntp/sntp/libopts/
H A Dintprops.h121 #define INT_BUFSIZE_BOUND(t) (INT_STRLEN_BOUND (t) + 1) macro