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

/freebsd-10.1-release/contrib/apr/strings/
H A Dapr_snprintf.c701 char prefix_char; local
742 prefix_char = NUL;
912 prefix_char = '-';
914 prefix_char = '+';
916 prefix_char = ' ';
1039 prefix_char = '-';
1041 prefix_char = '+';
1043 prefix_char = ' ';
1060 prefix_char = *s++;
1062 prefix_char
[all...]

Completed in 93 milliseconds