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

/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/intl/
H A Dprintf-parse.h58 size_t max_width_length; member in struct:__anon7542
H A Dwprintf-parse.h58 size_t max_width_length; member in struct:__anon7544
H A Dprintf-parse.c69 size_t max_width_length = 0; local
201 if (max_width_length < 1)
202 max_width_length = 1;
245 if (max_width_length < width_length)
246 max_width_length = width_length;
522 d->max_width_length = max_width_length;
H A Dvasnprintf.c148 xsum4 (7, d.max_width_length, d.max_precision_length, 6);

Completed in 39 milliseconds