/toolchain/binutils/binutils-2.25/libiberty/ |
D | snprintf.c | 50 int vsnprintf (char *, size_t, const char *, va_list); 58 result = vsnprintf (s, n, format, ap); in snprintf()
|
D | vsnprintf.c | 60 vsnprintf (char *s, size_t n, const char *format, va_list ap) in vsnprintf() function 100 result = vsnprintf (s, n, format, ap); in checkit()
|
D | configure.ac | 381 funcs="$funcs vsnprintf" 416 …AC_CHECK_DECLS([basename(char *), ffs, asprintf, vasprintf, snprintf, vsnprintf, strtol, strtoul, … 517 AC_LIBOBJ([vsnprintf]) 679 AC_CHECK_DECLS([basename(char *), ffs, asprintf, vasprintf, snprintf, vsnprintf])
|
D | Makefile.in | 158 vasprintf.c vfork.c vfprintf.c vprintf.c vsnprintf.c vsprintf.c \ 225 ./vprintf.$(objext) ./vsnprintf.$(objext) ./vsprintf.$(objext) \ 1582 ./vsnprintf.$(objext): $(srcdir)/vsnprintf.c config.h $(INCDIR)/ansidecl.h \ 1585 $(COMPILE.c) $(PICFLAG) $(srcdir)/vsnprintf.c -o pic/$@; \ 1588 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/vsnprintf.c -o noasan/$@; \ 1590 $(COMPILE.c) $(srcdir)/vsnprintf.c $(OUTPUT_OPTION)
|
D | config.in | 106 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
|
D | ChangeLog | 175 * vsnprintf.c (checkit): Use stdarg, not VA_* macros. 817 strtol.c, vasprintf.c, vprintf.c, vsnprintf.c, xmemdup.c: 1274 * vsnprintf.c: Doc fix. 2230 * configure.ac: Add snprintf and vsnprintf to AC_CHEK_DECLS. 2368 vsnprintf.c, vsprintf.c, xexit.c, xmalloc.c, xstrndup.c 2584 * vsnprintf.c (vsnprintf, checkit, main): Likewise. 3655 * vsnprintf.c (vsnprintf): Don't pad string with extra nulls. 3661 vsnprintf. 3662 * snprintf.c, vsnprintf.c: New files. 3663 * Makefile.in (CFILES): Add snprintf.c and vsnprintf.c. [all …]
|
D | functions.texi | 1892 @c vsnprintf.c:28 1893 @deftypefn Supplemental int vsnprintf (char *@var{buf}, size_t @var{n}, @
|
/toolchain/binutils/binutils-2.25/gas/ |
D | messages.c | 180 vsnprintf (buffer, sizeof (buffer), format, args); in as_warn() 199 vsnprintf (buffer, sizeof (buffer), format, args); in as_warn_where() 243 vsnprintf (buffer, sizeof (buffer), format, args); in as_bad() 260 vsnprintf (buffer, sizeof (buffer), format, args); in as_bad_where()
|
D | as.h | 134 extern int vsnprintf(char *, size_t, const char *, va_list);
|
D | configure.com | 107 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
|
D | config.in | 87 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
|
D | configure.ac | 818 AC_CHECK_DECLS([free, getenv, malloc, mempcpy, realloc, stpcpy, strstr, vsnprintf])
|
D | ChangeLog-2006 | 2570 * configure.in (CHECK_DECLS): Add vsnprintf. 2576 (vsnprintf): Declare if not already declared.
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | sysdep.h | 112 extern int vsnprintf(char *, size_t, const char *, va_list);
|
D | ChangeLog-2006 | 514 * configure.in (CHECK_DECLS): Add snprintf and vsnprintf. 519 (vsnprintf): Likewise.
|
D | config.in | 77 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
|
D | configure.ac | 199 sbrk, snprintf, stpcpy, strnlen, strstr, vsnprintf])
|
D | objdump.c | 1465 n = vsnprintf (f->buffer + f->pos, space, format, args); in objdump_sprintf()
|
/toolchain/binutils/binutils-2.25/include/ |
D | libiberty.h | 641 extern int vsnprintf (char *, size_t, const char *, va_list) ATTRIBUTE_PRINTF(3,0);
|
D | ChangeLog | 1696 * libiberty.h (vsnprintf): Add format attribute. 1706 (vsnprintf) [!HAVE_DECL_VSNPRINTF]: Declare if needed.
|
/toolchain/binutils/binutils-2.25/gold/ |
D | configure.ac | 554 AC_CHECK_DECLS([basename, ffs, asprintf, vasprintf, snprintf, vsnprintf, strverscmp]) 594 AC_CHECK_DECLS([basename, ffs, asprintf, vasprintf, snprintf, vsnprintf, strverscmp, strndup, memme…
|
D | config.in | 72 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | config.in | 75 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
|
D | configure.ac | 236 AC_CHECK_DECLS(vsnprintf)
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-nds32.c | 2183 r = vsnprintf (line, sizeof (line), format, ap); in md_assemblef()
|