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