Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/apr/strings/
Dapr_snprintf.c47 } boolean_e; typedef
176 static char *apr_gcvt(double number, int ndigit, char *buf, boolean_e altform) in apr_gcvt()
518 boolean_e add_dp, int precision, int *is_negative, in conv_fp()
720 boolean_e alternate_form; in apr_vformatter()
721 boolean_e print_sign; in apr_vformatter()
722 boolean_e print_blank; in apr_vformatter()
723 boolean_e adjust_precision; in apr_vformatter()
724 boolean_e adjust_width; in apr_vformatter()
738 boolean_e print_something = YES; in apr_vformatter()