Home
last modified time | relevance | path

Searched refs:width_start (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl2/xcvs/dist/lib/
Dprintf-parse.c128 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()
Dvasnprintf.c293 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()
Dprintf-parse.h41 const char* width_start; member