Home
last modified time | relevance | path

Searched refs:mkstemp (Results 1 – 25 of 28) sorted by relevance

12

/ndk/sources/host-tools/sed-4.2.1/m4/
Dmkstemp.m48 # On some hosts (e.g., HP-UX 10.20, SunOS 4.1.4, Solaris 2.5.1), mkstemp has a
10 # Other systems lack mkstemp altogether.
11 # On OSF1/Tru64 V4.0F, the system-provided mkstemp function can create
19 AC_CACHE_CHECK([for working mkstemp],
22 mkdir conftest.mkstemp
32 char templ[] = "conftest.mkstemp/coXXXXXX";
33 int (*mkstemp_function) (char *) = mkstemp;
43 rm -rf conftest.mkstemp
48 AC_LIBOBJ([mkstemp])
53 # Prerequisites of lib/mkstemp.c.
Dgnulib-comp.m491 gl_STDLIB_MODULE_INDICATOR([mkstemp])
306 lib/mkstemp.c
404 m4/mkstemp.m4
/ndk/sources/host-tools/sed-4.2.1/lib/
Dstdlib.in.h219 # define mkstemp rpl_mkstemp
220 extern int mkstemp (char * /*template*/);
226 # undef mkstemp
227 # define mkstemp(t) \
230 mkstemp (t))
Dmkstemp.c40 mkstemp (template) in mkstemp() function
Dgnulib.mk446 EXTRA_DIST += mkstemp.c
448 EXTRA_libsed_a_SOURCES += mkstemp.c
DMakefile.in73 $(top_srcdir)/m4/mkstemp.m4 $(top_srcdir)/m4/mmap-anon.m4 \
608 mbrtowc.c mbsinit.c memchr.c memchr.valgrind mkstemp.c \
647 mkstemp.c obstack.c quote.c quotearg.c realloc.c regcomp.c \
735 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mkstemp.Po@am__quote@
/ndk/sources/host-tools/sed-4.2.1/
Dbootstrap.sh40 /* Toggle if you encounter errors in lib/mkstemp.c. */
126 ${CC} -DHAVE_CONFIG_H -I.. -I. -c mkstemp.c || exit 1
Dbootstrap.sh.in40 /* Toggle if you encounter errors in lib/mkstemp.c. */
126 ${CC} -DHAVE_CONFIG_H -I.. -I. -c mkstemp.c || exit 1
DMakefile.in67 $(top_srcdir)/m4/mkstemp.m4 $(top_srcdir)/m4/mmap-anon.m4 \
Daclocal.m4921 m4_include([m4/mkstemp.m4])
Dconfigure18618 mkdir conftest.mkstemp
18639 int (*mkstemp_function) (char *) = mkstemp;
18686 rm -rf conftest.mkstemp
/ndk/sources/cxx-stl/gabi++/include/
Dcstdlib55 using ::mkstemp;
/ndk/sources/cxx-stl/system/include/
Dcstdlib55 using ::mkstemp;
/ndk/sources/host-tools/make-3.81/
Dconfigh.dos52 /* Define if you have the mkstemp function. */
Dmain.c845 extern int mkstemp PARAMS ((char *template));
864 fd = mkstemp (*name); in open_tmpfile()
Dconfig.h.in148 /* Define to 1 if you have the `mkstemp' function. */
Dconfigure.in152 AC_CHECK_FUNCS( memcpy memmove strchr strdup mkstemp mktemp fdopen \
Dconfig.h.W32153 /* Define to 1 if you have the `mkstemp' function. */
/ndk/sources/host-tools/sed-4.2.1/sed/
Dutils.c224 fd = mkstemp (template);
DMakefile.in62 $(top_srcdir)/m4/mkstemp.m4 $(top_srcdir)/m4/mmap-anon.m4 \
/ndk/sources/third_party/googletest/googletest/src/
Dgtest-port.cc556 const int captured_fd = mkstemp(name_template); in CapturedStream()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Ddebug.ipp426 fd_holder cmd_fd( ::mkstemp( cmd_file_name ) );
863 fd_holder init_done_lock_fd( ::mkstemp( init_done_lock_fn ) );
/ndk/sources/host-tools/sed-4.2.1/doc/
DMakefile.in63 $(top_srcdir)/m4/mkstemp.m4 $(top_srcdir)/m4/mmap-anon.m4 \
/ndk/sources/host-tools/sed-4.2.1/testsuite/
DMakefile.in71 $(top_srcdir)/m4/mkstemp.m4 $(top_srcdir)/m4/mmap-anon.m4 \
/ndk/sources/host-tools/make-3.81/autom4te.cache/
Dtraces.0681 m4trace:configure.in:152: -1- AH_OUTPUT([HAVE_MKSTEMP], [/* Define to 1 if you have the `mkstemp\' …

12