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

/freebsd-13-stable/contrib/diff/lib/
H A Dinttostr.h43 #define INT_BUFSIZE_BOUND(t) (INT_STRLEN_BOUND (t) + 1) macro
/freebsd-13-stable/contrib/diff/src/
H A Dcmp.c466 char byte_buf[INT_BUFSIZE_BOUND (off_t)];
467 char line_buf[INT_BUFSIZE_BOUND (off_t)];
517 char byte_buf[INT_BUFSIZE_BOUND (off_t)];
/freebsd-13-stable/contrib/ntp/sntp/libopts/
H A Dintprops.h127 #define INT_BUFSIZE_BOUND(t) (INT_STRLEN_BOUND (t) + 1) macro

Completed in 59 milliseconds