Home | History | Annotate | Download | only in rdist

Lines Matching defs:tempfile

62 char	tempfile[sizeof _PATH_TMP + sizeof _RDIST_TMP + 1];
104 strlcpy(tempfile, _PATH_TMP, sizeof(tempfile));
105 strlcat(tempfile, _RDIST_TMP, sizeof(tempfile));
106 if ((tempname = strrchr(tempfile, '/')) != 0)
109 tempname = tempfile;
201 fd = mkstemp(tempfile);
208 unlink(tempfile);
223 unlink(tempfile);
232 unlink(tempfile);