Searched refs:source_list (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/regen/ |
| D | mk_invlists.pl | 1106 my @source_list = $new{$fold}->@*; 1112 undef @source_list; 1117 @source_list = grep { $_ > 255 } @source_list; 1118 undef @source_list if @source_list == 1; 1124 foreach my $cp (@source_list) { 1125 my @rest = grep { $cp != $_ } @source_list;
|
| /openbsd/src/usr.bin/ssh/ |
| D | readconf.h | 25 char *source_list; member
|
| D | readconf.c | 927 free(cnames[i].source_list); in free_canon_cnames() 2197 cnames[ncnames].source_list = xstrdup(arg); in process_config_line_depth() 2565 strcasecmp(options->permitted_cnames[0].source_list, "none") == 0 && in config_has_permitted_cnames() 2966 free(options->permitted_cnames[0].source_list); in fill_default_options() 3062 free(o->permitted_cnames[i].source_list); in free_options() 3714 printf(" %s:%s", o->permitted_cnames[i].source_list, in dump_client_config()
|
| D | ssh.c | 391 if (match_pattern_list(*namep, rule->source_list, 1) != 1 || in check_follow_cname()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | genautomata.c | 2449 add_excls (dest_list, source_list, excl_pos) in add_excls() argument 2451 unit_set_el_t source_list; 2461 for (src = source_list; src != NULL; src = src->next_unit_set_el) 2548 add_presence_absence (dest_list, source_list, req_pos, presence_p) in add_presence_absence() argument 2550 unit_set_el_t source_list; 2561 for (src = source_list; src != NULL; src = src->next_unit_set_el)
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | genautomata.c | 2078 add_excls (unit_set_el_t dest_list, unit_set_el_t source_list, in add_excls() argument 2088 for (src = source_list; src != NULL; src = src->next_unit_set_el) in add_excls()
|