Searched refs:mkstemp (Results 1 - 25 of 48) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_debug.c41 fd = mkstemp(path);
/xsrc/external/mit/libxshmfence/dist/src/
H A Dxshmfence_alloc.c94 fd = mkstemp(template);
/xsrc/external/mit/MesaLib/dist/src/util/
H A Danon_file.c80 fd = mkstemp(tmpname);
/xsrc/external/mit/xditview/dist/
H A Dconfigure.ac46 AC_CHECK_FUNC([mkstemp],
47 AC_DEFINE(HAS_MKSTEMP,1,[Define to 1 if you have the "mkstemp" function.]))
H A DDvi.c430 int fd = mkstemp(tmpName);
/xsrc/external/mit/bitmap/dist/
H A Dbmtoa.c86 if ((fd = mkstemp(tmpfilename)) >= 0)
H A Dconfigure.ac46 AC_CHECK_FUNCS([mkstemp])
/xsrc/external/mit/fontconfig/dist/src/
H A Dfccompat.c91 mkstemp (char *template) function in typeref:typename:int
158 fd = mkstemp (template);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/tests/
H A Dglcpp_test.py84 fd, tmpfile = tempfile.mkstemp()
145 fd, tmpfile = tempfile.mkstemp()
/xsrc/external/mit/xsm/dist/
H A Dauth.c118 *pFd = mkstemp(ptr);
H A Dconfigure.ac47 AC_CHECK_FUNCS([mkstemp putenv])
/xsrc/external/mit/ctwm/dist/
H A Dparse_m4.c111 int fd = mkstemp(tmp_name);
113 perror("mkstemp failed in m4_defs");
/xsrc/external/mit/smproxy/dist/
H A Dconfigure.ac44 AC_CHECK_FUNCS([asprintf mkstemp mktemp])
H A Dsave.c356 tempFd = mkstemp(tempFile);
/xsrc/external/mit/twm/dist/
H A Dconfigure.ac49 AC_CHECK_FUNCS([mkstemp])
/xsrc/external/mit/xrdb/dist/
H A Dconfigure.ac40 AC_CHECK_FUNCS([mkstemp asprintf reallocarray])
/xsrc/external/mit/libxcb/dist/tests/
H A Dcheck_public.c113 v = mkstemp(buf);
/xsrc/external/mit/xman/dist/
H A Dman.h257 # define mkstemp Xmkstemp macro
H A Dsearch.c189 fd = mkstemp(tmp);
H A Dmisc.c286 /* Emulate mkstemp to allow use of a common API in the many calls below */
369 fd = mkstemp(tmp);
442 fd = mkstemp(tmp);
540 fd = mkstemp(tmp);
H A Dconfigure.ac56 AC_CHECK_FUNCS([mkstemp])
/xsrc/external/mit/imake/dist/
H A Dconfigure.ac45 AC_CHECK_FUNCS([mkstemp])
H A Dimake.c406 int fd = mkstemp(tmpMakefileName);
970 /* Linux + ELF has mkstemp() */
972 if ((tmpfd = mkstemp(aout)) == -1) {
973 perror("mkstemp");
1784 fd=mkstemp(tmpImakefileName);
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_print_asm.cpp115 fd = mkstemp(path);
/xsrc/external/mit/xdm/dist/xdm/
H A Dauth.c344 fd = mkstemp (d->authFile);
1119 fd = mkstemp (backup_name);

Completed in 26 milliseconds

12