Searched refs:width_start (Results 1 – 14 of 14) sorted by relevance
128 dp->width_start = NULL; in PRINTF_PARSE()200 dp->width_start = cp; in PRINTF_PARSE()242 dp->width_start = cp; in PRINTF_PARSE()246 width_length = dp->width_end - dp->width_start; in PRINTF_PARSE()
283 if (dp->width_start != dp->width_end) in VASNPRINTF()296 const CHAR_T *digitp = dp->width_start; in VASNPRINTF()519 if (dp->width_start != dp->width_end) in VASNPRINTF()521 size_t n = dp->width_end - dp->width_start; in VASNPRINTF()522 memcpy (p, dp->width_start, n * sizeof (CHAR_T)); in VASNPRINTF()
44 const char* width_start; member
44 const wchar_t* width_start; member
124 dp->width_start = NULL; in PRINTF_PARSE()196 dp->width_start = cp; in PRINTF_PARSE()238 dp->width_start = cp; in PRINTF_PARSE()242 width_length = dp->width_end - dp->width_start; in PRINTF_PARSE()
279 if (dp->width_start != dp->width_end) in VASNPRINTF()292 const CHAR_T *digitp = dp->width_start; in VASNPRINTF()516 if (dp->width_start != dp->width_end) in VASNPRINTF()518 size_t n = dp->width_end - dp->width_start; in VASNPRINTF()519 memcpy (p, dp->width_start, n * sizeof (CHAR_T)); in VASNPRINTF()
42 const char* width_start; member
42 const wchar_t* width_start; member
293 if (dp->width_start != dp->width_end) in VASNPRINTF()306 const CHAR_T *digitp = dp->width_start; in VASNPRINTF()528 if (dp->width_start != dp->width_end) in VASNPRINTF()530 size_t n = dp->width_end - dp->width_start; in VASNPRINTF()531 memcpy (p, dp->width_start, n * sizeof (CHAR_T)); in VASNPRINTF()
41 const char* width_start; member