Home
last modified time | relevance | path

Searched refs:vsnprintf (Results 1 – 25 of 28) sorted by relevance

12

/toolchain/binutils/binutils-2.25/libiberty/
Dsnprintf.c50 int vsnprintf (char *, size_t, const char *, va_list);
58 result = vsnprintf (s, n, format, ap); in snprintf()
Dvsnprintf.c60 vsnprintf (char *s, size_t n, const char *format, va_list ap) in vsnprintf() function
100 result = vsnprintf (s, n, format, ap); in checkit()
Dconfigure.ac381 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])
DMakefile.in158 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)
Dconfig.in106 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
DChangeLog175 * 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 …]
Dfunctions.texi1892 @c vsnprintf.c:28
1893 @deftypefn Supplemental int vsnprintf (char *@var{buf}, size_t @var{n}, @
/toolchain/binutils/binutils-2.25/gas/
Dmessages.c180 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()
Das.h134 extern int vsnprintf(char *, size_t, const char *, va_list);
Dconfigure.com107 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
Dconfig.in87 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
Dconfigure.ac818 AC_CHECK_DECLS([free, getenv, malloc, mempcpy, realloc, stpcpy, strstr, vsnprintf])
DChangeLog-20062570 * configure.in (CHECK_DECLS): Add vsnprintf.
2576 (vsnprintf): Declare if not already declared.
/toolchain/binutils/binutils-2.25/binutils/
Dsysdep.h112 extern int vsnprintf(char *, size_t, const char *, va_list);
DChangeLog-2006514 * configure.in (CHECK_DECLS): Add snprintf and vsnprintf.
519 (vsnprintf): Likewise.
Dconfig.in77 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
Dconfigure.ac199 sbrk, snprintf, stpcpy, strnlen, strstr, vsnprintf])
Dobjdump.c1465 n = vsnprintf (f->buffer + f->pos, space, format, args); in objdump_sprintf()
/toolchain/binutils/binutils-2.25/include/
Dlibiberty.h641 extern int vsnprintf (char *, size_t, const char *, va_list) ATTRIBUTE_PRINTF(3,0);
DChangeLog1696 * libiberty.h (vsnprintf): Add format attribute.
1706 (vsnprintf) [!HAVE_DECL_VSNPRINTF]: Declare if needed.
/toolchain/binutils/binutils-2.25/gold/
Dconfigure.ac554 AC_CHECK_DECLS([basename, ffs, asprintf, vasprintf, snprintf, vsnprintf, strverscmp])
594 AC_CHECK_DECLS([basename, ffs, asprintf, vasprintf, snprintf, vsnprintf, strverscmp, strndup, memme…
Dconfig.in72 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
/toolchain/binutils/binutils-2.25/bfd/
Dconfig.in75 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
Dconfigure.ac236 AC_CHECK_DECLS(vsnprintf)
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-nds32.c2183 r = vsnprintf (line, sizeof (line), format, ap); in md_assemblef()

12