Home
last modified time | relevance | path

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

/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/ipf/tools/
H A Dipnat.c135 opts |= OPT_LIST; in main()
218 if (opts & (OPT_LIST|OPT_STAT)) in main()
228 if (opts & (OPT_LIST|OPT_STAT)) in main()
318 if (opts & OPT_LIST) { in dostats()
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dopts.h54 #define OPT_LIST OPT_SHOWLIST macro
/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) { in main()
335 if (strchr(OPT_LIST, optopt)) in main()