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

/freebsd-10.1-release/contrib/apr/strings/
H A Dapr_snprintf.c724 boolean_e adjust_width; local
773 adjust_width = YES;
778 adjust_width = YES;
787 adjust_width = NO;
810 adjust_precision = adjust_width = NO;
1316 if (adjust_width && adjust == RIGHT && min_width > s_len) {
1336 if (adjust_width && adjust == LEFT && min_width > s_len)

Completed in 110 milliseconds