Searched refs:temppath (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/usr.bin/csup/
H A Dupdater.c67 char *temppath; member in struct:file_update
173 if (fup->temppath != NULL) {
174 free(fup->temppath);
175 fup->temppath = NULL;
467 fup->temppath = tempname(fup->destpath);
538 fup->temppath = tempname(fup->destpath);
575 fup->temppath = tempname(fup->destpath);
603 fup->temppath = tempname(fup->destpath);
764 fup->temppath = tempname(fup->destpath);
788 fup->temppath
1545 char *branch, *cmd, *expand, *line, *path, *revnum, *tag, *temppath; local
[all...]
/freebsd-10.0-release/tools/tools/netrate/httpd/
H A Dhttpd.c200 char temppath[PATH_MAX]; local
259 snprintf(temppath, PATH_MAX, "/tmp/httpd.XXXXXXXXXXX");
260 statep->hts[i].hts_fd = mkstemp(temppath);
263 (void)unlink(temppath);
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_util.c351 get_tempdir(struct archive_string *temppath) argument
362 archive_strcpy(temppath, tmp);
363 if (temppath->s[temppath->length-1] != '/')
364 archive_strappend_char(temppath, '/');
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_client/
H A Dblame.c699 const char *temppath; local
727 SVN_ERR(svn_stream_open_unique(&tempfile, &temppath, NULL,
734 SVN_ERR(add_file_blame(frb.last_filename, temppath, frb.chain, NULL,
737 frb.last_filename = temppath;

Completed in 63 milliseconds