Searched refs:option (Results 1 - 25 of 638) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/libast/common/comp/
H A Dgetopt.h39 struct option struct
47 extern int getopt_long(int, char* const*, const char*, const struct option*, int*);
48 extern int getopt_long_only(int, char* const*, const char*, const struct option*, int*);
/osnet-11/usr/src/grub/grub2/grub-core/script/
H A Dyylex.l10 * (at your option) any later version.
99 %option ecs
100 %option meta-ecs
102 %option warn
103 %option array
104 %option stack
105 %option reentrant
106 %option bison-bridge
107 %option never-interactive
109 %option noyyfre
[all...]
/osnet-11/usr/src/lib/krb5/ss/
H A Doptions.c11 struct option { struct
16 static struct option options[] = {
28 register struct option *opt;
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dgetopt.h48 struct option struct
56 extern __MANGLE__ int getopt_long __PROTO__((int, char* const*, const char*, const struct option*, int*));
57 extern __MANGLE__ int getopt_long_only __PROTO__((int, char* const*, const char*, const struct option*, int*));
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dgetopt.h48 struct option struct
56 extern __MANGLE__ int getopt_long __PROTO__((int, char* const*, const char*, const struct option*, int*));
57 extern __MANGLE__ int getopt_long_only __PROTO__((int, char* const*, const char*, const struct option*, int*));
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dgetopt.h48 struct option struct
56 extern __MANGLE__ int getopt_long __PROTO__((int, char* const*, const char*, const struct option*, int*));
57 extern __MANGLE__ int getopt_long_only __PROTO__((int, char* const*, const char*, const struct option*, int*));
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dgetopt.h48 struct option struct
56 extern __MANGLE__ int getopt_long __PROTO__((int, char* const*, const char*, const struct option*, int*));
57 extern __MANGLE__ int getopt_long_only __PROTO__((int, char* const*, const char*, const struct option*, int*));
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Dpy_mallocstk.d29 #pragma D option quiet
32 #pragma D option jstackframes=64
33 #pragma D option jstackstrsize=1024
H A Dwoof.d32 #pragma D option quiet
33 #pragma D option destructive
34 #pragma D option switchrate=10hz
H A Djs_execs.d39 #pragma D option quiet
40 #pragma D option switchrate=10
H A Duname-a.d37 #pragma D option quiet
38 #pragma D option bufsize=8k
H A Dcpuwalk.d40 #pragma D option quiet
41 #pragma D option defaultargs
H A Dj_profile.d51 #pragma D option quiet
52 #pragma D option jstackstrsize=1024
H A Dpy_profile.d52 #pragma D option quiet
53 #pragma D option jstackstrsize=1024
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Misc/
H A Dwoof.d32 #pragma D option quiet
33 #pragma D option destructive
34 #pragma D option switchrate=10hz
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Python/
H A Dpy_mallocstk.d29 #pragma D option quiet
32 #pragma D option jstackframes=64
33 #pragma D option jstackstrsize=1024
/osnet-11/usr/src/grub/grub-0.97/lib/
H A Dgetopt.h9 Free Software Foundation; either version 2, or (at your option) any
30 When `getopt' finds an option that takes an argument,
33 each non-option ARGV-element is returned here. */
44 non-option elements that the caller should itself scan.
56 /* Set to an option character which was unrecognized. */
62 of `struct option' terminated by an element containing a name which is
66 no_argument (or 0) if the option does not take an argument,
67 required_argument (or 1) if the option requires an argument,
68 optional_argument (or 2) if the option takes an optional argument.
71 to the value given in the field `val' when the option i
81 struct option struct
[all...]
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/JavaScript/
H A Djs_execs.d39 #pragma D option quiet
40 #pragma D option switchrate=10
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/System/
H A Duname-a.d37 #pragma D option quiet
38 #pragma D option bufsize=8k
/osnet-11/usr/src/lib/libresolv2/common/sunw/
H A Dsunw_wrappers.c13 const char *p_option(uint_t option) { argument
14 return (isc_p_option((ulong_t)option));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/t/
H A Dautoescape.t76 <option value="eenie">eenie</option>
77 <option selected="selected" value="meenie">meenie</option>
78 <option value="minie">minie</option>
91 'alert("===> menu group option")',
104 <option value="eenie">one</option>
105 <option selecte
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dgetopt_int.h9 (at your option) any later version.
26 const struct option *__longopts, int *__longind,
34 /* Describe how to deal with options that follow non-option ARGV-elements.
41 stop option processing when the first non-option is seen.
45 of the list of option characters, or by calling getopt.
52 RETURN_IN_ORDER is an option available to programs that were
55 non-option ARGV-element as if it were the argument of an option
57 list of option character
[all...]
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-reboot.in9 # (at your option) any later version.
58 echo "$0: option requires an argument -- '$opt'" 1>&2
67 option=$1
70 case "$option" in
80 rootdir=`argument $option "$@"`; shift ;;
82 rootdir=`echo "$option" | sed 's/--root-directory=//'` ;;
85 bootdir=`argument $option "$@"`; shift;;
87 bootdir=`echo "$option" | sed 's/--boot-directory=//'` ;;
90 echo "Unrecognized option \`$option'"
[all...]
H A Dgrub-set-default.in9 # (at your option) any later version.
58 echo "$0: option requires an argument -- '$opt'" 1>&2
67 option=$1
70 case "$option" in
80 rootdir=`argument $option "$@"`; shift ;;
82 rootdir=`echo "$option" | sed 's/--root-directory=//'` ;;
85 bootdir=`argument $option "$@"`; shift;;
87 bootdir=`echo "$option" | sed 's/--boot-directory=//'` ;;
90 echo "Unrecognized option \`$option'"
[all...]
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Cpu/
H A Dcpuwalk.d40 #pragma D option quiet
41 #pragma D option defaultargs

Completed in 19 milliseconds

1234567891011>>