mkstemp            47 daemons/based/based_io.c     new_fd = mkstemp(new);
mkstemp           175 daemons/schedulerd/pacemaker-schedulerd.c         graph_file_fd = mkstemp(graph_file);
mkstemp           406 lib/cib/cib_file.c     fd = mkstemp(tmp_cib);
mkstemp           442 lib/cib/cib_file.c     fd = mkstemp(tmp_digest);
mkstemp           683 lib/common/schemas.c     fd = mkstemp(filename);
mkstemp            33 maint/gnulib/lib/mkstemp-safer.c   return fd_safer (mkstemp (templ));
mkstemp           634 maint/gnulib/lib/stdlib.in.h _GL_FUNCDECL_RPL (mkstemp, int, (char * /*template*/) _GL_ARG_NONNULL ((1)));
mkstemp           635 maint/gnulib/lib/stdlib.in.h _GL_CXXALIAS_RPL (mkstemp, int, (char * /*template*/));
mkstemp           638 maint/gnulib/lib/stdlib.in.h _GL_FUNCDECL_SYS (mkstemp, int, (char * /*template*/) _GL_ARG_NONNULL ((1)));
mkstemp           640 maint/gnulib/lib/stdlib.in.h _GL_CXXALIAS_SYS (mkstemp, int, (char * /*template*/));
mkstemp           642 maint/gnulib/lib/stdlib.in.h _GL_CXXALIASWARN (mkstemp);
mkstemp           646 maint/gnulib/lib/stdlib.in.h _GL_WARN_ON_USE (mkstemp, "mkstemp is unportable - "
mkstemp            89 maint/gnulib/tests/test-stdlib-c++.cc SIGNATURE_CHECK (GNULIB_NAMESPACE::mkstemp, int, (char *));