Searched refs:width_start (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.h42 const char* width_start; member in struct:__anon7541
H A Dwprintf-parse.h42 const wchar_t* width_start; member in struct:__anon7543
H A Dprintf-parse.c126 dp->width_start = NULL;
198 dp->width_start = cp;
240 dp->width_start = cp;
244 width_length = dp->width_end - dp->width_start;
H A Dvasnprintf.c281 if (dp->width_start != dp->width_end)
294 const CHAR_T *digitp = dp->width_start;
517 if (dp->width_start != dp->width_end)
519 size_t n = dp->width_end - dp->width_start;
520 memcpy (p, dp->width_start, n * sizeof (CHAR_T));

Completed in 35 milliseconds