Searched refs:opts (Results 1 - 25 of 350) sorted by relevance

1234567891011>>

/freebsd-10.0-release/contrib/ncurses/form/
H A Dfrm_opts.c39 | Function : int set_form_opts(FORM *form, Form_Options opts)
48 set_form_opts(FORM *form, Form_Options opts) argument
50 T((T_CALLED("set_form_opts(%p,%d)"), form, opts));
52 opts &= ALL_FORM_OPTS;
53 if (opts & ~ALL_FORM_OPTS)
57 Normalize_Form(form)->opts = opts;
74 returnCode((int)(Normalize_Form(form)->opts & ALL_FORM_OPTS));
79 | Function : int form_opts_on(FORM *form, Form_Options opts)
88 form_opts_on(FORM *form, Form_Options opts) argument
113 form_opts_off(FORM *form, Form_Options opts) argument
[all...]
H A Dfld_opts.c43 | Function : int set_field_opts(FIELD *field, Field_Options opts)
54 set_field_opts(FIELD *field, Field_Options opts) argument
58 T((T_CALLED("set_field_opts(%p,%d)"), field, opts));
60 opts &= ALL_FIELD_OPTS;
61 if (!(opts & ~ALL_FIELD_OPTS))
62 res = _nc_Synchronize_Options(Normalize_Field(field), opts);
79 returnCode(ALL_FIELD_OPTS & Normalize_Field(field)->opts);
84 | Function : int field_opts_on(FIELD *field, Field_Options opts)
95 field_opts_on(FIELD *field, Field_Options opts) argument
99 T((T_CALLED("field_opts_on(%p,%d)"), field, opts));
123 field_opts_off(FIELD *field, Field_Options opts) argument
[all...]
/freebsd-10.0-release/contrib/groff/src/roff/grog/
H A Dgrog.sh7 opts=
18 sp=; opts="$opts -C"; shift; break;;
26 opts="$opts $arg"; shift;;
107 if (opts != "")
108 printf "%s", opts
112 }' "opts=$opts" "files=$*" -
/freebsd-10.0-release/contrib/ncurses/menu/
H A Dm_item_opt.c44 | Function : int set_item_opts(ITEM *item, Item_Options opts)
54 set_item_opts(ITEM * item, Item_Options opts) argument
56 T((T_CALLED("set_menu_opts(%p,%d)"), item, opts));
58 opts &= ALL_ITEM_OPTS;
60 if (opts & ~ALL_ITEM_OPTS)
65 if (item->opt != opts)
69 item->opt = opts;
71 if ((!(opts & O_SELECTABLE)) && item->value)
82 _nc_Default_Item.opt = opts;
89 | Function : int item_opts_off(ITEM *item, Item_Options opts)
97 item_opts_off(ITEM * item, Item_Options opts) argument
125 item_opts_on(ITEM * item, Item_Options opts) argument
[all...]
H A Dm_opts.c44 | Function : int set_menu_opts(MENU *menu, Menu_Options opts)
56 set_menu_opts(MENU * menu, Menu_Options opts) argument
58 T((T_CALLED("set_menu_opts(%p,%d)"), menu, opts));
60 opts &= ALL_MENU_OPTS;
62 if (opts & ~ALL_MENU_OPTS)
70 if ((opts & O_ROWMAJOR) != (menu->opt & O_ROWMAJOR))
82 menu->opt = opts;
84 if (opts & O_ONEVALUE)
93 if (opts & O_SHOWDESC) /* this also changes the geometry */
97 _nc_Default_Menu.opt = opts;
116 menu_opts_off(MENU * menu, Menu_Options opts) argument
149 menu_opts_on(MENU * menu, Menu_Options opts) argument
[all...]
/freebsd-10.0-release/tools/tools/mtxstat/
H A Dmtxstat.pl42 my %opts; # Command-line options
51 getopts("acgl:mrt", \%opts)
53 if ($opts{'a'}) {
55 if ($opts{'c'} || $opts{'m'} || $opts{'t'});
57 } elsif ($opts{'c'}) {
59 if ($opts{'m'} || $opts{'t'});
61 } elsif ($opts{'
[all...]
/freebsd-10.0-release/crypto/openssh/
H A Dauth-options.c95 auth_parse_options(struct passwd *pw, char *opts, char *file, u_long linenum) argument
103 if (!opts)
106 while (*opts && *opts != ' ' && *opts != '\t') {
108 if (strncasecmp(opts, cp, strlen(cp)) == 0) {
110 opts += strlen(cp);
114 if (strncasecmp(opts, cp, strlen(cp)) == 0) {
117 opts += strlen(cp);
121 if (strncasecmp(opts, c
[all...]
/freebsd-10.0-release/contrib/amd/scripts/
H A Damd2sun.in31 ($defopts = $rest) =~ s/^.*[\s;]opts:=([^;\s]+)[;\s]*.*$/\1/;
35 $opts=$defopts;
37 if ($rest =~ /opts:=([^;\s]+)[;\s]/) {
38 $opts = $1;
41 $opts =~ s/,ping=[-\d]+//g;
50 print "$fs -$opts $rhost:$rfs\n";
/freebsd-10.0-release/contrib/groff/src/roff/nroff/
H A Dnroff.sh44 opts=
52 opts="$opts -P-c" ;;
54 opts="$opts -P-h" ;;
62 opts="$opts $1" ;;
73 opts="$opts -P-c" ;;
104 PATH="$GROFF_RUNTIME$PATH" groff -mtty-char $T $opts
[all...]
/freebsd-10.0-release/sys/contrib/rdma/krping/
H A Dgetopt.c18 * @opts: an array of &struct option entries controlling parser operations
26 * Returns opts->val if a matching entry in the 'opts' array is found,
30 const struct krping_option *opts, char **optopt,
47 for (; opts->name; opts++) {
48 if (!strcmp(opts->name, token)) {
50 if (opts->has_arg & OPT_NOPARAM) {
51 return opts->val;
57 if (opts
29 krping_getopt(const char *caller, char **options, const struct krping_option *opts, char **optopt, char **optarg, unsigned long *value) argument
[all...]
H A Dgetopt.h18 extern int krping_getopt(const char *caller, char **options, const struct krping_option *opts,
/freebsd-10.0-release/contrib/ipfilter/lib/
H A Dprintdstlistdata.c12 printdstlistdata(pool, opts)
14 int opts;
17 if ((opts & OPT_DEBUG) == 0) {
29 if ((opts & OPT_DEBUG) == 0) {
H A Dprintpool.c13 printpool(pp, copyfunc, name, opts, fields)
17 int opts;
29 printpooldata(&ipp, opts);
33 if ((opts & OPT_DEBUG) == 0)
52 ipnpn = printpoolnode(ipnp, opts, fields);
55 if ((opts & OPT_DEBUG) == 0) {
61 if ((opts & OPT_DEBUG) == 0)
H A Dprintpool_live.c13 printpool_live(pool, fd, name, opts, fields)
17 int opts;
29 printpooldata(pool, opts);
33 if ((opts & OPT_DEBUG) == 0)
55 (void) printpoolnode(&entry, opts, fields);
56 if ((opts & OPT_DEBUG) == 0)
65 if ((opts & OPT_DEBUG) == 0)
H A Dprintpooldata.c12 printpooldata(pool, opts)
14 int opts;
17 if ((opts & OPT_DEBUG) == 0) {
37 if ((opts & OPT_DEBUG) == 0) {
/freebsd-10.0-release/contrib/amd/amd/
H A Damfs_toplvl.c90 set_auto_attrcache_timeout(char *preopts, char *opts, size_t l) argument
102 xstrlcat(opts, preopts, l);
114 xstrlcat(opts, preopts, l);
118 xstrlcat(opts, preopts, l);
122 xstrlcat(opts, preopts, l);
126 xstrlcat(opts, preopts, l);
130 xstrlcat(opts, preopts, l);
173 char opts[SIZEOF_OPTS], preopts[SIZEOF_OPTS], toplvl_opts[40]; local
198 autofs_get_opts(opts, sizeof(opts), m
[all...]
/freebsd-10.0-release/sbin/ifconfig/
H A Difgif.c61 int opts; local
63 ifr.ifr_data = (caddr_t)&opts;
66 if (opts == 0)
68 printb("\toptions", opts, GIFBITS);
76 int opts; local
78 ifr.ifr_data = (caddr_t)&opts;
85 opts &= ~(-d);
87 opts |= d;
/freebsd-10.0-release/contrib/gcc/
H A Doptc-gen.awk47 opts[n_opts] = $1
57 print "/* This file is auto-generated by opts.sh. */"
62 print "#include " quote "opts.h" quote
93 print "/* Set by -" opts[i] "."
106 name = static_var(opts[i], flags[i]);
128 indices[opts[i]] = j;
132 while( i + 1 != n_opts && opts[i] == opts[i + 1] ) {
136 indices[opts[i]] = j;
145 while( i + 1 != n_opts && opts[
[all...]
/freebsd-10.0-release/sbin/pfctl/
H A Dpfctl_altq.c235 struct node_queue_opt *opts)
254 errors += eval_queue_opts(pa, opts, pa->ifbandwidth);
279 check_commit_altq(int dev, int opts) argument
289 error = check_commit_cbq(dev, opts, altq);
292 error = check_commit_priq(dev, opts, altq);
295 error = check_commit_hfsc(dev, opts, altq);
310 struct node_queue_opt *opts)
378 if (eval_queue_opts(pa, opts, parent == NULL? 0 : parent->bandwidth))
406 struct cbq_opts *opts; local
415 opts
234 eval_pfaltq(struct pfctl *pf, struct pf_altq *pa, struct node_queue_bw *bw, struct node_queue_opt *opts) argument
309 eval_pfqueue(struct pfctl *pf, struct pf_altq *pa, struct node_queue_bw *bw, struct node_queue_opt *opts) argument
444 struct cbq_opts *opts; local
525 check_commit_cbq(int dev, int opts, struct pf_altq *pa) argument
560 const struct cbq_opts *opts; local
618 check_commit_priq(int dev, int opts, struct pf_altq *pa) argument
646 const struct priq_opts *opts; local
676 struct hfsc_opts *opts; local
811 check_commit_hfsc(int dev, int opts, struct pf_altq *pa) argument
852 const struct hfsc_opts *opts; local
1169 eval_queue_opts(struct pf_altq *pa, struct node_queue_opt *opts, u_int32_t ref_bw) argument
[all...]
H A Dpfctl_table.c80 if ((!(opts & PF_OPT_NOACTION) || \
81 (opts & PF_OPT_DUMMYACTION)) && \
90 if ((!(opts & PF_OPT_NOACTION) || \
91 (opts & PF_OPT_DUMMYACTION)) && \
99 xprintf(opts, "%d table created", nadd); \
100 if (opts & PF_OPT_NOACTION) \
107 pfctl_clear_tables(const char *anchor, int opts) argument
109 return pfctl_table(0, NULL, NULL, "-F", NULL, anchor, opts);
113 pfctl_show_tables(const char *anchor, int opts) argument
115 return pfctl_table(0, NULL, NULL, "-s", NULL, anchor, opts);
119 pfctl_command_tables(int argc, char *argv[], char *tname, const char *command, char *file, const char *anchor, int opts) argument
128 pfctl_table(int argc, char *argv[], char *tname, const char *command, char *file, const char *anchor, int opts) argument
559 xprintf(int opts, const char *fmt, ...) argument
582 pfctl_show_ifaces(const char *filter, int opts) argument
609 print_iface(struct pfi_kif *p, int opts) argument
[all...]
/freebsd-10.0-release/contrib/xz/src/liblzma/lzma/
H A Dlzma_encoder_optimum_normal.c230 uint32_t pos_mem = coder->opts[cur].pos_prev;
231 uint32_t back_mem = coder->opts[cur].back_prev;
234 if (coder->opts[cur].prev_1_is_literal) {
235 make_literal(&coder->opts[pos_mem]);
236 coder->opts[pos_mem].pos_prev = pos_mem - 1;
238 if (coder->opts[cur].prev_2) {
239 coder->opts[pos_mem - 1].prev_1_is_literal
241 coder->opts[pos_mem - 1].pos_prev
242 = coder->opts[cur].pos_prev_2;
243 coder->opts[pos_me
[all...]
/freebsd-10.0-release/contrib/gdb/gdb/mi/
H A Dmi-getopt.c29 struct mi_opt *opts,
55 for (opt = opts; opt->name != NULL; opt++)
83 static struct mi_opt opts[] = local
88 if (mi_getopt (prefix, argc, argv, opts, &optind, &optarg) == -1)
27 mi_getopt(const char *prefix, int argc, char **argv, struct mi_opt *opts, int *optind, char **optarg) argument
/freebsd-10.0-release/sys/sys/
H A Dmutex.h94 int opts);
97 int _mtx_trylock_flags_(volatile uintptr_t *c, int opts, const char *file,
100 void __mtx_lock_sleep(volatile uintptr_t *c, uintptr_t tid, int opts,
102 void __mtx_unlock_sleep(volatile uintptr_t *c, int opts, const char *file,
105 void _mtx_lock_spin_cookie(volatile uintptr_t *c, uintptr_t tid, int opts,
108 void __mtx_lock_flags(volatile uintptr_t *c, int opts, const char *file,
110 void __mtx_unlock_flags(volatile uintptr_t *c, int opts, const char *file,
112 void __mtx_lock_spin_flags(volatile uintptr_t *c, int opts, const char *file,
114 void __mtx_unlock_spin_flags(volatile uintptr_t *c, int opts,
184 #define __mtx_lock(mp, tid, opts, fil
[all...]
/freebsd-10.0-release/contrib/ncurses/ncurses/base/
H A Dlib_colorset.c47 wcolor_set(WINDOW *win, short color_pair_number, void *opts) argument
51 && !opts
/freebsd-10.0-release/contrib/ntp/ntpd/
H A Dntpd-opts.def10 #include ntpdbase-opts.def

Completed in 312 milliseconds

1234567891011>>