Searched refs:option (Results 426 - 450 of 638) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/lib/libshell/common/include/
H A Dvariables.h24 #include <option.h>
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dargp-parse.c9 (at your option) any later version.
50 #define KEY_ARG 1 /* A non-option argument. */
57 /* The number of bits we steal in a long-option value for our own use. */
61 #define USER_BITS ((sizeof ((struct option *)0)->val * CHAR_BIT) - GROUP_BITS)
175 long option with called NAME, or -1 if none is found. Passing NULL as
178 find_long_option (struct option *long_options, const char *name)
180 struct option *l = long_options;
210 /* The number of non-option args sucessfully handled by this parser. */
252 /* LONG_OPTS is the array of getop long option structures for the union of
254 struct option *long_opt
[all...]
H A Dgetopt.c12 (at your option) any later version.
63 When `getopt' finds an option that takes an argument,
66 each non-option ARGV-element is returned here. */
77 non-option elements that the caller should itself scan.
90 /* Set to an option character which was unrecognized.
234 non-option ARGV-elements is empty. */
293 /* Scan elements of ARGV (whose length is ARGC) for option characters
297 then it is an option element. The characters of this element
298 (aside from the initial '-') are option characters. If `getopt'
299 is called repeatedly, it returns successively each of the option character
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/kern/emu/
H A Dmain.c8 * (at your option) any later version.
86 static struct option options[] =
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mklayout.c8 * (at your option) any later version.
37 static struct option options[] = {
H A Dgrub-script-check.c9 * (at your option) any later version.
43 static struct option options[] =
/osnet-11/usr/src/grub/grub-0.97/grub/
H A Dmain.c9 * (at your option) any later version.
70 static struct option longopts[] =
/osnet-11/usr/src/grub/grub-0.97/util/
H A Dmbchk.c8 * (at your option) any later version.
29 static struct option longopts[] =
/osnet-11/usr/src/cmd/policykit/
H A Dpolkit-is-privileged.c11 * (at your option) any later version.
69 static const struct option long_options[] = {
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Dsh_pidcolors.d55 #pragma D option quiet
56 #pragma D option switchrate=10
H A Dj_calls.d48 #pragma D option quiet
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Shell/
H A Dsh_pidcolors.d55 #pragma D option quiet
56 #pragma D option switchrate=10
/osnet-11/usr/src/cmd/hal/tools/
H A Dhal-is-caller-privileged.c13 * (at your option) any later version.
122 static struct option long_options[] = {
H A Dhal_find_by_property.c13 * (at your option) any later version.
97 static struct option long_options[] = {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMksymlists.pm58 else { croak("Don't know how to create linker option file for $osname\n"); }
222 is built. The linker option file is generated by calling the function
247 C<Mksymlists> will alter the names written to the linker option
265 This key can be used to specify the name of the linker option file
294 the linker option file will be produced.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dblib.pm18 Intended for use on command line with B<-M> option as a way of testing
/osnet-11/usr/src/lib/libast/common/include/
H A Derror.h27 * option, error and message formatter external definitions
34 #include <option.h>
/osnet-11/usr/src/lib/libbsm/
H A Dauditxml1030 my $option = $extEntry->getAttr('opt');
1031 next if ($option eq 'none');
1034 $option = 'Trusted Solaris only'
1037 $option .= " (format: $format)" if $format;
1071 $line .= "$primitive\t$dereference$id[$i];\t/* $option */";
1081 $line .= "enum ${pfx_adt}_$dataType" . "\t$entryId;\t/* $option */";
1084 $line .= "time_t\t$entryId;\t/* $option */";
1090 $line .= "$primitive\t$dereference$entryId;\t/* $option */";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2man.PL82 # This isn't a valid Pod::Man option and is only accepted for backwards
192 backwards compatibility; this option no longer does anything.
196 Set the name of the manual page to I<name>. Without this option, the manual
200 into a name like C<Pod::Man>. This option, if given, overrides any
203 Note that this option is probably not useful when converting multiple POD
350 each option as a separate C<=item>. The specific option string should be
351 enclosed in BE<lt>E<gt>. Any values that the option takes should be
352 enclosed in IE<lt>E<gt>. For example, the section for the option
364 (Writing the short option firs
[all...]
/osnet-11/usr/src/lib/libpp/common/
H A Dppop.c39 * set option value
58 debug((-7, "set(%s)=%s", p == &pp.state ? "state" : p == &pp.mode ? "mode" : "option", p == &pp.state ? ppstatestr(*p) : p == &pp.mode ? ppmodestr(*p) : ppoptionstr(*p)));
467 if (!(pp.option & PLUSPLUS))
977 #%s !defined(__STDC__) && (!#option(compatibility) || #option(transition))\n\
1075 pp.option |= KEEPNOTEXT;
1206 set(&pp.option, KEYARGS, va_arg(ap, int));
1207 if (pp.option & KEYARGS)
1235 pp.option |= IGNORELINE;
1253 pp.option
[all...]
/osnet-11/usr/src/lib/libshell/common/edit/
H A Demacs.c1340 static void draw(register Emacs_t *ep,Draw_t option) argument
1360 ep->lastdraw = option;
1362 if (option == FIRST || option == REFRESH)
1368 if (option == FIRST)
1381 if ((lookahead)&&(option != FINAL))
1399 if(option==FINAL)
1404 else if(option!=REFRESH && drawbuff[0]=='#' && cur>1 && drawbuff[cur-1]!='*')
1427 if ((option == APPEND)&&(ep->scvalid)&&(*logcursor == '\0')&&
1502 if(ep->ed->e_multiline && option
[all...]
/osnet-11/usr/src/lib/libldap4/include/
H A Dldap.h56 #define LDAP_OPT_DESC 0x01 /* Use of this option is depricated */
246 #define LDAP_IS_TMPLITEM_OPTION_SET(ti, option) \
247 (((ti)->ti_options & option) != 0)
322 #define LDAP_IS_DISPTMPL_OPTION_SET(dt, option) \
323 (((dt)->dt_options & option) != 0)
376 #define LDAP_IS_SEARCHOBJ_OPTION_SET(so, option) \
377 (((so)->so_options & option) != 0)
1331 int ldap_get_option(LDAP *ld, int option, void *outvalue);
1332 int ldap_set_option(LDAP *ld, int option, void *invalue);
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/
H A Ddb2_exp.c120 int option,
122 (kcontext, option, value));
/osnet-11/usr/src/grub/grub2/grub-core/
H A Dgenemuinit.sh26 * (at your option) any later version.
H A Dgensymlist.sh23 * (at your option) any later version.

Completed in 260 milliseconds

<<11121314151617181920>>