Searched defs:optt (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/repquota/
H A Drepquota.c128 char *optt; local
133 optt = argv[optc];
134 if (optt)
135 (void) printf(" %s ", optt);
/illumos-gate/usr/src/cmd/fs.d/ufs/edquota/
H A Dedquota.c177 char *optt; local
182 optt = argv[optc];
183 if (optt)
184 (void) printf(" %s ", optt);
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dnet.c385 const char *optt = NULL; local
403 't', MDB_OPT_STR, &optt,
420 if (optt != NULL) {
421 if (strcmp("stream", optt) == 0)
423 else if (strcmp("dgram", optt) == 0)
425 else if (strcmp("raw", optt) == 0)
428 type = mdb_strtoull(optt);
450 if ((optt != NULL) && (so.so_type != type))

Completed in 49 milliseconds