Searched refs:PRINTF_FETCHARGS (Results 1 – 12 of 12) sorted by relevance
/third_party/gettext/gettext-runtime/intl/ |
D | printf-args.h | 26 #ifndef PRINTF_FETCHARGS 27 # define PRINTF_FETCHARGS printf_fetchargs macro 155 int PRINTF_FETCHARGS (va_list args, arguments *a);
|
D | printf-args.c | 22 #ifndef PRINTF_FETCHARGS 27 #ifndef PRINTF_FETCHARGS 35 PRINTF_FETCHARGS (va_list args, arguments *a) in PRINTF_FETCHARGS() function
|
D | ChangeLog.0 | 1442 * printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL 1448 * printf-args.h (PRINTF_FETCHARGS): New macro. 1453 (PRINTF_FETCHARGS): Renamed from printf_fetchargs. 1455 if PRINTF_FETCHARGS is already defined. 1456 (PRINTF_FETCHARGS): Renamed from printf_fetchargs. 1457 (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING, 1522 (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
|
D | vasnprintf.c | 1867 if (PRINTF_FETCHARGS (args, &a) < 0) in VASNPRINTF()
|
/third_party/gettext/gettext-runtime/libasprintf/ |
D | printf-args.h | 26 #ifndef PRINTF_FETCHARGS 27 # define PRINTF_FETCHARGS printf_fetchargs macro 155 int PRINTF_FETCHARGS (va_list args, arguments *a);
|
D | printf-args.c | 22 #ifndef PRINTF_FETCHARGS 27 #ifndef PRINTF_FETCHARGS 35 PRINTF_FETCHARGS (va_list args, arguments *a) in PRINTF_FETCHARGS() function
|
D | ChangeLog.0 | 541 * printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL 547 * printf-args.h (PRINTF_FETCHARGS): New macro. 552 (PRINTF_FETCHARGS): Renamed from printf_fetchargs. 554 if PRINTF_FETCHARGS is already defined. 555 (PRINTF_FETCHARGS): Renamed from printf_fetchargs. 556 (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING, 616 (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
|
D | vasnprintf.c | 1867 if (PRINTF_FETCHARGS (args, &a) < 0) in VASNPRINTF()
|
/third_party/glib/glib/gnulib/ |
D | printf-args.h | 27 #ifndef PRINTF_FETCHARGS 28 # define PRINTF_FETCHARGS printf_fetchargs macro 156 int PRINTF_FETCHARGS (va_list args, arguments *a);
|
D | printf-args.c | 23 #ifndef PRINTF_FETCHARGS 30 #ifndef PRINTF_FETCHARGS 38 PRINTF_FETCHARGS (va_list args, arguments *a) in PRINTF_FETCHARGS() function
|
D | glib-gnulib.patch | 87 #ifndef PRINTF_FETCHARGS
|
D | vasnprintf.c | 1804 if (PRINTF_FETCHARGS (args, &a) < 0) in VASNPRINTF()
|