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

/opensolaris-onvv-gate/usr/src/uts/common/inet/ipf/
H A Dopts.h51 #define OPT_LIST OPT_SHOWLIST macro
/opensolaris-onvv-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Doptions.c48 #define OPT_LIST "A:ac:d:D:e:f:F:H:hi:I:lm:Mn:o:p:Q:r:S:s:T:u:U:v:W:x:t:P:" macro
50 #define OPT_LIST "A:ac:d:D:e:f:F:hi:I:lm:Mn:o:p:Q:r:S:s:T:u:U:v:W:x:t:P:" macro
55 #define OPT_LIST "A:ac:d:D:e:f:F:H:hi:I:lm:Mo:p:Q:r:S:s:T:u:U:v:W:x:t:P:" macro
57 #define OPT_LIST "A:ac:d:D:e:f:F:hi:I:lm:Mo:p:Q:r:S:s:T:u:U:v:W:x:t:P:" macro
177 while ((optsw = getopt(ac, (stupid)av, OPT_LIST)) != EOF) {
579 if (strchr(OPT_LIST, optopt))
/opensolaris-onvv-gate/usr/src/cmd/ipf/tools/
H A Dipnat.c139 opts |= OPT_LIST;
214 if (opts & (OPT_LIST|OPT_STAT))
224 if (opts & (OPT_LIST|OPT_STAT))
316 if (opts & OPT_LIST) {
/opensolaris-onvv-gate/usr/src/cmd/lp/cmd/
H A Dlpfilter.c46 #define OPT_LIST "f:F:ixl" macro
167 while ((c = getopt(argc, argv, OPT_LIST)) != -1) switch (c) {
224 if (strchr(OPT_LIST, optopt))
H A Dlpforms.c48 #define OPT_LIST "f:F:xlLA:u:W:Q:P:d" macro
181 while ((c = getopt(argc, argv, OPT_LIST)) != -1) {
336 if (strchr(OPT_LIST, optopt))

Completed in 154 milliseconds