Searched refs:PRINTF_PARSE (Results 1 – 10 of 10) sorted by relevance
/third_party/glib/glib/gnulib/ |
D | printf-parse.c | 30 #ifndef PRINTF_PARSE 37 #ifndef PRINTF_PARSE 42 #ifndef PRINTF_PARSE 43 # define PRINTF_PARSE printf_parse macro 85 PRINTF_PARSE (const CHAR_T *format, DIRECTIVES *d, arguments *a) in PRINTF_PARSE() function 636 #undef PRINTF_PARSE
|
D | vasnprintf.c | 141 # define PRINTF_PARSE wprintf_parse macro 152 # define PRINTF_PARSE printf_parse macro 1794 if (PRINTF_PARSE (format, &d, &a) < 0) in VASNPRINTF() 5625 #undef PRINTF_PARSE
|
D | glib-gnulib.patch | 165 #ifndef PRINTF_PARSE
|
/third_party/gettext/gettext-runtime/intl/ |
D | printf-parse.c | 31 #ifndef PRINTF_PARSE 36 #ifndef PRINTF_PARSE 41 #ifndef PRINTF_PARSE 42 # define PRINTF_PARSE printf_parse macro 84 PRINTF_PARSE (const CHAR_T *format, DIRECTIVES *d, arguments *a) in PRINTF_PARSE() function 635 #undef PRINTF_PARSE
|
D | printf.c | 317 #define PRINTF_PARSE wprintf_parse macro
|
D | vasnprintf.c | 139 # define PRINTF_PARSE wprintf_parse macro 150 # define PRINTF_PARSE printf_parse macro 1857 if (PRINTF_PARSE (format, &d, &a) < 0) in VASNPRINTF() 5866 #undef PRINTF_PARSE
|
D | ChangeLog.0 | 539 (PRINTF_PARSE): Change memory handling code so that it uses the first 567 * printf-parse.c (PRINTF_PARSE): Likewise. 587 * printf-parse.c (PRINTF_PARSE): Handle the 'I' flag. 1143 * printf-parse.c (PRINTF_PARSE): Handle a size specifier "q" on MacOS X 1494 (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM. 1495 * vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno is 1638 header if PRINTF_PARSE is already defined. Eliminate the set of 1641 (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U' 1834 (PRINTF_PARSE): Make the support for size specifier 'j' unconditional. 1906 * printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results. [all …]
|
/third_party/gettext/gettext-runtime/libasprintf/ |
D | printf-parse.c | 31 #ifndef PRINTF_PARSE 36 #ifndef PRINTF_PARSE 41 #ifndef PRINTF_PARSE 42 # define PRINTF_PARSE printf_parse macro 84 PRINTF_PARSE (const CHAR_T *format, DIRECTIVES *d, arguments *a) in PRINTF_PARSE() function 635 #undef PRINTF_PARSE
|
D | ChangeLog.0 | 169 (PRINTF_PARSE): Change memory handling code so that it uses the first 185 * printf-parse.c (PRINTF_PARSE): Likewise. 199 * printf-parse.c (PRINTF_PARSE): Handle the 'I' flag. 484 * printf-parse.c (PRINTF_PARSE): Handle a size specifier "q" on MacOS X 588 (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM. 589 * vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno is 656 header if PRINTF_PARSE is already defined. Eliminate the set of 659 (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U' 855 (PRINTF_PARSE): Make the support for size specifier 'j' unconditional. 871 * printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results. [all …]
|
D | vasnprintf.c | 139 # define PRINTF_PARSE wprintf_parse macro 150 # define PRINTF_PARSE printf_parse macro 1857 if (PRINTF_PARSE (format, &d, &a) < 0) in VASNPRINTF() 5866 #undef PRINTF_PARSE
|