Searched defs:optnames (Results 1 - 4 of 4) sorted by relevance
| /illumos-gate/usr/src/cmd/lp/filter/postscript/download/ |
| H A D | download.c | 190 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 D | postprint.c | 118 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 D | postio.c | 319 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 D | dpost.c | 562 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