Searched defs:OPTIONS (Results 1 - 13 of 13) sorted by relevance
/illumos-gate/usr/src/lib/libdscp/svc/ |
H A D | Makefile | 41 OPTIONS = dscp.ppp.options macro 43 ROOTOPTIONS = $(OPTIONS:%=$(ROOTOPTIONSDIR)/%)
|
/illumos-gate/usr/src/cmd/sendmail/libsm/ |
H A D | t-sem.c | 333 # define OPTIONS "iog:u:" macro 334 while ((ch = getopt(argc, argv, OPTIONS)) != -1)
|
H A D | t-shm.c | 213 # define OPTIONS "b:io" macro 214 while ((ch = getopt(argc, argv, OPTIONS)) != -1)
|
/illumos-gate/usr/src/lib/libeti/ |
H A D | eti.h | 37 typedef int OPTIONS; typedef
|
/illumos-gate/usr/src/cmd/sendmail/aux/ |
H A D | editmap.c | 136 #define OPTIONS "C:fquxvN" macro 137 while ((opt = getopt(argc, argv, OPTIONS)) != -1)
|
H A D | makemap.c | 141 #define OPTIONS "C:D:Nc:deflorst:uv" macro 142 while ((opt = getopt(argc, argv, OPTIONS)) != -1)
|
/illumos-gate/usr/src/cmd/autopush/ |
H A D | autopush.c | 76 #define OPTIONS "M:f:gm:r" /* command line options for getopt(3C) */ macro 140 while (!errflag && ((c = getopt(argc, argv, OPTIONS)) != -1)) {
|
/illumos-gate/usr/src/cmd/nlsadmin/ |
H A D | nlsadmin.c | 64 #define OPTIONS "a:c:d:e:ikl:mo:p:qr:st:vw:xy:z:A:N:VDR:" macro 146 while ((c = getopt(argc, argv, OPTIONS)) != -1) {
|
/illumos-gate/usr/src/cmd/cfgadm/ |
H A D | cfgadm.h | 39 #define OPTIONS "ac:fhlno:s:tx:vy" macro
|
/illumos-gate/usr/src/cmd/stat/fsstat/ |
H A D | fsstat.c | 61 #define OPTIONS "FPT:afginv" macro 63 #define OPTIONS "FT:afginv" macro 884 while ((c = getopt(argc, argv, OPTIONS)) != EOF) {
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | main.c | 379 # define OPTIONS "A:B:b:C:cD:d:e:F:f:Gh:IiL:M:mN:nO:o:p:Q:q:R:r:sTtV:vX:x" macro 382 # define OPTIONS "A:B:b:C:cD:d:E:e:F:f:Gh:IiJ:L:M:mN:nO:o:p:Q:q:R:r:sTtV:vX:" macro 384 #ifndef OPTIONS 385 # define OPTIONS "A:B:b:C:cD:d:e:F:f:Gh:IiL:M:mN:nO:o:p:Q:q:R:r:sTtV:vX:" macro 386 #endif /* ! OPTIONS */ 390 while ((j = getopt(argc, argv, OPTIONS)) != -1) 823 while ((j = getopt(argc, argv, OPTIONS)) != -1) 3414 op = strchr(OPTIONS, ap[1]);
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | main.c | 324 #define OPTIONS "FpfcaeildDEht:T:v:x:s:S:m:M:u:U:r:w:o:" macro 325 while ((opt = getopt(argc, argv, OPTIONS)) != EOF) {
|
/illumos-gate/usr/src/lib/libsip/common/ |
H A D | sip.h | 365 OPTIONS, enumerator in enum:__anon3966
|
Completed in 116 milliseconds