HomeSort by: relevance | last modified time | path
    Searched defs:vsnprintf (Results 1 - 25 of 124) sorted by relevancy

1 2 3 4 5

  /src/external/bsd/nvi/dist/clib/
vsnprintf.c 15 * PUBLIC: int vsnprintf __P((char *, size_t, const char *, ...));
19 vsnprintf(str, n, fmt, ap) function
  /src/lib/libc/ssp/
vsnprintf_chk.c 41 #undef vsnprintf macro
50 return vsnprintf(buf, len, fmt, ap);
snprintf_chk.c 41 #undef vsnprintf macro
55 rv = vsnprintf(buf, len, fmt, ap);
vsprintf_chk.c 43 #undef vsnprintf macro
55 if ((rv = vsnprintf(buf, slen, fmt, ap)) >= 0 && (size_t)rv >= slen)
sprintf_chk.c 42 #undef vsnprintf macro
57 if ((rv = vsnprintf(buf, slen, fmt, ap)) >= 0 && (size_t)rv >= slen)
  /src/external/bsd/ntp/dist/include/
c99_snprintf.h 28 # undef vsnprintf macro
  /src/include/ssp/
stdio.h 64 #define vsnprintf(str, len, fmt, ap) \ macro
  /src/external/bsd/ntp/dist/libntp/lib/isc/include/isc/
print.h 73 #define vsnprintf isc_print_vsnprintf macro
  /src/external/gpl3/gcc/dist/libssp/ssp/
stdio.h 48 #undef vsnprintf macro
73 #define vsnprintf(str, len, fmt, ap) \ macro
  /src/external/gpl3/gcc.old/dist/libssp/ssp/
stdio.h 48 #undef vsnprintf macro
73 #define vsnprintf(str, len, fmt, ap) \ macro
  /src/lib/libc/stdio/
vsnprintf.c 1 /* $NetBSD: vsnprintf.c,v 1.29 2017/01/12 18:16:52 christos Exp $ */
38 static char sccsid[] = "@(#)vsnprintf.c 8.1 (Berkeley) 6/4/93";
40 __RCSID("$NetBSD: vsnprintf.c,v 1.29 2017/01/12 18:16:52 christos Exp $");
55 # undef vsnprintf macro
56 # define vsnprintf _vsnprintf macro
61 int vsnprintf(char * __restrict, size_t, const char * __restrict,
66 __weak_alias(vsnprintf,_vsnprintf)
105 vsnprintf(char *str, size_t n, const char *fmt, va_list ap) function
117 ret = vsnprintf(str, n, fmt, ap);
  /src/external/bsd/ntp/dist/sntp/libopts/compat/
snprintf.c 57 vsnprintf( char *str, size_t n, char const *fmt, va_list ap ) function
  /src/external/gpl3/binutils/dist/libiberty/
vsnprintf.c 1 /* Implement the vsnprintf function.
28 @deftypefn Supplemental int vsnprintf (char *@var{buf}, size_t @var{n}, @
60 vsnprintf (char *s, size_t n, const char *format, va_list ap) function
100 result = vsnprintf (s, n, format, ap);
  /src/external/gpl3/binutils.old/dist/libiberty/
vsnprintf.c 1 /* Implement the vsnprintf function.
28 @deftypefn Supplemental int vsnprintf (char *@var{buf}, size_t @var{n}, @
60 vsnprintf (char *s, size_t n, const char *format, va_list ap) function
100 result = vsnprintf (s, n, format, ap);
  /src/external/gpl3/gcc/dist/libiberty/
vsnprintf.c 1 /* Implement the vsnprintf function.
28 @deftypefn Supplemental int vsnprintf (char *@var{buf}, size_t @var{n}, @
60 vsnprintf (char *s, size_t n, const char *format, va_list ap) function
100 result = vsnprintf (s, n, format, ap);
  /src/external/gpl3/gcc.old/dist/libiberty/
vsnprintf.c 1 /* Implement the vsnprintf function.
28 @deftypefn Supplemental int vsnprintf (char *@var{buf}, size_t @var{n}, @
60 vsnprintf (char *s, size_t n, const char *format, va_list ap) function
100 result = vsnprintf (s, n, format, ap);
  /src/external/gpl3/gdb.old/dist/libiberty/
vsnprintf.c 1 /* Implement the vsnprintf function.
28 @deftypefn Supplemental int vsnprintf (char *@var{buf}, size_t @var{n}, @
60 vsnprintf (char *s, size_t n, const char *format, va_list ap) function
100 result = vsnprintf (s, n, format, ap);
  /src/external/lgpl3/gmp/dist/printf/
vasprintf.c 39 #define vsnprintf __gmp_replacement_vsnprintf macro
46 that. Using vsnprintf unfortunately means we might have to re-run it if
51 ISO C99 standard vsnprintf will tell us what we really need.
53 GLIBC 2.0.x vsnprintf returns either -1 or space-1 to indicate overflow,
57 A return of space-1 is success on a C99 vsnprintf, but we're not
58 bothering to identify which style vsnprintf we've got, so just take the
62 the next vsnprintf return value will be space-2, which is unambiguously
66 vsnprintf might trash it's given ap, so copy it in case we need to use it
82 ret = vsnprintf (d->buf + d->size, space, fmt, ap);
  /src/external/gpl3/gdb/dist/libiberty/
vsnprintf.c 1 /* Implement the vsnprintf function.
28 @deftypefn Supplemental int vsnprintf (char *@var{buf}, size_t @var{n}, @
60 vsnprintf (char *s, size_t n, const char *format, va_list ap) function
100 result = vsnprintf (s, n, format, ap);
  /src/external/gpl3/gdb.old/dist/libsframe/testsuite/libsframe.decode/
be-flipping.c 26 /* DejaGnu should not use gnulib's vsnprintf replacement here. */
27 #undef vsnprintf macro
frecnt-1.c 26 /* DejaGnu should not use gnulib's vsnprintf replacement here. */
27 #undef vsnprintf macro
frecnt-2.c 26 /* DejaGnu should not use gnulib's vsnprintf replacement here. */
27 #undef vsnprintf macro
  /src/external/gpl3/gdb.old/dist/libsframe/testsuite/libsframe.find/
findfre-1.c 26 /* DejaGnu should not use gnulib's vsnprintf replacement here. */
27 #undef vsnprintf macro
findfunc-1.c 33 /* DejaGnu should not use gnulib's vsnprintf replacement here. */
34 #undef vsnprintf macro
plt-findfre-1.c 26 /* DejaGnu should not use gnulib's vsnprintf replacement here. */
27 #undef vsnprintf macro

Completed in 66 milliseconds

1 2 3 4 5