Home
last modified time | relevance | path

Searched refs:option (Results 26 – 50 of 1227) sorted by relevance

12345678910>>...50

/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dgetoptl.c35 static const struct option* lastlongopts;
42 golly(int argc, char* const* argv, const char* optstring, const struct option* longopts, int* longi… in golly()
45 register const struct option* o; in golly()
121 optopt = opt_info.option[1]; in golly()
142 getopt_long(int argc, char* const* argv, const char* optstring, const struct option* longopts, int*… in getopt_long()
148 getopt_long_only(int argc, char* const* argv, const char* optstring, const struct option* longopts,… in getopt_long_only()
H A Dgetopt.h39 struct option struct
47 extern int getopt_long(int, char* const*, const char*, const struct option*, int*); argument
48 extern int getopt_long_only(int, char* const*, const char*, const struct option*, int*);
/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Ddashos.c54 *option; local
66 for (option = o; *o && !issep(*o); o++)
72 if (option < o) {
75 addlist (&list, option);
/illumos-gate/usr/src/grub/grub-0.97/lib/
H A Dgetopt.h81 struct option struct
111 const struct option *longopts, int *longind);
114 const struct option *longopts, int *longind);
119 const struct option *longopts, int *longind,
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_dbimpl.c120 nscd_db_option_t option, in scan_hash() argument
130 switch (option) { in scan_hash()
163 nscd_db_option_t option, in _nscd_get_db_entry() argument
175 hash_p = scan_hash(type, str, idx_p, option, id_num); in _nscd_get_db_entry()
192 nscd_db_option_t option) in _nscd_add_db_entry() argument
207 if (option == NSCD_ADD_DB_ENTRY_REPLACE) in _nscd_add_db_entry()
212 switch (option) { in _nscd_add_db_entry()
241 if (option == NSCD_ADD_DB_ENTRY_LAST || in _nscd_add_db_entry()
242 option == NSCD_ADD_DB_ENTRY_IF_NONE) { in _nscd_add_db_entry()
288 nscd_db_option_t option, in _nscd_delete_db_entry() argument
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/buffering/
H A Dtst.fill1.d47 #pragma D option bufpolicy=fill
48 #pragma D option bufsize=128
49 #pragma D option statusrate=10ms
50 #pragma D option quiet
H A Derr.end.d40 #pragma D option bufpolicy=fill
41 #pragma D option bufsize=32
42 #pragma D option strsize=64
H A Dtst.ring2.d37 #pragma D option bufpolicy=ring
38 #pragma D option bufsize=512k
39 #pragma D option quiet
/illumos-gate/usr/src/grub/grub-0.97/util/
H A Dgrub-md5-crypt.in30 for option in "$@"; do
31 case "$option" in
52 grub_shell=`echo "$option" | sed 's/--grub-shell=//'`
56 echo "$progname: unrecognized option \`$option'"
H A Dgrub-terminfo.in40 for option in "$@"; do
41 case "$option" in
49 error "Unrecognized option \`$option'"
58 termname="$option" ;;
/illumos-gate/usr/src/cmd/flowadm/
H A Dflowadm.c104 static const struct option longopts[] = {
113 static const struct option prop_longopts[] = {
332 int option; in do_add_flow() local
343 while ((option = getopt_long(argc, argv, "tR:l:a:p:", in do_add_flow()
345 switch (option) { in do_add_flow()
375 die_opterr(optopt, option); in do_add_flow()
413 int option; in do_remove_flow() local
424 while ((option = getopt_long(argc, argv, ":tR:l:", in do_remove_flow()
426 switch (option) { in do_remove_flow()
445 die_opterr(optopt, option); in do_remove_flow()
[all …]
/illumos-gate/usr/src/cmd/vgrind/
H A Dvgrind_ksh.po27 msgid "vgrind: bad option %s"
31 msgid "vgrind: option -f is incompatible with -2 and -P"
33 msgid "vgrind: option -f is incompatible with -t"
35 msgid "vgrind: option -t is incompatible with -2 and -P"
39 msgid "vgrind: missing argument to option %s"
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/drops/
H A Ddrp.DTRACEDROP_AGGREGATION.d27 #pragma D option quiet
28 #pragma D option strsize=1024
29 #pragma D option aggsize=512
H A Ddrp.DTRACEDROP_SPEC.d27 #pragma D option nspec=1
28 #pragma D option specsize=32
29 #pragma D option strsize=512
H A Ddrp.DTRACEDROP_STKSTROVERFLOW.d31 #pragma D option destructive
32 #pragma D option jstackstrsize=1
33 #pragma D option quiet
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/safety/
H A Dtst.stack.d37 #pragma D option bufsize=1000
38 #pragma D option bufpolicy=ring
39 #pragma D option statusrate=10ms
H A Dtst.ustack.d37 #pragma D option bufsize=1000
38 #pragma D option bufpolicy=ring
39 #pragma D option statusrate=10ms
H A Dtst.caller.d38 #pragma D option bufsize=1000
39 #pragma D option bufpolicy=ring
40 #pragma D option statusrate=10ms
H A Dtst.stackdepth.d38 #pragma D option bufsize=1000
39 #pragma D option bufpolicy=ring
40 #pragma D option statusrate=10ms
H A Dtst.stddev.d37 #pragma D option bufsize=1000
38 #pragma D option bufpolicy=ring
39 #pragma D option statusrate=10ms
H A Dtst.uregs.d37 #pragma D option bufsize=1000
38 #pragma D option bufpolicy=ring
39 #pragma D option statusrate=10ms
H A Dtst.ustackdepth.d38 #pragma D option bufsize=1000
39 #pragma D option bufpolicy=ring
40 #pragma D option statusrate=10ms
H A Dtst.progenyof.d37 #pragma D option bufsize=1000
38 #pragma D option bufpolicy=ring
39 #pragma D option statusrate=10ms
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/rates/
H A Dtst.switchrate.d44 #pragma D option bufsize=40
45 #pragma D option switchrate=10msec
46 #pragma D option quiet
/illumos-gate/usr/src/cmd/dtrace/demo/act/
H A Dtime.d27 #pragma D option quiet
28 #pragma D option destructive
29 #pragma D option switchrate=5sec

12345678910>>...50