Home
last modified time | relevance | path

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

/freebsd-12-stable/lib/ncurses/ncurses/
Dncurses_cfg.h163 #define HAVE_VA_COPY 1 macro
/freebsd-12-stable/crypto/openssh/openbsd-compat/
Dopenbsd-compat.h297 # ifdef HAVE_VA_COPY
/freebsd-12-stable/contrib/ntp/libntp/
Dsnprintf.c289 #ifndef HAVE_VA_COPY
290 #define HAVE_VA_COPY 1 macro
330 #if HAVE_VA_COPY
/freebsd-12-stable/crypto/openssh/
Dconfig.h1714 #define HAVE_VA_COPY 1 macro
Ddefines.h912 #ifndef HAVE_VA_COPY
Dconfigure.ac4547 AC_DEFINE([HAVE_VA_COPY], [1], [Define if va_copy exists]) definition
/freebsd-12-stable/contrib/ntp/sntp/m4/
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-12-stable/contrib/ncurses/ncurses/
Dcurses.priv.h210 #elif defined(va_copy) || defined(HAVE_VA_COPY)
/freebsd-12-stable/contrib/ncurses/
Daclocal.m46456 test "$cf_cv_have_va_copy" = yes && AC_DEFINE(HAVE_VA_COPY,1,[Define to 1 if we have va_copy])