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

/freebsd-13-stable/contrib/apr/strings/
H A Dapr_snprintf.c65 * NUM_BUF_SIZE is the size of the buffer used for arithmetic conversions
69 #define NUM_BUF_SIZE 512 macro
277 * always based on num_buf with a size of NUM_BUF_SIZE.
281 apr_size_t p = (precision + 1 < NUM_BUF_SIZE) \
282 ? precision : NUM_BUF_SIZE - 1; \
444 /* Must be passed a buffer of size NUM_BUF_SIZE where buf_end points
455 ipaddr_str = buf_end - NUM_BUF_SIZE;
708 char num_buf[NUM_BUF_SIZE];
877 &num_buf[NUM_BUF_SIZE], &s_len);
887 &num_buf[NUM_BUF_SIZE],
[all...]

Completed in 101 milliseconds