Searched refs:optcnt (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/mail/
H A Dparse.c94 optcnt++;
105 optcnt++;
117 optcnt++;
129 optcnt++;
141 optcnt++;
152 optcnt++;
164 optcnt++;
176 optcnt++;
184 optcnt++;
H A Dinit.c207 int optcnt = 0; /* Number of options specified */ variable
H A Dmail.h428 extern int optcnt; /* Number of options specified */
/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dmain.c39 static size_t optcnt = 0; variable
113 optcnt++;
119 optcnt++;
124 optcnt++;
130 optcnt++;
139 optcnt++;
143 optcnt++;
148 optcnt++;
243 if (optcnt > optbufsz) {
/illumos-gate/usr/src/cmd/fs.d/pcfs/mount/
H A Dmount.c91 int optcnt = 0; local
163 for (optcnt = 1; optcnt < argc; optcnt++) {
164 optptr = argv[optcnt];
/illumos-gate/usr/src/cmd/fs.d/tmpfs/
H A Dmount.c84 int optcnt = 0; local
138 for (optcnt = 1; optcnt < argc; optcnt++) {
139 optptr = argv[optcnt];
/illumos-gate/usr/src/cmd/acctadm/
H A Dmain.c128 int optcnt = 0; local
150 optcnt++;
154 optcnt++;
158 optcnt++;
162 optcnt++;
166 optcnt++;
170 optcnt++;
233 if (optcnt > 1)
/illumos-gate/usr/src/cmd/who/
H A Dwho.c124 static int optcnt = 0; /* keeps count of options */ variable
183 optcnt++;
187 optcnt += 7;
218 optcnt--; /* Don't count Header */
382 optcnt++;
682 if (optcnt == 1 && !validtype[USER_PROCESS]) {
692 if (optcnt == 1 && !validtype[USER_PROCESS]) {

Completed in 85 milliseconds