Home
last modified time | relevance | path

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

/external/e2fsprogs/intl/
Dprintf-parse.c127 dp->width_end = NULL; in PRINTF_PARSE()
200 dp->width_end = cp; in PRINTF_PARSE()
243 dp->width_end = cp; in PRINTF_PARSE()
244 width_length = dp->width_end - dp->width_start; in PRINTF_PARSE()
Dprintf-parse.h43 const char* width_end; member
Dwprintf-parse.h43 const wchar_t* width_end; member
Dvasnprintf.c281 if (dp->width_start != dp->width_end) in VASNPRINTF()
298 while (digitp != dp->width_end); in VASNPRINTF()
517 if (dp->width_start != dp->width_end) in VASNPRINTF()
519 size_t n = dp->width_end - dp->width_start; in VASNPRINTF()