Home
last modified time | relevance | path

Searched refs:opts (Results 151 – 175 of 272) sorted by relevance

1234567891011

/dragonfly/sys/netinet/
H A Dudp_usrreq.c380 struct mbuf *opts = NULL; in udp_input() local
631 ip_savecontrol(inp, &opts, ip, m); in udp_input()
636 (struct sockaddr *)&udp_in, m, opts) == 0) { in udp_input()
647 if (opts) in udp_input()
648 m_freem(opts); in udp_input()
660 struct mbuf *opts = NULL; in udp_append() local
667 ip_savecontrol(last, &opts, ip, n); in udp_append()
672 (struct sockaddr *)udp_in, n, opts); in udp_append()
676 if (opts) in udp_append()
677 m_freem(opts); in udp_append()
/dragonfly/lib/libtcplay/
H A Dtcplay_api_internal.h48 struct tcplay_opts *opts; member
/dragonfly/sys/net/altq/
H A Daltq_fairq.c378 u_int bandwidth, struct fairq_opts *opts, int qid) in fairq_class_create() argument
381 int flags = opts->flags; in fairq_class_create()
382 u_int nbuckets = opts->nbuckets; in fairq_class_create()
443 cl->cl_hogs_m1 = opts->hogs_m1 / 8; in fairq_class_create()
444 cl->cl_lssc_m1 = opts->lssc_m1 / 8; /* NOT YET USED */ in fairq_class_create()
/dragonfly/gnu/usr.bin/cc47/liblto_plugin/
H A DMakefile.headers74 opts.h \
155 i386-opts.h \
/dragonfly/games/backgammon/teachgammon/
H A Dtutor.h59 extern const char *const opts;
H A Dttext2.c158 if (b == opts[i]) in wrtext()
/dragonfly/contrib/mdocml/
H A Dtbl_int.h30 struct tbl_opts opts; /* Options for the whole table. */ member
/dragonfly/contrib/ncurses/ncurses/base/
H A Dlib_wattroff.c49 wattr_off(WINDOW *win, attr_t at, void *opts GCC_UNUSED) in NCURSES_EXPORT()
H A Dlib_wattron.c49 wattr_on(WINDOW *win, attr_t at, void *opts GCC_UNUSED) in NCURSES_EXPORT()
/dragonfly/contrib/tcpdump/
H A Dprint-802_15_4.c1100 int sf_num, off, links, opts; in ieee802_15_4_print_mlme_ie() local
1125 opts = GET_U_1(p + off + 4); in ieee802_15_4_print_mlme_ie()
1129 if (opts & 0x1) { ND_PRINT("TX "); } in ieee802_15_4_print_mlme_ie()
1130 if (opts & 0x2) { ND_PRINT("RX "); } in ieee802_15_4_print_mlme_ie()
1131 if (opts & 0x4) { ND_PRINT("Shared "); } in ieee802_15_4_print_mlme_ie()
1132 if (opts & 0x8) { in ieee802_15_4_print_mlme_ie()
1135 if (opts & 0x10) { in ieee802_15_4_print_mlme_ie()
/dragonfly/contrib/gdb-7/gdb/
H A Dtypeprint.c410 struct value_print_options opts; in whatis_exp() local
462 get_user_print_options (&opts); in whatis_exp()
463 if (opts.objectprint) in whatis_exp()
H A Dada-varobj.h53 struct value_print_options *opts);
H A Dskip.c159 struct value_print_options opts; in skip_info() local
162 get_user_print_options (&opts); in skip_info()
H A Dvalue.c841 struct value_print_options opts; in value_actual_type() local
844 get_user_print_options (&opts); in value_actual_type()
849 if (opts.objectprint) in value_actual_type()
1561 struct value_print_options opts; in show_values() local
1565 get_user_print_options (&opts); in show_values()
1566 value_print (val, gdb_stdout, &opts); in show_values()
2229 struct value_print_options opts; in show_convenience() local
2231 get_user_print_options (&opts); in show_convenience()
2247 value_print (val, gdb_stdout, &opts); in show_convenience()
/dragonfly/crypto/libressl/apps/openssl/
H A Dapps.h329 void options_usage(const struct option *opts);
330 int options_parse(int argc, char **argv, const struct option *opts,
/dragonfly/contrib/gcc-4.7/gcc/
H A Dflags.h48 extern void set_Wstrict_aliasing (struct gcc_options *opts, int onoff);
H A Dopt-read.awk110 opts[n_opts] = $1
/dragonfly/crypto/openssh/
H A Dmonitor_wrap.c457 struct sshauthopt *opts = NULL; in mm_key_allowed() local
482 (r = sshauthopt_deserialise(m, &opts)) != 0) in mm_key_allowed()
487 *authoptp = opts; in mm_key_allowed()
488 opts = NULL; in mm_key_allowed()
490 sshauthopt_free(opts); in mm_key_allowed()
H A Dmisc.c2498 const char *opts = *optsp; in opt_flag() local
2501 if (allow_negate && strncasecmp(opts, "no-", 3) == 0) { in opt_flag()
2502 opts += 3; in opt_flag()
2505 if (strncasecmp(opts, opt, opt_len) == 0) { in opt_flag()
2506 *optsp = opts + opt_len; in opt_flag()
2546 opt_match(const char **opts, const char *term) in opt_match() argument
2548 if (strncasecmp((*opts), term, strlen(term)) == 0 && in opt_match()
2549 (*opts)[strlen(term)] == '=') { in opt_match()
2550 *opts += strlen(term) + 1; in opt_match()
/dragonfly/contrib/gdb-7/gdb/python/
H A Dpy-prettyprint.c377 struct value_print_options opts = *options; in print_string_repr() local
379 opts.addressprint = 0; in print_string_repr()
380 common_val_print (replacement, stream, recurse, &opts, language); in print_string_repr()
/dragonfly/sys/netinet6/
H A Dicmp6.c1820 struct mbuf *opts = NULL; in icmp6_rip6_input() local
1863 ip6_savecontrol(last, &opts, ip6, n); in icmp6_rip6_input()
1869 (struct sockaddr *)&fromsa, n, opts) == 0) { in icmp6_rip6_input()
1871 if (opts) in icmp6_rip6_input()
1872 m_freem(opts); in icmp6_rip6_input()
1878 opts = NULL; in icmp6_rip6_input()
1887 ip6_savecontrol(last, &opts, ip6, m); in icmp6_rip6_input()
1893 m, opts) == 0) { in icmp6_rip6_input()
1895 if (opts) in icmp6_rip6_input()
1896 m_freem(opts); in icmp6_rip6_input()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-streamer-in.c799 tree opts = DECL_FUNCTION_SPECIFIC_OPTIMIZATION (expr); in lto_input_ts_function_decl_tree_pointers() local
800 if (opts) in lto_input_ts_function_decl_tree_pointers()
804 cl_optimization_restore (&tmp, TREE_OPTIMIZATION (opts)); in lto_input_ts_function_decl_tree_pointers()
806 opts = build_optimization_node (&tmp); in lto_input_ts_function_decl_tree_pointers()
808 DECL_FUNCTION_SPECIFIC_OPTIMIZATION (expr) = opts; in lto_input_ts_function_decl_tree_pointers()
H A Dopt-read.awk110 opts[n_opts] = $1
H A Dattribs.c483 tree opts = copy_list (current_optimize_pragma); in decl_attributes() local
487 = tree_cons (get_identifier ("optimize"), opts, attributes); in decl_attributes()
489 TREE_VALUE (cur_attr) = chainon (opts, TREE_VALUE (cur_attr)); in decl_attributes()
505 tree opts = copy_list (current_target_pragma); in decl_attributes() local
508 attributes = tree_cons (get_identifier ("target"), opts, attributes); in decl_attributes()
510 TREE_VALUE (cur_attr) = chainon (opts, TREE_VALUE (cur_attr)); in decl_attributes()
/dragonfly/sbin/ifconfig/
H A Difconfig.c96 static struct option *opts = NULL; variable
124 p->next = opts; in opt_register()
125 opts = p; in opt_register()
136 for (p = opts; p != NULL; p = p->next) { in usage()
382 for (p = opts; p != NULL; p = p->next) in main()
425 for (p = opts; p != NULL; p = p->next) in main()

1234567891011