HomeSort by relevance Sort by last modified time
    Searched defs:options (Results 1 - 25 of 271) sorted by null

1 2 3 4 5 6 7 8 91011

  /onnv/onnv-gate/usr/src/cmd/cdrw/
options.h 40 } options; typedef in typeref:struct:option_mask
42 void set_options_mask(options *msk, char *str);
43 void add_option(options *msk, char option);
44 int compare_options_mask(options *msk, options *specified);
  /onnv/onnv-gate/usr/src/lib/libpp/i386/
pptab.h 36 static struct ppkeyword options[] = variable in typeref:struct:ppkeyword
  /onnv/onnv-gate/usr/src/lib/libpp/sparc/
pptab.h 36 static struct ppkeyword options[] = variable in typeref:struct:ppkeyword
  /onnv/onnv-gate/usr/src/cmd/vi/port/
ex_data.c 88 struct option options[vi_NOPTS + 1] = { variable in typeref:struct:option
  /onnv/onnv-gate/usr/src/lib/krb5/ss/
options.c 17 static struct option options[] = { variable in typeref:struct:option
30 for (opt = options; opt->text; opt++)
  /onnv/onnv-gate/usr/src/lib/libshell/common/bltins/
cflow.c 51 const char *options = (**argv=='r'?sh_optreturn:sh_optexit); local
52 while((n = optget(argv,options))) switch(n)
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
gram.y 56 %type <intval> OPTION, options
121 cmd: INSTALL options opt_namelist SM = {
124 $1->sc_options = $2 | options;
169 options: /* VOID */ = { label
172 | options OPTION = {
  /onnv/onnv-gate/usr/src/cmd/nispasswd/
nispasswd.c 35 static char options[] = "ghsadlfn:x:w:D:"; variable
76 max_opts = strlen(options) + 2;
92 while ((c = getopt(argc, argv, options)) != EOF) {
  /onnv/onnv-gate/usr/src/common/openssl/apps/
version.c 143 int cflags=0,version=0,date=0,options=0,platform=0,dir=0; local
161 options=1;
167 date=version=cflags=options=platform=dir=1;
191 if (options)
193 printf("options: ");
  /onnv/onnv-gate/usr/src/lib/lvm/libmeta/common/
meta_mdcf.c 57 mdprtopts_t options = PRINT_SHORT | PRINT_FAST; local
82 if (meta_print_all(sp, tname, NULL, tfp, options, NULL, ep) != 0)
  /onnv/onnv-gate/usr/src/ucbcmd/rusage/
rusage.c 56 int options = 0; local
94 while (wait3(&status.w_status, options, &ru) != p)
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/dhcpconfig/
ConfigureBootp.java 40 * The valid options associated with configuring a BOOTP relay agent.
104 DhcpdOptions options = new DhcpdOptions(); local
105 options.setDaemonEnabled(true);
106 options.setRelay(true, list.toString());
107 getSvcMgr().writeDefaults(options);
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/client/
ServerOptionsDialog.java 47 * Dialog to edit the options for the server as stored in the startup script.
51 private DhcpdOptions options, originalOptions; field in class:ServerOptionsDialog
184 * Start with a tabbed view; the top tab is the options for the
663 options = o;
669 verboseLogging.setSelected(options.isVerbose());
671 if (options.isRelayHops()) {
672 relayHops.setValue(options.getRelayHops());
677 logTransactions.setSelected(options.isLogging());
678 logFacility.setEnabled(options.isLogging());
679 if (options.isLogging())
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/
passprompt.c 20 static option_t options[] = { variable
121 add_options(options);
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/common/
DhcpCliOptions.java 35 * This class is used to represent all the command line options.
40 * Actual container for the options.
42 ArrayList options; field in class:DhcpCliOptions
49 options = new ArrayList();
62 int i = options.indexOf(option);
64 options.add(option);
84 return options.contains(option);
98 int i = options.indexOf(option);
100 return ((DhcpCliOption)options.get(i)).getValue();
107 * Given a list of supported options, validates that there are n
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/dhtadm/
DhtAdmBatch.java 40 * The valid options associated with batching.
75 batch.setVerbose(options.isSet(DhtAdm.VERBOSE));
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/pntadm/
PntAdmBatch.java 40 * The valid options associated with batching.
74 batch.setVerbose(options.isSet(PntAdm.VERBOSE));
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
conversions.h 41 int options; /* for logging: which conversion(s) used */ member in struct:convert
  /onnv/onnv-gate/usr/src/cmd/devmgmt/cmds/
getvol.c 49 int options = 0; variable
90 options |= DM_FORMAT;
94 options |= DM_FORMFS;
98 options |= DM_OLABEL;
102 options |= DM_BATCH;
106 options |= DM_WLABEL;
123 options |= DM_ELABEL;
142 switch (n = getvol(argv[optind], label, options, prompt)) {
  /onnv/onnv-gate/usr/src/cmd/mkpwdict/
mkpwdict.c 38 char options[] = "s:d:"; variable
89 while ((c = getopt(argc, argv, options)) != EOF) {
  /onnv/onnv-gate/usr/src/cmd/tbl/
t3.c 21 struct optstr {char *optnam; int *optadd;} options [] = { variable in typeref:struct:optstr
52 for(lp= options; lp->optnam; lp++)
68 for(lp= options; lp->optadd; lp++)
  /onnv/onnv-gate/usr/src/common/mms/h/api/
ipc_hdr_api.h 37 unsigned char options; member in struct:__anon2084
  /onnv/onnv-gate/usr/src/cmd/ntfsprogs/
ntfscat.h 31 struct options { struct
  /onnv/onnv-gate/usr/src/lib/libast/amd64/include/ast/
mnt.h 50 char* options; /* options */ member in struct:__anon14
  /onnv/onnv-gate/usr/src/lib/libast/common/include/
mnt.h 41 char* options; /* options */ member in struct:__anon50

Completed in 660 milliseconds

1 2 3 4 5 6 7 8 91011