Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/bmake/
H A Dmake.h509 int mkTempFile(const char *, char **);
H A Dmeta.c157 pbm->mon_fd = mkTempFile("filemon.XXXXXX", NULL); in filemon_open()
H A Dmain.c2135 mkTempFile(const char *pattern, char **fnamep) in mkTempFile() function
H A Djob.c1651 tfd = mkTempFile(TMPPAT, &tfile); in JobStart()