Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/apr/include/
Dapr_strings.h372 APR_DECLARE(char *) apr_strfsize(apr_off_t size, char *buf);
/freebsd-12-stable/contrib/apr/strings/
Dapr_strings.c432 APR_DECLARE(char *) apr_strfsize(apr_off_t size, char *buf) in apr_strfsize() function
Dapr_snprintf.c1264 s = apr_strfsize(size, buf); in apr_vformatter()