Home
last modified time | relevance | path

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

/minix3/usr.bin/make/
H A Dmake.h485 int mkTempFile(const char *, char **);
H A Dmeta.c142 pbm->mon_fd = mkTempFile("filemon.XXXXXX", NULL); in filemon_open()
H A Dmain.c1928 mkTempFile(const char *pattern, char **fnamep) in mkTempFile() function
H A Djob.c1576 tfd = mkTempFile(TMPPAT, &tfile); in JobStart()