Home
last modified time | relevance | path

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

/dflybsd-src/contrib/cvs-1.12/lib/
H A Dprintf-parse.c126 dp->width_end = NULL; in PRINTF_PARSE()
199 dp->width_end = cp; in PRINTF_PARSE()
242 dp->width_end = cp; in PRINTF_PARSE()
243 width_length = dp->width_end - dp->width_start; in PRINTF_PARSE()
H A Dvasnprintf.c285 if (dp->width_start != dp->width_end) in VASNPRINTF()
302 while (digitp != dp->width_end); in VASNPRINTF()
520 if (dp->width_start != dp->width_end) in VASNPRINTF()
522 size_t n = dp->width_end - dp->width_start; in VASNPRINTF()
H A Dprintf-parse.h42 const char* width_end; member