Home
last modified time | relevance | path

Searched refs:HAVE_MKDTEMP (Results 1 – 10 of 10) sorted by relevance

/freebsd-10-stable/gnu/usr.bin/binutils/libbinutils/
Dconfig.h101 #define HAVE_MKDTEMP 1 macro
/freebsd-10-stable/crypto/openssh/openbsd-compat/
Dmktemp.c37 #if !defined(HAVE_MKDTEMP) || defined(HAVE_STRICT_MKSTEMP)
Dopenbsd-compat.h112 #if !defined(HAVE_MKDTEMP) || defined(HAVE_STRICT_MKSTEMP)
/freebsd-10-stable/lib/clang/include/llvm/Config/
Dconfig.h280 #define HAVE_MKDTEMP 1 macro
/freebsd-10-stable/crypto/openssh/
Dconfig.h795 #define HAVE_MKDTEMP 1 macro
/freebsd-10-stable/contrib/binutils/binutils/
Dbucomm.c470 #ifdef HAVE_MKDTEMP in make_tempdir()
DChangeLog668 * bucomm.h (make_tempdir): Declare independently of HAVE_MKDTEMP.
672 when !HAVE_MKDTEMP.
674 (copy_archive): Use make_tempdir when !HAVE_MKDTEMP too. Fix
Dconfig.in95 #undef HAVE_MKDTEMP
Dconfigure.in91 AC_DEFINE([HAVE_MKDTEMP], 1,
DChangeLog-200653 * config.in (HAVE_MKDTEMP): New potential define.