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

/opensolaris-onvv-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
/opensolaris-onvv-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)) {
/opensolaris-onvv-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)
/opensolaris-onvv-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...]
/opensolaris-onvv-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)
/opensolaris-onvv-gate/usr/src/cmd/fs.d/
H A Dmount.c136 int aflg, cflg, fflg, Fflg, gflg, oflg, pflg, rflg, vflg, Vflg, mflg, Oflg, variable
287 oflg++;
351 if (cflg || fflg || mflg || oflg || rflg || qflg)
478 if (oflg == 0 && vget.vfs_mntopts) {
479 oflg++;
532 if (oflg) {
1216 if (oflg) {
1278 if (!oflg && vp->v.vfs_mntopts) {
1511 if (oflg) {
H A Dumount.c61 int aflg, oflg, Vflg, dashflg, dflg, fflg; variable
195 if (oflg)
198 oflg++;
375 if (oflg) {
428 if (oflg) {
/opensolaris-onvv-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);
/opensolaris-onvv-gate/usr/src/cmd/ls/
H A Dls.c276 static int oflg; variable
794 oflg++;
981 if (!gflg && !oflg)
982 gflg = oflg = 1;
984 if (gflg && oflg)
985 gflg = oflg = 0;
1275 if (oflg)

Completed in 196 milliseconds