Searched refs:iflg (Results 1 - 18 of 18) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/exportfs/
H A Dexportfs.sh76 -i ) iflg="true" ; shift ;; # ignore dfstab opts
84 if [ "$DIR" -o "$iflg" -o "$oflg" ] ; then bad ; fi
96 0 ) if [ "$iflg" -o "$uflg" -o "$oflg" ] ; then bad ; fi
106 if [ "$iflg" -o "$oflg" ] ; then bad ; fi
112 if [ $iflg ] ; then
/illumos-gate/usr/src/cmd/uname/
H A Duname.c61 int pflg = 0, iflg = 0, Sflg = 0; local
84 iflg++;
105 iflg++;
123 (Sflg && (sflg || nflg || rflg || vflg || mflg || pflg || iflg ||
151 if (!(sflg || nflg || rflg || vflg || mflg || pflg || iflg || Xflg))
183 if (iflg) {
/illumos-gate/usr/src/cmd/acct/
H A Dfwtmp.c48 int iflg, cflg; local
52 iflg = cflg = 0;
62 iflg++;
68 if (iflg) {
/illumos-gate/usr/src/cmd/devinfo/
H A Ddevinfo.c72 int errflg, iflg, pflg, fd, c; local
75 iflg = 0;
81 iflg++;
98 if ((optind > argc) || (optind == 1) || (pflg && iflg))
107 if (iflg) {
/illumos-gate/usr/src/cmd/fs.d/ufs/ncheck/
H A Dncheck.c114 int iflg = 0; /* number of inodes being searched for */ variable
193 ilist[iflg].ino = n;
194 iflg++;
195 ilist_index = iflg;
196 if (iflg > MAX_ILIST_INDEX())
373 for (i = iflg; i < ilist_index; i++) {
376 ilist_index = iflg;
385 for (i = 0; i < iflg; i++)
467 if (sflg == 0 && iflg == 0)
/illumos-gate/usr/src/cmd/ipcs/
H A Dipcs.c84 iflg, /* ISM attaches */ variable
135 bflg = cflg = iflg = oflg = pflg = tflg = Jflg = 1;
158 iflg = 1;
281 if (!qflg || oflg || bflg || pflg || tflg || iflg)
288 iflg ? " ISMATTCH" : "",
315 if (iflg)
/illumos-gate/usr/src/cmd/fs.d/ufs/ff/
H A Dff.c107 int iflg = 0; /* number of inodes being searched for */ variable
259 ilist[iflg].ino = n;
260 nxfile = iflg;
261 iflg++;
418 for (i = iflg; i < NB; i++)
420 nxfile = iflg;
432 for (i = 0; i < iflg; i++)
507 if (sflg == 0 && iflg == 0)
/illumos-gate/usr/src/cmd/troff/
H A Dnii.c85 int iflg; variable
H A Dext.h106 extern int iflg;
H A Dn1.c384 iflg = j;
/illumos-gate/usr/src/cmd/ttymon/
H A Dsttydefs.c49 static int iflg = 0; /* -i seen */ variable
125 iflg = TRUE;
198 if ((iflg) || (fflg) || (bflg) || (nflg))
289 if (!iflg)
/illumos-gate/usr/src/cmd/avs/dscfg/
H A Ddscfg.c67 int iflg; variable
495 iflg++;
654 if (iflg && !pflg) {
741 if (pflg && !iflg) {
829 if (iflg) {
/illumos-gate/usr/src/cmd/file/
H A Dfile.c148 static int iflg; variable
278 iflg++;
293 if (iflg && (dflg || mflg || M_flg)) {
296 if ((iflg && cflg) || (cflg && bflg)) {
300 if (!dflg && !mflg && !M_flg && !iflg) {
462 if (iflg) {
/illumos-gate/usr/src/ucbcmd/ls/
H A Dls.c68 static int aflg, dflg, gflg, lflg, sflg, tflg, uflg, iflg, fflg, cflg; variable
150 iflg++; break;
626 iflg ? fmtinum(fp) : "",
/illumos-gate/usr/src/cmd/sa/
H A Dsar.c87 static int sflg, eflg, iflg, oflg, fflg; variable
167 iflg++;
476 if ((iflg) && (tnext == 0))
493 if ((iflg) && (trec < tnext))
/illumos-gate/usr/src/cmd/mv/
H A Dmv.c105 static int iflg = 0; variable
200 iflg++;
277 iflg = 0;
281 iflg++;
1138 overwrite = iflg && !silent && use_stdin();
/illumos-gate/usr/src/cmd/ls/
H A Dls.c274 static int iflg; variable
762 iflg++;
978 if (iflg)
1010 if ((Uflg || fflg) && !Cflg && !lflg && !iflg && statreq == 0)
1271 if (iflg) {
/illumos-gate/usr/src/cmd/avs/dsw/
H A Diiadm.c206 int iflg; variable
325 iflg++;
572 } else if (iflg) {

Completed in 120 milliseconds