Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/texinfo/dist/intl/
H A Dprintf-parse.c129 dp->width_end = NULL; in PRINTF_PARSE()
202 dp->width_end = cp; in PRINTF_PARSE()
245 dp->width_end = 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()
300 while (digitp != dp->width_end); in VASNPRINTF()
519 if (dp->width_start != dp->width_end) in VASNPRINTF()
521 size_t n = dp->width_end - dp->width_start; in VASNPRINTF()
H A Dprintf-parse.h45 const char* width_end; member
H A Dwprintf-parse.h45 const wchar_t* width_end; member
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/intl/
H A Dprintf-parse.c125 dp->width_end = NULL; in PRINTF_PARSE()
198 dp->width_end = cp; in PRINTF_PARSE()
241 dp->width_end = 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()
296 while (digitp != dp->width_end); in VASNPRINTF()
516 if (dp->width_start != dp->width_end) in VASNPRINTF()
518 size_t n = dp->width_end - dp->width_start; in VASNPRINTF()
H A Dprintf-parse.h43 const char* width_end; member
H A Dwprintf-parse.h43 const wchar_t* width_end; member
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/libasprintf/
H A Dprintf-parse.c125 dp->width_end = NULL; in PRINTF_PARSE()
198 dp->width_end = cp; in PRINTF_PARSE()
241 dp->width_end = 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()
296 while (digitp != dp->width_end); in VASNPRINTF()
516 if (dp->width_start != dp->width_end) in VASNPRINTF()
518 size_t n = dp->width_end - dp->width_start; in VASNPRINTF()
H A Dprintf-parse.h43 const char* width_end; member
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dprintf-parse.c129 dp->width_end = NULL; in PRINTF_PARSE()
202 dp->width_end = cp; in PRINTF_PARSE()
245 dp->width_end = 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()
310 while (digitp != dp->width_end); in VASNPRINTF()
528 if (dp->width_start != dp->width_end) in VASNPRINTF()
530 size_t n = dp->width_end - dp->width_start; in VASNPRINTF()
H A Dprintf-parse.h42 const char* width_end; member