Searched refs:optstr (Results 51 - 54 of 54) sorted by relevance

123

/illumos-gate/usr/src/cmd/sgs/dump/common/
H A Ddump.c2010 char *optstr = OPTSTR; /* option string used by getopt() */ local
2021 while ((optchar = getopt(argc, argv, optstr)) != -1) {
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvds.c7089 char *optstr, *opt; local
7095 (uint8_t **)&optstr, &len) != 0) {
7101 opt = optstr;
7104 while (opt < optstr + len) {
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c5300 const char *optstr = un ? "ldugecsrh" : "ldugecsh"; local
5303 while ((c = getopt(argc, argv, optstr)) != -1) {
/illumos-gate/usr/src/lib/libast/common/misc/
H A Doptget.c5183 * optstr(s, 0)
5185 * optstr(0, opts)
5190 optstr(const char* str, const char* opts) function

Completed in 83 milliseconds

123