Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/texinfo/dist/intl/
H A 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()
H A Dvasnprintf.c283 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()
H A Dprintf-parse.h44 const char* width_start; member
H A Dwprintf-parse.h44 const wchar_t* width_start; member
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/intl/
H A Dprintf-parse.c124 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()
H A Dvasnprintf.c279 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()
H A Dprintf-parse.h42 const char* width_start; member
H A Dwprintf-parse.h42 const wchar_t* width_start; member
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/libasprintf/
H A Dprintf-parse.c124 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()
H A Dvasnprintf.c279 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()
H A Dprintf-parse.h42 const char* width_start; member
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A 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()
H A 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()
H A Dprintf-parse.h41 const char* width_start; member