Searched refs:oflg (Results 1 - 10 of 10) sorted by relevance

/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/sa/
H A Dtimex.c67 int pflg = 0, sflg = 0, oflg = 0; local
86 case 'o': oflg++; break;
108 if (((oflg+pflg) != 0) && (access("/usr/bin/acctcom", 01) == -1)) {
109 oflg = 0;
122 if (pflg + oflg) hmstime(stime);
147 if (pflg + oflg) hmstime(etime);
156 if (oflg+pflg) {
165 if (oflg) {
190 if (oflg)
H A Dsar.c87 static int sflg, eflg, iflg, oflg, fflg; variable
131 oflg++;
274 if (oflg) {
446 if ((oflg) && (passno == 1)) {
/illumos-gate/usr/src/cmd/ipcs/
H A Dipcs.c87 oflg, /* outstanding data: */ variable
135 bflg = cflg = iflg = oflg = pflg = tflg = Jflg = 1;
138 bflg = cflg = oflg = pflg = tflg = 1;
167 oflg = 1;
224 oflg ? " CBYTES QNUM" : "",
242 if (oflg)
281 if (!qflg || oflg || bflg || pflg || tflg || iflg)
284 oflg ? " NATTCH" : "",
303 if (oflg)
/illumos-gate/usr/src/cmd/acct/
H A Dacctcms.c96 int oflg; variable
169 oflg++;
623 if( (pflg && oflg) || (!pflg && !oflg) ) {
647 if( (pflg && oflg) || (!pflg && !pflg) ){
671 if( (pflg && oflg) || (!pflg && !oflg) ) {
754 if( pflg && oflg ) printf(hdp);
756 else if(oflg) printf(hdnonprime);
758 if( (!pflg && !oflg) || (pfl
[all...]
/illumos-gate/usr/src/cmd/du/
H A Ddu.c55 static int oflg = 0; variable
154 oflg++;
191 if (oflg && sflg)
192 oflg = 0;
520 if (oflg)
/illumos-gate/usr/src/cmd/fs.d/
H A Dmount.c141 int aflg, cflg, fflg, Fflg, gflg, oflg, pflg, rflg, vflg, Vflg, mflg, Oflg, variable
283 oflg++;
347 if (cflg || fflg || mflg || oflg || rflg || qflg)
474 if (oflg == 0 && vget.vfs_mntopts) {
475 oflg++;
528 if (oflg) {
1212 if (oflg) {
1274 if (!oflg && vp->v.vfs_mntopts) {
1493 if (oflg) {
H A Dumount.c62 int aflg, oflg, Vflg, dashflg, dflg, fflg; variable
185 if (oflg)
188 oflg++;
365 if (oflg) {
418 if (oflg) {
/illumos-gate/usr/src/lib/libtnfctl/
H A Dprb_proc.c56 prb_proc_open_general(pid_t pid, prb_proc_ctl_t **proc_pp, int oflg);
61 * options based on the 'oflg'.
67 prb_proc_open_general(pid_t pid, prb_proc_ctl_t **proc_pp, int oflg) argument
78 retval = open(path, oflg);
/illumos-gate/usr/src/cmd/ls/
H A Dls.c278 static int oflg; variable
797 oflg++;
984 if (!gflg && !oflg)
985 gflg = oflg = 1;
987 if (gflg && oflg)
988 gflg = oflg = 0;
1293 if (oflg) {

Completed in 82 milliseconds