| /src/external/bsd/am-utils/dist/amd/ |
| sun_map.h | 71 struct sun_opt *opt_list; /* list of option strings */ member in struct:sun_mountpt 80 struct sun_opt *opt_list; /* list of mount options */ member in struct:sun_entry 96 struct sun_opt *opt_list; /* list of global map options */ member in struct:sun_map
|
| sun_map.c | 329 * param opt_list - list of Sun mount options 335 const struct sun_opt *opt_list) 342 for(opt = opt_list; opt != NULL; opt = NEXT(struct sun_opt, opt)) { 541 if (s_entry->opt_list != NULL) { 543 sun_opts2amd(line_buff, sizeof(line_buff), key, s_entry->opt_list);
|
| 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;
|
| /src/usr.bin/menuc/ |
| parse.y | 104 opt opt_list ";" 129 | opt_list 132 opt_list : "," opt label 133 | opt_list "," opt
|
| /src/external/bsd/ntp/dist/sntp/libopts/ |
| save.c | 410 void ** opt_list; local 415 opt_list = __UNCONST(al->apzArgs); 426 tOptionValue const * ovp = *(opt_list++); 449 void ** opt_list; local 461 opt_list = __UNCONST(al->apzArgs); 467 tOptionValue const * base = *(opt_list++);
|
| /src/external/bsd/unbound/dist/pythonmod/examples/ |
| inplace_callbacks.py | 116 options is accessible through edns.opt_list. It SHOULD NOT be 134 if not edns_opt_list_is_empty(edns.opt_list): 142 # add to opt_list 166 EDNS options is accessible through edns.opt_list. It 196 edns.opt_list contains the EDNS options sent from the client
|
| /src/external/bsd/cron/dist/ |
| crontab.c | 43 enum opt_t { opt_unknown, opt_list, opt_delete, opt_edit, opt_replace }; enumerator in enum:opt_t 120 case opt_list: 220 Option = opt_list;
|
| /src/external/bsd/unbound/dist/services/ |
| mesh.h | 354 * @param opt_list: edns opt_list from the client; to be used when subnet is 359 struct sockaddr_storage* addr, struct edns_option* opt_list);
|
| outside_network.h | 512 struct edns_option* opt_list; member in struct:serviced_query
|
| outside_network.c | 140 if((r = edns_opt_list_compare(q1->opt_list, q2->opt_list)) != 0) 2585 struct edns_option* opt_list) 2595 key.opt_list = opt_list; 2630 uint8_t* zone, size_t zonelen, int qtype, struct edns_option* opt_list, 2679 sq->opt_list = opt_list; 2889 edns.opt_list_out = sq->opt_list;
|
| mesh.c | 863 struct sockaddr_storage* addr, struct edns_option* opt_list) 866 (void)opt_list; 870 rpz_passthru, addr, opt_list); 2114 struct edns_option* opt_list = NULL; local 2143 (void)edns_opt_list_append(&opt_list, 2157 opt_list);
|
| /src/external/mpl/dhcp/dist/keama/ |
| confparse.c | 1951 struct element *opt_list; local 1953 opt_list = mapGet(class, handle->key); 1954 if (opt_list != NULL) 1955 merge_option_data(handle->value, opt_list); 2263 struct element *opt_list; local 2266 opt_list = mapGet(share, "option-data"); 2269 merge_option_data(opt_list, sub); 2947 struct element *opt_list; local 2959 opt_list = mapGet(item, src->key); 2960 if (opt_list != NULL) 2993 struct element *opt_list; local [all...] |
| /src/usr.bin/config/ |
| gram.y | 783 OPTIONS opt_list 885 opt_list: label 887 | opt_list ',' option
|
| /src/external/bsd/jemalloc/dist/bin/ |
| jeprof.in | 326 $main::opt_list = ""; 401 "list=s" => \$main::opt_list, 455 if ($main::opt_disasm || $main::opt_list || $main::opt_symbols) { 488 ($main::opt_list eq '' ? 0 : 1) + 623 } elsif ($main::opt_list) { 624 PrintListing($total, $libs, $flat, $cumulative, $main::opt_list, 0); 882 $main::opt_list = 0; 925 $main::opt_list = 1; 2635 if ($main::opt_disasm || $main::opt_list) {
|
| /src/external/bsd/jemalloc.old/dist/bin/ |
| jeprof.in | 323 $main::opt_list = ""; 396 "list=s" => \$main::opt_list, 448 if ($main::opt_disasm || $main::opt_list || $main::opt_symbols) { 481 ($main::opt_list eq '' ? 0 : 1) + 610 } elsif ($main::opt_list) { 611 PrintListing($total, $libs, $flat, $cumulative, $main::opt_list, 0); 867 $main::opt_list = 0; 910 $main::opt_list = 1; 2620 if ($main::opt_disasm || $main::opt_list) {
|
| /src/external/bsd/unbound/dist/pythonmod/ |
| 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)
|
| /src/external/bsd/unbound/dist/daemon/ |
| worker.c | 920 int rpz_passthru, struct edns_option* opt_list) 922 (void)opt_list; 942 &repinfo->client_addr, opt_list);
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-m68k.c | 5678 static void opt_list (int, int); 5720 { "s", opt_list, 0, 0, 0 }, 5837 opt_list (int arg ATTRIBUTE_UNUSED, int on) 5833 opt_list (int arg ATTRIBUTE_UNUSED, int on) function
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-m68k.c | 5678 static void opt_list (int, int); 5720 { "s", opt_list, 0, 0, 0 }, 5837 opt_list (int arg ATTRIBUTE_UNUSED, int on) 5833 opt_list (int arg ATTRIBUTE_UNUSED, int on) function
|