Searched defs:OPT_LIST (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dopts.h51 #define OPT_LIST OPT_SHOWLIST macro
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Doptions.c46 #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
48 #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
53 #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
55 #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
175 while ((optsw = getopt(ac, (stupid)av, OPT_LIST)) != EOF) {
573 if (strchr(OPT_LIST, optopt))
/illumos-gate/usr/src/cmd/lp/cmd/
H A Dlpfilter.c43 #define OPT_LIST "f:F:ixl" macro
165 while ((c = getopt(argc, argv, OPT_LIST)) != -1) switch (c) {
222 if (strchr(OPT_LIST, optopt))
H A Dlpforms.c46 #define OPT_LIST "f:F:xlLA:u:W:Q:P:d" macro
180 while ((c = getopt(argc, argv, OPT_LIST)) != -1) {
335 if (strchr(OPT_LIST, optopt))

Completed in 79 milliseconds