Searched refs:nocnflct (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dcheck.c53 extern int ckquit, nocnflct, nosetuid, rprcflag;
676 nocnflct++;
808 nocnflct++;
H A Dinstvol.c90 extern int nocnflct;
941 if (nocnflct && mstat->shared && ept->ftype != 'e') {
1270 if ((mstat->shared && nocnflct)) {
1468 (mstat->shared && nocnflct))
H A Dmain.c151 int nocnflct; variable
1681 nocnflct++; /* Don't install conflicting files. */
/illumos-gate/usr/src/cmd/svr4pkg/installf/
H A Dmain.c120 int nocnflct; variable
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dpkgdbmerg.c78 extern int nosetuid, nocnflct, otherstoo;
376 * Do not allow installation if nocnflct is set and other packages
384 if ((nocnflct && el_ent->mstat.shared && el_ent->cf_ent.ftype != 'e')) {
579 * Do not allow installation if nocnflct is set and this pathname is
583 if (nocnflct && el_ent->mstat.shared) {
/illumos-gate/usr/src/cmd/svr4pkg/pkgremove/
H A Dmain.c100 int nocnflct = 0; /* pkgdbmerg needs this defined */ variable

Completed in 77 milliseconds