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

/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkgweb.h91 char *uniqfile; member in struct:__anon3780
/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...]

Completed in 45 milliseconds