| /onnv/onnv-gate/usr/src/lib/libdscp/svc/ |
| Makefile | 40 # definitions for installing the PPP options 41 OPTIONS = dscp.ppp.options 43 ROOTOPTIONS = $(OPTIONS:%=$(ROOTOPTIONSDIR)/%)
|
| /onnv/onnv-gate/usr/src/cmd/sendmail/libsm/ |
| t-sem.c | 289 # define OPTIONS "io" 290 while ((ch = getopt(argc, argv, OPTIONS)) != -1)
|
| t-shm.c | 213 # define OPTIONS "b:io" 214 while ((ch = getopt(argc, argv, OPTIONS)) != -1)
|
| /onnv/onnv-gate/usr/src/cmd/sendmail/aux/ |
| nisplus.h | 55 char *options; member in struct:nis_mailias 71 * Options column, 89 * Macros which extract the Alias, Expansion, Comments, or Options column 95 #define OPTIONS(obj) ((obj)->EN_col(OPTIONS_COL)) 123 extern int print_comments; /* Tells us whether to print comments and OPTIONS */
|
| editmap.c | 136 #define OPTIONS "C:fquxvN" 137 while ((opt = getopt(argc, argv, OPTIONS)) != -1)
|
| makemap.c | 141 #define OPTIONS "C:D:Nc:deflorst:uv" 142 while ((opt = getopt(argc, argv, OPTIONS)) != -1)
|
| /onnv/onnv-gate/usr/src/lib/libeti/ |
| eti.h | 37 typedef int OPTIONS;
|
| /onnv/onnv-gate/usr/src/cmd/autopush/ |
| autopush.c | 76 #define OPTIONS "M:f:gm:r" /* command line options for getopt(3C) */ 121 ushort_t errflag = 0; /* options usage error */ 138 * Get options. 140 while (!errflag && ((c = getopt(argc, argv, OPTIONS)) != -1)) {
|
| /onnv/onnv-gate/usr/src/cmd/cfgadm/ |
| cfgadm.h | 37 * Command line options 39 #define OPTIONS "ac:fhlno:s:tx:vy"
|
| /onnv/onnv-gate/usr/src/cmd/nlsadmin/ |
| nlsadmin.c | 64 #define OPTIONS "a:c:d:e:ikl:mo:p:qr:st:vw:xy:z:A:N:VDR:" 146 while ((c = getopt(argc, argv, OPTIONS)) != -1) { 472 %s [ options ] netspec\n\ 473 %s [ options ] -N port_monitor_tag\n\ 478 [ options ] are:\n\ 490 nlsmesg(MM_ERROR, "Inconsistent options");
|
| /onnv/onnv-gate/usr/src/cmd/stat/fsstat/ |
| fsstat.c | 61 #define OPTIONS "FPT:afginv" 63 #define OPTIONS "FT:afginv" 830 * once since the display options are mutually exclusive. If 'dspfunc' 841 "%s: Display options -{a|f|i|n|v} are mutually exclusive\n"), 882 while ((c = getopt(argc, argv, OPTIONS)) != EOF) { 941 "-P and -T options are mutually exclusive\n"));
|
| /onnv/onnv-gate/usr/src/cmd/truss/ |
| main.c | 325 #define OPTIONS "FpfcaeildDEht:T:v:x:s:S:m:M:u:U:r:w:o:" 326 while ((opt = getopt(argc, argv, OPTIONS)) != EOF) { [all...] |
| /onnv/onnv-gate/usr/src/cmd/sendmail/src/ |
| main.c | 136 /* Some options are dangerous to allow users to use in non-submit mode */ 382 # 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" 385 # 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:" 387 #ifndef OPTIONS 388 # define OPTIONS "A:B:b:C:cD:d:e:F:f:Gh:IiL:M:mN:nO:o:p:Q:q:R:r:sTtV:vX:" 389 #endif /* ! OPTIONS */ 393 while ((j = getopt(argc, argv, OPTIONS)) != -1) 687 if (!bitset(RES_INIT, _res.options)) 690 _res.options |= RES_DEBUG; 692 _res.options &= ~RES_DEBUG [all...] |
| /onnv/onnv-gate/usr/src/lib/libsip/common/ |
| sip.h | 365 OPTIONS,
|