| /netbsd-src/external/bsd/am-utils/dist/amd/ |
| H A D | sun_map.h | 71 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 D | sun_map.c | 335 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 D | sun_map_parse.y | 157 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 D | parse.y | 104 opt opt_list ";" 129 | opt_list 132 opt_list : "," opt 133 | opt_list "," opt
|
| /netbsd-src/external/bsd/unbound/dist/contrib/ |
| H A D | redirect-bogus.patch | 79 - 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 D | fastrpz.patch | 3172 if(edns->opt_list) { 3173 r->edns.opt_list = edns_opt_copy_region(edns->opt_list,
|
| /netbsd-src/external/bsd/cron/dist/ |
| H A D | crontab.c | 43 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 D | confparse.c | 1951 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 D | inplace_callbacks.py | 134 if not edns_opt_list_is_empty(edns.opt_list):
|
| /netbsd-src/external/bsd/unbound/dist/pythonmod/doc/examples/ |
| H A D | example6.rst | 98 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 D | gram.y | 783 OPTIONS opt_list 885 opt_list: 887 | opt_list ',' option
|
| /netbsd-src/external/bsd/unbound/dist/services/ |
| H A D | mesh.h | 346 struct sockaddr_storage* addr, struct edns_option* opt_list);
|
| H A D | mesh.c | 792 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 D | outside_network.c | 140 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 D | outside_network.h | 512 struct edns_option* opt_list; member
|
| /netbsd-src/external/bsd/unbound/dist/pythonmod/doc/modules/ |
| H A D | struct.rst | 164 .. attribute:: opt_list 170 Iterator for `opt_list`.
|
| /netbsd-src/external/bsd/unbound/dist/pythonmod/ |
| H A D | interface.i | 688 %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 D | worker.c | 828 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 D | tc-m68k.c | 5653 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 D | tc-m68k.c | 5665 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 D | Changelog | 1072 - 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 D | ChangeLog-9295 | 1638 (opt_list): New static function.
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/ |
| H A D | ChangeLog-9295 | 1638 (opt_list): New static function.
|