Searched refs:uniqfile (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libpkg/common/
H A Dpkgweb.h91 char *uniqfile; member in struct:__anon2343
H A Dpkgweb.c290 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);
[all...]

Completed in 25 milliseconds