Searched refs:fscnt (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libelfsign/common/
H A Delfsignlib.c490 int fscnt, fssize; local
636 for (fscnt = 0; fscnt < (*fsspp)->filesig_cnt;
637 fscnt++) {
1196 int fscnt; local
1204 fscnt = fssp->filesig_cnt;
1207 fscnt = fssp->filesig_cnt;
1210 for (; fscnt > 0; fscnt--, fsgp = fsgpnext) {
/illumos-gate/usr/src/cmd/fs.d/
H A Dumount.c150 int fscnt; local
206 fscnt = argc - optind;
207 if (!aflg && fscnt != 1)
241 if (aflg && fscnt != 1)
242 exit(parumount(argv + optind, fscnt));
H A Dmount.c231 int ii, ret, cc, fscnt; local
406 fscnt = argc - optind;
407 if (aflg && (fscnt != 1))
408 exit(parmount(argv + optind, fscnt, fstype));
417 if (fscnt == 2)
/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_db.cc194 db_extract_dict_entries(char *newdict, char **fs, int fscnt) argument
203 fs, fscnt));
H A Ddb_dictionary.cc1052 db_dictionary::extract_entries(db_dictionary& tempdict, char **fs, int fscnt) argument
1060 for (i = 0; i < fscnt; ++i) {

Completed in 77 milliseconds