Home
last modified time | relevance | path

Searched refs:oflg (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/sa/
H A Dtimex.c65 int pflg = 0, sflg = 0, oflg = 0; in main() local
84 case 'o': oflg++; break; in main()
106 if (((oflg+pflg) != 0) && (access("/usr/bin/acctcom", 01) == -1)) { in main()
107 oflg = 0; in main()
120 if (pflg + oflg) hmstime(stime); in main()
145 if (pflg + oflg) hmstime(etime); in main()
154 if (oflg+pflg) { in main()
163 if (oflg) { in main()
188 if (oflg) in main()
H A Dsar.c87 static int sflg, eflg, iflg, oflg, fflg; variable
131 oflg++; in main()
274 if (oflg) { in main()
446 if ((oflg) && (passno == 1)) { in prpass()
/illumos-gate/usr/src/cmd/fs.d/nfs/exportfs/
H A Dexportfs.sh78 -o ) oflg="true" ; OPTS=$2 ; shift 2 ;; # option string
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
122 if [ $oflg ] ; then
/illumos-gate/usr/src/cmd/ipcs/
H A Dipcs.c84 oflg, /* outstanding data: */ variable
132 bflg = cflg = iflg = oflg = pflg = tflg = Jflg = 1; in main()
135 bflg = cflg = oflg = pflg = tflg = 1; in main()
164 oflg = 1; in main()
221 oflg ? " CBYTES QNUM" : "", in main()
239 if (oflg) in main()
278 if (!qflg || oflg || bflg || pflg || tflg || iflg) in main()
281 oflg ? " NATTCH" : "", in main()
300 if (oflg) in main()
/illumos-gate/usr/src/cmd/uname/
H A Duname.c63 int pflg = 0, iflg = 0, oflg = 0, Sflg = 0; in main() local
110 oflg++; in main()
129 oflg || Xflg))) { in main()
157 oflg || Xflg)) in main()
198 if (oflg) { in main()
/illumos-gate/usr/src/cmd/fs.d/smbclnt/fksmbcl/
H A Dfksmbcl_main.c564 int oflg = O_RDWR | O_CREAT; in do_get() local
583 oflg |= O_TRUNC; in do_get()
587 oflg |= O_EXCL; in do_get()
590 lfd = open(lname, oflg, 0644); in do_get()
642 int oflg = FREAD|FWRITE|FCREAT; in do_put() local
661 oflg |= FTRUNC; in do_put()
665 oflg |= FEXCL; in do_put()
679 error = vn_open(rname, 0, oflg, 0, &vp, 0, 0); in do_put()
/illumos-gate/usr/src/cmd/acct/
H A Dacctcms.c93 int oflg; variable
166 oflg++; in main()
620 if( (pflg && oflg) || (!pflg && !oflg) ) { in ccmp()
644 if( (pflg && oflg) || (!pflg && !pflg) ){ in kcmp()
668 if( (pflg && oflg) || (!pflg && !oflg) ) { in ncmp()
751 if( pflg && oflg ) printf(hdp); in outputa()
753 else if(oflg) printf(hdnonprime); in outputa()
755 if( (!pflg && !oflg) || (pflg ^ oflg)) { in outputa()
776 if(pflg && oflg) pprint(p); in print()
777 else if(pflg || oflg) prnt(p, pflg ? PRIME : NONPRIME); in print()
/illumos-gate/usr/src/cmd/du/
H A Ddu.c55 static int oflg = 0; variable
152 oflg++; in main()
193 if (oflg && sflg) in main()
194 oflg = 0; in main()
523 if (oflg) in descend()
/illumos-gate/usr/src/cmd/fs.d/
H A Dmount.c139 int aflg, cflg, fflg, Fflg, gflg, oflg, pflg, rflg, vflg, Vflg, mflg, Oflg, variable
281 oflg++; in main()
345 if (cflg || fflg || mflg || oflg || rflg || qflg) in main()
472 if (oflg == 0 && vget.vfs_mntopts) { in main()
473 oflg++; in main()
526 if (oflg) { in main()
1221 if (oflg) { in do_mounts()
1283 if (!oflg && vp->v.vfs_mntopts) { in do_mounts()
1502 if (oflg) { in new_vfsent()
H A Dumount.c64 int aflg, oflg, Vflg, dashflg, dflg, fflg; variable
187 if (oflg) in main()
190 oflg++; in main()
367 if (oflg) { in doexec()
431 if (oflg) { in doexec()
/illumos-gate/usr/src/cmd/ls/
H A Dls.c273 static int oflg; variable
791 oflg++; in main()
978 if (!gflg && !oflg) in main()
979 gflg = oflg = 1; in main()
981 if (gflg && oflg) in main()
982 gflg = oflg = 0; in main()
1294 if (oflg) { in pentry()