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

1 2 3 4 5 6 7 8 910

  /src/external/bsd/libevent/dist/test/
tinytest_local.h 10 #ifdef snprintf
11 #undef snprintf macro
13 #define snprintf evutil_snprintf macro
tinytest_local.h 10 #ifdef snprintf
11 #undef snprintf macro
13 #define snprintf evutil_snprintf macro
  /src/external/bsd/ntp/dist/sntp/libevent/test/
tinytest_local.h 11 #ifdef snprintf
12 #undef snprintf macro
14 #define snprintf evutil_snprintf macro
tinytest_local.h 11 #ifdef snprintf
12 #undef snprintf macro
14 #define snprintf evutil_snprintf macro
  /src/external/bsd/ntp/dist/include/
c99_snprintf.h 6 * Included from config.h to deal with replacing [v]snprintf() on older
11 * where system headers define [v]snprintf as preprocessor macros.
19 * but before #define snprintf rpl_snprintf
25 # undef snprintf macro
c99_snprintf.h 6 * Included from config.h to deal with replacing [v]snprintf() on older
11 * where system headers define [v]snprintf as preprocessor macros.
19 * but before #define snprintf rpl_snprintf
25 # undef snprintf macro
  /src/sys/lib/libsa/
snprintf.c 1 /* $NetBSD: snprintf.c,v 1.5 2011/07/17 20:54:52 joerg Exp $ */
41 snprintf(char *buf, size_t size, const char *fmt, ...) function
snprintf.c 1 /* $NetBSD: snprintf.c,v 1.5 2011/07/17 20:54:52 joerg Exp $ */
41 snprintf(char *buf, size_t size, const char *fmt, ...) function
  /src/external/bsd/nvi/dist/clib/
snprintf.c 15 * PUBLIC: int snprintf __P((char *, size_t, const char *, ...));
20 snprintf(char *str, size_t n, const char *fmt, ...) function
22 snprintf(str, n, fmt, va_alist)
snprintf.c 15 * PUBLIC: int snprintf __P((char *, size_t, const char *, ...));
20 snprintf(char *str, size_t n, const char *fmt, ...) function
22 snprintf(str, n, fmt, va_alist)
  /src/external/gpl3/binutils/dist/libiberty/
snprintf.c 1 /* Implement the snprintf function.
28 @deftypefn Supplemental int snprintf (char *@var{buf}, size_t @var{n}, @
53 snprintf (char *s, size_t n, const char *format, ...) function
snprintf.c 1 /* Implement the snprintf function.
28 @deftypefn Supplemental int snprintf (char *@var{buf}, size_t @var{n}, @
53 snprintf (char *s, size_t n, const char *format, ...) function
  /src/external/gpl3/binutils.old/dist/libiberty/
snprintf.c 1 /* Implement the snprintf function.
28 @deftypefn Supplemental int snprintf (char *@var{buf}, size_t @var{n}, @
53 snprintf (char *s, size_t n, const char *format, ...) function
snprintf.c 1 /* Implement the snprintf function.
28 @deftypefn Supplemental int snprintf (char *@var{buf}, size_t @var{n}, @
53 snprintf (char *s, size_t n, const char *format, ...) function
  /src/external/gpl3/gcc/dist/libiberty/
snprintf.c 1 /* Implement the snprintf function.
28 @deftypefn Supplemental int snprintf (char *@var{buf}, size_t @var{n}, @
53 snprintf (char *s, size_t n, const char *format, ...) function
snprintf.c 1 /* Implement the snprintf function.
28 @deftypefn Supplemental int snprintf (char *@var{buf}, size_t @var{n}, @
53 snprintf (char *s, size_t n, const char *format, ...) function
  /src/external/gpl3/gcc.old/dist/libiberty/
snprintf.c 1 /* Implement the snprintf function.
28 @deftypefn Supplemental int snprintf (char *@var{buf}, size_t @var{n}, @
53 snprintf (char *s, size_t n, const char *format, ...) function
snprintf.c 1 /* Implement the snprintf function.
28 @deftypefn Supplemental int snprintf (char *@var{buf}, size_t @var{n}, @
53 snprintf (char *s, size_t n, const char *format, ...) function
  /src/external/gpl3/gdb.old/dist/libiberty/
snprintf.c 1 /* Implement the snprintf function.
28 @deftypefn Supplemental int snprintf (char *@var{buf}, size_t @var{n}, @
53 snprintf (char *s, size_t n, const char *format, ...) function
snprintf.c 1 /* Implement the snprintf function.
28 @deftypefn Supplemental int snprintf (char *@var{buf}, size_t @var{n}, @
53 snprintf (char *s, size_t n, const char *format, ...) function
  /src/external/mit/libuv/dist/src/win/
snprintf.c 27 /* Emulate snprintf() on MSVC<2015, _snprintf() doesn't zero-terminate the buffer
30 int snprintf(char* buf, size_t len, const char* fmt, ...) { function
snprintf.c 27 /* Emulate snprintf() on MSVC<2015, _snprintf() doesn't zero-terminate the buffer
30 int snprintf(char* buf, size_t len, const char* fmt, ...) { function
  /src/external/gpl3/gdb/dist/libiberty/
snprintf.c 1 /* Implement the snprintf function.
28 @deftypefn Supplemental int snprintf (char *@var{buf}, size_t @var{n}, @
53 snprintf (char *s, size_t n, const char *format, ...) function
snprintf.c 1 /* Implement the snprintf function.
28 @deftypefn Supplemental int snprintf (char *@var{buf}, size_t @var{n}, @
53 snprintf (char *s, size_t n, const char *format, ...) function
  /src/include/ssp/
stdio.h 61 #define snprintf(str, len, ...) \ macro

Completed in 43 milliseconds

1 2 3 4 5 6 7 8 910