Home
last modified time | relevance | path

Searched refs:mkTempFile (Results 1 – 5 of 5) sorted by relevance

/src/contrib/bmake/
H A Dmain.c1736 cmd_fd = mkTempFile(NULL, cmd_file, cmd_filesz); in Cmd_Argv()
2208 mkTempFile(const char *pattern, char *tfile, size_t tfile_sz) in mkTempFile() function
H A Dmake.h1107 int mkTempFile(const char *, char *, size_t) MAKE_ATTR_USE;
H A Dmeta.c159 pbm->mon_fd = mkTempFile("filemon.XXXXXX", NULL, 0); in meta_open_filemon()
H A Djob.c2595 fd = mkTempFile(pattern, tfile, tfile_sz); in Job_TempFile()
H A DChangeLog1731 o avoid strdup in mkTempFile
2130 clean up mkTempFile