HomeSort by: relevance | last modified time | path
    Searched refs:mkstemp (Results 1 - 25 of 33) sorted by relevancy

1 2

  /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
v3dv_debug.c 41 fd = mkstemp(path);
  /xsrc/external/mit/libxshmfence/dist/src/
xshmfence_alloc.c 94 fd = mkstemp(template);
  /xsrc/external/mit/MesaLib/dist/src/util/
anon_file.c 80 fd = mkstemp(tmpname);
  /xsrc/external/mit/bitmap/dist/
bmtoa.c 86 if ((fd = mkstemp(tmpfilename)) >= 0)
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/tests/
glcpp_test.py 84 fd, tmpfile = tempfile.mkstemp()
145 fd, tmpfile = tempfile.mkstemp()
  /xsrc/external/mit/fontconfig/dist/src/
fccompat.c 91 mkstemp (char *template) function
158 fd = mkstemp (template);
  /xsrc/external/mit/ctwm/dist/
parse_m4.c 111 int fd = mkstemp(tmp_name);
113 perror("mkstemp failed in m4_defs");
session.c 861 *fd = mkstemp(tempFile);
  /xsrc/external/mit/xsm/dist/
auth.c 118 *pFd = mkstemp(ptr);
  /xsrc/external/mit/libxcb/dist/tests/
check_public.c 113 v = mkstemp(buf);
  /xsrc/external/mit/xman/dist/
man.h 257 # define mkstemp Xmkstemp macro
search.c 189 fd = mkstemp(tmp);
misc.c 286 /* 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);
  /xsrc/external/mit/MesaLib/dist/src/amd/compiler/
aco_print_asm.cpp 115 fd = mkstemp(path);
  /xsrc/external/mit/smproxy/dist/
save.c 356 tempFd = mkstemp(tempFile);
  /xsrc/external/mit/imake/dist/
imake.c 406 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/xdm/dist/xdm/
auth.c 344 fd = mkstemp (d->authFile);
1119 fd = mkstemp (backup_name);
  /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
radv_debug.c 720 fd = mkstemp(path);
radv_meta.c 307 int fd = mkstemp(path2);//open(path, O_WRONLY | O_CREAT, 0600);
  /xsrc/external/mit/xditview/dist/
Dvi.c 430 int fd = mkstemp(tmpName);
  /xsrc/external/mit/xrdb/dist/
xrdb.c 1137 int fd = mkstemp(tmpname);
1142 #endif /* MKSTEMP */
1325 int fd = mkstemp(template);
  /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
radv_debug.c 805 fd = mkstemp(path);
radv_meta.c 399 int fd = mkstemp(path2); // open(path, O_WRONLY | O_CREAT, 0600);
  /xsrc/external/mit/MesaLib/dist/src/gtest/src/
gtest-port.cc 1112 const int captured_fd = mkstemp(name_template);
  /xsrc/external/mit/MesaLib.old/dist/src/gtest/src/
gtest-port.cc 976 const int captured_fd = mkstemp(name_template);

Completed in 30 milliseconds

1 2