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

/illumos-gate/usr/src/tools/ctf/cvt/
H A Dctfmerge.c215 " %s [-fstv] -l label | -L labelenv -o outfile -d uniqfile\n"
736 char *uniqfile = NULL, *uniqlabel = NULL; local
758 /* Uniquify against `uniqfile' */
759 uniqfile = optarg;
762 /* Uniquify against label `uniqlabel' in `uniqfile' */
805 if (uniqfile != NULL || uniqlabel != NULL || label != NULL ||
812 if (uniqfile != NULL && withfile != NULL)
815 if (uniqlabel != NULL && uniqfile == NULL)
830 if (uniqfile && access(uniqfile, R_O
[all...]
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkgweb.h91 char *uniqfile; member in struct:__anon3780
H A Dpkgweb.c291 if (ps->uniqfile) {
292 (void) remove_dwnld_file(ps->uniqfile);
293 free(ps->uniqfile);
294 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 460 milliseconds