Lines Matching refs:uniqfile
290 if (ps->uniqfile) {
291 (void) remove_dwnld_file(ps->uniqfile);
292 free(ps->uniqfile);
293 ps->uniqfile = NULL;
2218 if ((ps->uniqfile = get_unique_filename(dwnld_dir,
2228 if ((fd = open(ps->uniqfile,
2236 if ((fd = open(ps->uniqfile,
2242 ps->uniqfile);
2248 ps->uniqfile,
2257 ps->uniqfile);
2290 ps->uniqfile);
2296 ps->uniqfile = xstrdup(tmp_file);
2301 echo_out(nointeract, gettext(MSG_DWNLD_PREV), ps->uniqfile);
2387 ps->uniqfile, strerror(errno));
2441 (void) link(ps->uniqfile, ps->link);
2626 ps->uniqfile = NULL;