Searched refs:mkstemp (Results 1 – 25 of 28) sorted by relevance
12
8 # On some hosts (e.g., HP-UX 10.20, SunOS 4.1.4, Solaris 2.5.1), mkstemp has a10 # Other systems lack mkstemp altogether.11 # On OSF1/Tru64 V4.0F, the system-provided mkstemp function can create19 AC_CACHE_CHECK([for working mkstemp],22 mkdir conftest.mkstemp32 char templ[] = "conftest.mkstemp/coXXXXXX";33 int (*mkstemp_function) (char *) = mkstemp;43 rm -rf conftest.mkstemp48 AC_LIBOBJ([mkstemp])53 # Prerequisites of lib/mkstemp.c.
91 gl_STDLIB_MODULE_INDICATOR([mkstemp])306 lib/mkstemp.c404 m4/mkstemp.m4
219 # define mkstemp rpl_mkstemp220 extern int mkstemp (char * /*template*/);226 # undef mkstemp227 # define mkstemp(t) \230 mkstemp (t))
40 mkstemp (template) in mkstemp() function
446 EXTRA_DIST += mkstemp.c448 EXTRA_libsed_a_SOURCES += mkstemp.c
73 $(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@
40 /* Toggle if you encounter errors in lib/mkstemp.c. */126 ${CC} -DHAVE_CONFIG_H -I.. -I. -c mkstemp.c || exit 1
67 $(top_srcdir)/m4/mkstemp.m4 $(top_srcdir)/m4/mmap-anon.m4 \
921 m4_include([m4/mkstemp.m4])
18618 mkdir conftest.mkstemp18639 int (*mkstemp_function) (char *) = mkstemp;18686 rm -rf conftest.mkstemp
55 using ::mkstemp;
52 /* Define if you have the mkstemp function. */
845 extern int mkstemp PARAMS ((char *template));864 fd = mkstemp (*name); in open_tmpfile()
148 /* Define to 1 if you have the `mkstemp' function. */
152 AC_CHECK_FUNCS( memcpy memmove strchr strdup mkstemp mktemp fdopen \
153 /* Define to 1 if you have the `mkstemp' function. */
224 fd = mkstemp (template);
62 $(top_srcdir)/m4/mkstemp.m4 $(top_srcdir)/m4/mmap-anon.m4 \
556 const int captured_fd = mkstemp(name_template); in CapturedStream()
426 fd_holder cmd_fd( ::mkstemp( cmd_file_name ) );863 fd_holder init_done_lock_fd( ::mkstemp( init_done_lock_fn ) );
63 $(top_srcdir)/m4/mkstemp.m4 $(top_srcdir)/m4/mmap-anon.m4 \
71 $(top_srcdir)/m4/mkstemp.m4 $(top_srcdir)/m4/mmap-anon.m4 \
681 m4trace:configure.in:152: -1- AH_OUTPUT([HAVE_MKSTEMP], [/* Define to 1 if you have the `mkstemp\' …