Home
last modified time | relevance | path

Searched refs:PRINTF_FETCHARGS (Results 1 – 12 of 12) sorted by relevance

/third_party/gettext/gettext-runtime/intl/
Dprintf-args.h26 #ifndef PRINTF_FETCHARGS
27 # define PRINTF_FETCHARGS printf_fetchargs macro
155 int PRINTF_FETCHARGS (va_list args, arguments *a);
Dprintf-args.c22 #ifndef PRINTF_FETCHARGS
27 #ifndef PRINTF_FETCHARGS
35 PRINTF_FETCHARGS (va_list args, arguments *a) in PRINTF_FETCHARGS() function
DChangeLog.01442 * 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
Dvasnprintf.c1867 if (PRINTF_FETCHARGS (args, &a) < 0) in VASNPRINTF()
/third_party/gettext/gettext-runtime/libasprintf/
Dprintf-args.h26 #ifndef PRINTF_FETCHARGS
27 # define PRINTF_FETCHARGS printf_fetchargs macro
155 int PRINTF_FETCHARGS (va_list args, arguments *a);
Dprintf-args.c22 #ifndef PRINTF_FETCHARGS
27 #ifndef PRINTF_FETCHARGS
35 PRINTF_FETCHARGS (va_list args, arguments *a) in PRINTF_FETCHARGS() function
DChangeLog.0541 * 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
Dvasnprintf.c1867 if (PRINTF_FETCHARGS (args, &a) < 0) in VASNPRINTF()
/third_party/glib/glib/gnulib/
Dprintf-args.h27 #ifndef PRINTF_FETCHARGS
28 # define PRINTF_FETCHARGS printf_fetchargs macro
156 int PRINTF_FETCHARGS (va_list args, arguments *a);
Dprintf-args.c23 #ifndef PRINTF_FETCHARGS
30 #ifndef PRINTF_FETCHARGS
38 PRINTF_FETCHARGS (va_list args, arguments *a) in PRINTF_FETCHARGS() function
Dglib-gnulib.patch87 #ifndef PRINTF_FETCHARGS
Dvasnprintf.c1804 if (PRINTF_FETCHARGS (args, &a) < 0) in VASNPRINTF()