HomeSort by: relevance | last modified time | path
    Searched defs:tmpfilename (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/mkdep/
mkdep.c 101 static char tmpfilename[MAXPATHLEN]; local in function:run_cc
123 (void)snprintf(tmpfilename, sizeof (tmpfilename), "%s/%s", tmpdir,
125 if ((tmpfd = mkstemp(tmpfilename)) < 0)
127 tmpfilename);
128 (void)unlink(tmpfilename);
129 *fname = tmpfilename;
mkdep.c 101 static char tmpfilename[MAXPATHLEN]; local in function:run_cc
123 (void)snprintf(tmpfilename, sizeof (tmpfilename), "%s/%s", tmpdir,
125 if ((tmpfd = mkstemp(tmpfilename)) < 0)
127 tmpfilename);
128 (void)unlink(tmpfilename);
129 *fname = tmpfilename;

Completed in 22 milliseconds