Home
last modified time | relevance | path

Searched refs:opt_list (Results 1 – 23 of 23) sorted by relevance

/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dsun_map.h71 struct sun_opt *opt_list; /* list of option strings */ member
80 struct sun_opt *opt_list; /* list of mount options */ member
96 struct sun_opt *opt_list; /* list of global map options */ member
H A Dsun_map.c335 const struct sun_opt *opt_list) in sun_opts2amd() argument
342 for(opt = opt_list; opt != NULL; opt = NEXT(struct sun_opt, opt)) { in sun_opts2amd()
541 if (s_entry->opt_list != NULL) { in sun_entry2amd()
543 sun_opts2amd(line_buff, sizeof(line_buff), key, s_entry->opt_list); in sun_entry2amd()
H A Dsun_map_parse.y157 entry->opt_list = (struct sun_opt *)list->first;
214 entry->opt_list = (struct sun_opt *)list->first;
278 mountpt->opt_list = (struct sun_opt *)list->first;
/netbsd-src/usr.bin/menuc/
H A Dparse.y104 opt opt_list ";"
129 | opt_list
132 opt_list : "," opt
133 | opt_list "," opt
/netbsd-src/external/bsd/unbound/dist/contrib/
H A Dredirect-bogus.patch79 - r->edns.opt_list = NULL;
83 - r->edns.opt_list = NULL;
102 + r->edns.opt_list = NULL;
107 + r->edns.opt_list = NULL;
H A Dfastrpz.patch3172 if(edns->opt_list) {
3173 r->edns.opt_list = edns_opt_copy_region(edns->opt_list,
/netbsd-src/external/bsd/cron/dist/
H A Dcrontab.c43 enum opt_t { opt_unknown, opt_list, opt_delete, opt_edit, opt_replace }; enumerator
120 case opt_list: in main()
220 Option = opt_list; in parse_args()
/netbsd-src/external/mpl/dhcp/dist/keama/
H A Dconfparse.c1951 struct element *opt_list; in subclass_inherit() local
1953 opt_list = mapGet(class, handle->key); in subclass_inherit()
1954 if (opt_list != NULL) in subclass_inherit()
1955 merge_option_data(handle->value, opt_list); in subclass_inherit()
2263 struct element *opt_list; in parse_shared_net_declaration() local
2266 opt_list = mapGet(share, "option-data"); in parse_shared_net_declaration()
2269 merge_option_data(opt_list, sub); in parse_shared_net_declaration()
2947 struct element *opt_list; in option_data_derive() local
2959 opt_list = mapGet(item, src->key); in option_data_derive()
2960 if (opt_list != NULL) { in option_data_derive()
[all …]
/netbsd-src/external/bsd/unbound/dist/pythonmod/examples/
H A Dinplace_callbacks.py134 if not edns_opt_list_is_empty(edns.opt_list):
/netbsd-src/external/bsd/unbound/dist/pythonmod/doc/examples/
H A Dexample6.rst98 options is accessible through edns.opt_list. It SHOULD NOT be
145 EDNS options is accessible through edns.opt_list. It
190 edns.opt_list contains the EDNS options sent from the client
/netbsd-src/usr.bin/config/
H A Dgram.y783 OPTIONS opt_list
885 opt_list:
887 | opt_list ',' option
/netbsd-src/external/bsd/unbound/dist/services/
H A Dmesh.h346 struct sockaddr_storage* addr, struct edns_option* opt_list);
H A Dmesh.c792 struct sockaddr_storage* addr, struct edns_option* opt_list) in mesh_new_prefetch() argument
795 (void)opt_list; in mesh_new_prefetch()
799 rpz_passthru, addr, opt_list); in mesh_new_prefetch()
1798 struct edns_option* opt_list = NULL; in mesh_continue() local
1827 (void)edns_opt_list_append(&opt_list, in mesh_continue()
1841 opt_list); in mesh_continue()
H A Doutside_network.c140 if((r = edns_opt_list_compare(q1->opt_list, q2->opt_list)) != 0) in serviced_cmp()
2559 struct edns_option* opt_list)
2569 key.opt_list = opt_list;
2604 uint8_t* zone, size_t zonelen, int qtype, struct edns_option* opt_list,
2653 sq->opt_list = opt_list;
2844 edns.opt_list_out = sq->opt_list;
H A Doutside_network.h512 struct edns_option* opt_list; member
/netbsd-src/external/bsd/unbound/dist/pythonmod/doc/modules/
H A Dstruct.rst164 .. attribute:: opt_list
170 Iterator for `opt_list`.
/netbsd-src/external/bsd/unbound/dist/pythonmod/
H A Dinterface.i688 %ignore edns_data::opt_list;
707 def _opt_list_iter(self): return EdnsOptsListIter(self.opt_list)
710 opt_list = property(_opt_list)
/netbsd-src/external/bsd/unbound/dist/daemon/
H A Dworker.c828 int rpz_passthru, struct edns_option* opt_list) in reply_and_prefetch() argument
830 (void)opt_list; in reply_and_prefetch()
850 &repinfo->client_addr, opt_list); in reply_and_prefetch()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-m68k.c5653 static void opt_list (int, int);
5695 { "s", opt_list, 0, 0, 0 },
5812 opt_list (int arg ATTRIBUTE_UNUSED, int on) in opt_list() function
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-m68k.c5665 static void opt_list (int, int);
5707 { "s", opt_list, 0, 0, 0 },
5824 opt_list (int arg ATTRIBUTE_UNUSED, int on) in opt_list() function
/netbsd-src/external/bsd/unbound/dist/doc/
H A DChangelog1072 - Fix to make python module opt_list use opt_list_in.
5249 after parse use edns_opt_find(edns.opt_list, LDNS_EDNS_NSID),
5251 the opt_list passed to send_query, or in edns_opt_inplace_reply.
/netbsd-src/external/gpl3/binutils/dist/gas/
H A DChangeLog-92951638 (opt_list): New static function.
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A DChangeLog-92951638 (opt_list): New static function.