Searched refs:mkstemp (Results 1 – 4 of 4) sorted by relevance
140 extern int mkstemp(char* t);
82 fd = mkstemp(tmpname); in create_tmpfile_cloexec()
28 int mkstemp(char* t) { in mkstemp() function
1817 const int dump_fd = mkstemp(makeCharVec(file_path_raw).data()); in writeRingbufferFilesInternal()