Searched refs:tfile_sz (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/bmake/ |
H A D | main.c | 2215 mkTempFile(const char *pattern, char *tfile, size_t tfile_sz) in mkTempFile() argument 2227 tfile_sz = sizeof tbuf; in mkTempFile() 2231 snprintf(tfile, tfile_sz, "%s", pattern); in mkTempFile() 2233 snprintf(tfile, tfile_sz, "%s%s", tmpdir, pattern); in mkTempFile()
|
H A D | job.c | 2816 Job_TempFile(const char *pattern, char *tfile, size_t tfile_sz) in Job_TempFile() argument 2822 fd = mkTempFile(pattern, tfile, tfile_sz); in Job_TempFile()
|