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

/illumos-gate/usr/src/cmd/lp/filter/postscript/download/
H A Ddownload.c190 char *optnames = "c:fm:p:r:H:T:DI"; local
201 while ( (ch = getopt(argc, argv, optnames)) != EOF ) {
/illumos-gate/usr/src/cmd/lp/filter/postscript/postprint/
H A Dpostprint.c118 char *optnames = "a:c:e:f:l:m:n:o:p:r:s:t:x:y:A:C:J:L:P:R:DI"; variable
247 while ( (ch = getopt(argc, argv, optnames)) != EOF )
315 while ( (ch = getopt(argc, argv, optnames)) != EOF ) {
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Dpostio.c319 char *optnames = "b:il:qs:tB:L:P:R:SDI"; local
324 while ((ch = getopt(argc, argv, optnames)) != EOF) {
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c562 char *optnames = "a:c:e:m:n:o:p:tw:x:y:A:C:J:F:H:L:OP:R:S:T:DI"; variable
710 while ( (ch = getopt(argc, argv, optnames)) != EOF )
753 while ( (ch = getopt(argc, argv, optnames)) != EOF ) {

Completed in 77 milliseconds