Home
last modified time | relevance | path

Searched refs:HAVE_VA_COPY (Results 1 – 9 of 9) sorted by relevance

/freebsd/lib/ncurses/tinfo/
H A Dncurses_cfg.h209 #define HAVE_VA_COPY 1 macro
/freebsd/crypto/openssh/openbsd-compat/
H A Dopenbsd-compat.h304 # ifdef HAVE_VA_COPY
/freebsd/crypto/openssh/
H A Dconfig.h1630 #define HAVE_VA_COPY 1 macro
H A Ddefines.h912 #ifndef HAVE_VA_COPY
H A Dconfigure.ac4622 AC_DEFINE([HAVE_VA_COPY], [1], [Define if va_copy exists]) definition
/freebsd/contrib/ntp/libntp/
H A Dsnprintf.c289 #ifndef HAVE_VA_COPY
290 #define HAVE_VA_COPY 1 macro
330 #if HAVE_VA_COPY
/freebsd/contrib/ntp/sntp/m4/
H A Dsnprintf.m448 # Set $hw_cv_func_va_copy to "yes" or "no". Define HAVE_VA_COPY to 1 if
71 [AC_DEFINE([HAVE_VA_COPY], [1],
/freebsd/contrib/ncurses/ncurses/
H A Dcurses.priv.h237 #elif defined(va_copy) || defined(HAVE_VA_COPY)
/freebsd/contrib/ncurses/
H A Daclocal.m48100 AC_DEFINE(HAVE_VA_COPY,1,[Define to 1 if we have va_copy])