Home
last modified time | relevance | path

Searched refs:HAVE_VSNPRINTF (Results 1 – 20 of 20) sorted by relevance

/dragonfly/contrib/zlib-1.2/
H A Dgzguts.h58 # ifndef HAVE_VSNPRINTF
59 # define HAVE_VSNPRINTF macro
64 # ifndef HAVE_VSNPRINTF
65 # define HAVE_VSNPRINTF macro
70 # ifndef HAVE_VSNPRINTF
71 # define HAVE_VSNPRINTF macro
75 #ifndef HAVE_VSNPRINTF
/dragonfly/contrib/byacc/
H A Dmstring.c23 #ifdef HAVE_VSNPRINTF in msprintf()
39 #ifdef HAVE_VSNPRINTF in msprintf()
/dragonfly/lib/libssh/openbsd-compat/
H A Dopenbsd-compat.h273 #if !defined(HAVE_VASPRINTF) || !defined(HAVE_VSNPRINTF)
298 #ifndef HAVE_VSNPRINTF
/dragonfly/usr.bin/yacc/
H A Dconfig.h74 #define HAVE_VSNPRINTF 1 macro
/dragonfly/usr.bin/top/
H A Dconfig.h211 #define HAVE_VSNPRINTF 1 macro
/dragonfly/gnu/usr.bin/gdb/libreadline/
H A Dconfig.h114 #define HAVE_VSNPRINTF 1 macro
/dragonfly/contrib/gmp/printf/
H A Dvasprintf.c35 #if ! HAVE_VSNPRINTF
H A Dsnprntffuns.c39 #if ! HAVE_VSNPRINTF
H A Drepl-vsnprintf.c27 #if ! HAVE_VSNPRINTF /* only need this file if we don't have vsnprintf */
H A Ddoprntf.c259 #if HAVE_VSNPRINTF in __gmp_doprnt_mpf()
/dragonfly/gnu/usr.bin/gmp/
H A Dconfig.h459 #define HAVE_VSNPRINTF 1 macro
/dragonfly/usr.bin/bmake/
H A Dconfig.h246 #define HAVE_VSNPRINTF 1 macro
/dragonfly/lib/libncurses/include/
H A Dncurses_cfg.h171 #define HAVE_VSNPRINTF 1 macro
/dragonfly/contrib/bmake/
H A Dutil.c362 #if !defined(HAVE_VSNPRINTF) || !defined(HAVE_VASPRINTF)
366 #if !defined(HAVE_VSNPRINTF)
H A Dconfig.h.in245 #undef HAVE_VSNPRINTF
/dragonfly/contrib/ncurses/ncurses/base/
H A Dsafe_sprintf.c262 # if HAVE_VSNPRINTF in NCURSES_SP_NAME()
/dragonfly/lib/libssh/
H A Dconfig.h1714 #define HAVE_VSNPRINTF 1 macro
/dragonfly/contrib/ncurses/include/
H A Dncurses_defs202 HAVE_VSNPRINTF
/dragonfly/contrib/gdb-7/readline/
H A Dhistory.c250 #if defined (HAVE_VSNPRINTF) /* assume snprintf if vsnprintf exists */ in hist_inittime()
H A Ddisplay.c2160 #if defined (HAVE_VSNPRINTF) in rl_message()