Home
last modified time | relevance | path

Searched refs:match_p (Results 1 – 25 of 78) sorted by relevance

1234

/dports/games/vultures-eye/vulture-2.3.67/slashem/win/share/
H A Dtxtfilt.c127 static char **match_p = NULL; variable
138 free(match_p); in match_load()
139 match_p = malloc(no_alloc * sizeof (*match_p)); in match_load()
140 if (!match_p) in match_load()
159 match_p = realloc(match_p, no_alloc * sizeof (*match_p)); in match_load()
160 if (!match_p) in match_load()
166 match_p[match_np] = strdup(buf); in match_load()
167 if (!match_p[match_np++]) in match_load()
174 match_p = realloc(match_p, match_np * sizeof (*match_p)); in match_load()
184 if (!strcmp(match_p[i], name)) in match_found()
/dports/dns/dnstable/dnstable-0.12.0/libmy/
H A Dargv.c1874 match_p = arg_p; in check_or()
1880 if (match_p == NULL) { in check_or()
1891 match_p = arg_p; in check_or()
1898 if (match_p == NULL) { in check_or()
1927 match_p = which_p; in check_or()
2439 argv_t *grid_p, *match_p; in do_list() local
2494 match_p = NULL; in do_list()
2504 if (match_p != NULL) { in do_list()
2516 match_p = grid_p; in do_list()
2683 for (match_p = grid; match_p->ar_short_arg != ARGV_LAST; match_p++) { in do_list()
[all …]
/dports/devel/fstrm/fstrm-0.6.1/libmy/
H A Dargv.c1874 match_p = arg_p; in check_or()
1880 if (match_p == NULL) { in check_or()
1891 match_p = arg_p; in check_or()
1898 if (match_p == NULL) { in check_or()
1927 match_p = which_p; in check_or()
2439 argv_t *grid_p, *match_p; in do_list() local
2494 match_p = NULL; in do_list()
2504 if (match_p != NULL) { in do_list()
2516 match_p = grid_p; in do_list()
2683 for (match_p = grid; match_p->ar_short_arg != ARGV_LAST; match_p++) { in do_list()
[all …]
/dports/net/nmsg/nmsg-1.0.1/libmy/
H A Dargv.c1874 match_p = arg_p; in check_or()
1880 if (match_p == NULL) { in check_or()
1891 match_p = arg_p; in check_or()
1898 if (match_p == NULL) { in check_or()
1927 match_p = which_p; in check_or()
2439 argv_t *grid_p, *match_p; in do_list() local
2494 match_p = NULL; in do_list()
2504 if (match_p != NULL) { in do_list()
2516 match_p = grid_p; in do_list()
2683 for (match_p = grid; match_p->ar_short_arg != ARGV_LAST; match_p++) { in do_list()
[all …]
/dports/devel/dmalloc/dmalloc-5.6.5/
H A Ddmalloc_argv.c1779 match_p = arg_p; in check_or()
1785 if (match_p == NULL) { in check_or()
1796 match_p = arg_p; in check_or()
1803 if (match_p == NULL) { in check_or()
1832 match_p = which_p; in check_or()
2303 argv_t *grid_p, *match_p; in do_list() local
2358 match_p = NULL; in do_list()
2368 if (match_p != NULL) { in do_list()
2380 match_p = grid_p; in do_list()
2547 for (match_p = grid; match_p->ar_short_arg != ARGV_LAST; match_p++) { in do_list()
[all …]
/dports/net/libyang/libyang-1.0.240/src/
H A Dhash_table.c556 if (match_p) { in lyht_find()
557 *match_p = rec->val; in lyht_find()
572 if (match_p) { in lyht_find()
573 *match_p = rec->val; in lyht_find()
622 if (match_p) { in lyht_find_next()
623 *match_p = rec->val; in lyht_find_next()
741 if (match_p) { in lyht_insert_with_resize_cb()
755 if (match_p) { in lyht_insert_with_resize_cb()
775 if (match_p) { in lyht_insert_with_resize_cb()
776 *match_p = (void *)&rec->val; in lyht_insert_with_resize_cb()
[all …]
H A Dhash_table.h182 int lyht_find(struct hash_table *ht, void *val_p, uint32_t hash, void **match_p);
193 int lyht_find_next(struct hash_table *ht, void *val_p, uint32_t hash, void **match_p);
205 int lyht_insert(struct hash_table *ht, void *val_p, uint32_t hash, void **match_p);
221 void **match_p);
/dports/math/GiNaC/ginac-1.8.2/check/
H A Dexam_match.cpp47 bool match_p = e.match(pattern, repls); in failed_match_have_side_effects() local
48 cbug_on(match_p, "match(" << e << ", " << pattern << ") says \"Yes\""); in failed_match_have_side_effects()
71 bool match_p = e.match(pattern, repls); in match_false_negative() local
72 cbug_on(!match_p, "false negative: " << e << " did not match " in match_false_negative()
/dports/x11-fm/librfm/librfm5-5.3.16.4/modules/
H A Dcompletion.i438 variable_complete(widgets_t *widgets_p, const gchar *token, gint *match_p){ in variable_complete() argument
458 *match_p = g_slist_length(matches); in variable_complete()
460 *match_p = 0; in variable_complete()
472 userdir_complete(widgets_t *widgets_p, const gchar *token, gint *match_p){ in userdir_complete() argument
496 *match_p = g_slist_length(matches); in userdir_complete()
498 *match_p = 0; in userdir_complete()
508 hostname_complete(widgets_t *widgets_p, const gchar *token, gint *match_p){ in hostname_complete() argument
545 *match_p = g_slist_length(matches); in hostname_complete()
547 *match_p = 0; in hostname_complete()
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/src/
H A Ds_serv.c167 struct Client *match_p = ptr->data; in hunt_server() local
168 if(IsRegistered(match_p) && match(new, match_p->name)) in hunt_server()
/dports/irc/ircd-ratbox/ircd-ratbox-3.0.10/src/
H A Ds_serv.c167 struct Client *match_p = ptr->data; in hunt_server() local
168 if(IsRegistered(match_p) && match(new, match_p->name)) in hunt_server()
/dports/devel/binutils/binutils-2.37/gas/config/
H A Dobj-elf.c575 struct elf_section_match *match_p, in obj_elf_change_section() argument
585 if (match_p == NULL) in obj_elf_change_section()
588 match_p = &unused_match; in obj_elf_change_section()
611 (void *) match_p); in obj_elf_change_section()
718 if (match_p->group_name == NULL) in obj_elf_change_section()
754 elf_section_data (sec)->this_hdr.sh_info = match_p->sh_info; in obj_elf_change_section()
761 sec->section_id = match_p->section_id; in obj_elf_change_section()
762 flags |= match_p->flags; in obj_elf_change_section()
766 = match_p->linked_to_symbol_name; in obj_elf_change_section()
771 elf_group_name (sec) = match_p->group_name; in obj_elf_change_section()
/dports/devel/gnulibiberty/binutils-2.37/gas/config/
H A Dobj-elf.c575 struct elf_section_match *match_p, in obj_elf_change_section() argument
585 if (match_p == NULL) in obj_elf_change_section()
588 match_p = &unused_match; in obj_elf_change_section()
611 (void *) match_p); in obj_elf_change_section()
718 if (match_p->group_name == NULL) in obj_elf_change_section()
754 elf_section_data (sec)->this_hdr.sh_info = match_p->sh_info; in obj_elf_change_section()
761 sec->section_id = match_p->section_id; in obj_elf_change_section()
762 flags |= match_p->flags; in obj_elf_change_section()
766 = match_p->linked_to_symbol_name; in obj_elf_change_section()
771 elf_group_name (sec) = match_p->group_name; in obj_elf_change_section()
/dports/devel/arm-elf-binutils/binutils-2.37/gas/config/
H A Dobj-elf.c575 struct elf_section_match *match_p, in obj_elf_change_section() argument
585 if (match_p == NULL) in obj_elf_change_section()
588 match_p = &unused_match; in obj_elf_change_section()
611 (void *) match_p); in obj_elf_change_section()
718 if (match_p->group_name == NULL) in obj_elf_change_section()
754 elf_section_data (sec)->this_hdr.sh_info = match_p->sh_info; in obj_elf_change_section()
761 sec->section_id = match_p->section_id; in obj_elf_change_section()
762 flags |= match_p->flags; in obj_elf_change_section()
766 = match_p->linked_to_symbol_name; in obj_elf_change_section()
771 elf_group_name (sec) = match_p->group_name; in obj_elf_change_section()
/dports/lang/ruby26/ruby-2.6.9/lib/csv/
H A Dcsv.gemspec30 "lib/csv/match_p.rb",
/dports/security/gnupg/gnupg-2.3.3/tools/
H A Dgpg-check-pattern.c456 match_p (const char *string, pattern_t *patarray) in match_p() function
580 pat = match_p (buffer, patarray); in process()
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dnsfont.m245 bool match_p = true;
250 match_p = false;
257 match_p = false;
264 match_p = false;
275 match_p = false;
281 match_p = false;
287 return match_p;
/dports/science/py-ruffus/ruffus-2.8.3/ruffus/
H A Druffus_utility.py690 match_p = r"\g<1>" + p
692 match_p = p
696 match_p, self.filename)
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dlra-constraints.c533 bool match_p; member
581 if (! curr_insn_input_reloads[i].match_p in get_reload_reg()
627 curr_insn_input_reloads[curr_insn_input_reloads_num].match_p = false; in get_reload_reg()
1062 curr_insn_input_reloads[curr_insn_input_reloads_num].match_p = true; in match_reload()
2117 bool match_p; in process_alt_operands() local
2148 match_p = false; in process_alt_operands()
2160 match_p = true; in process_alt_operands()
2162 if (match_p) in process_alt_operands()
2229 if (!match_p || !curr_alt_win[m]) in process_alt_operands()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dlra-constraints.c545 bool match_p; member
626 if (! curr_insn_input_reloads[i].match_p in get_reload_reg()
672 curr_insn_input_reloads[curr_insn_input_reloads_num].match_p = false; in get_reload_reg()
1085 curr_insn_input_reloads[curr_insn_input_reloads_num].match_p = true; in match_reload()
2159 bool match_p; in process_alt_operands() local
2190 match_p = false; in process_alt_operands()
2202 match_p = true; in process_alt_operands()
2204 if (match_p) in process_alt_operands()
2298 if (!match_p || !curr_alt_win[m]) in process_alt_operands()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dlra-constraints.c533 bool match_p; member
581 if (! curr_insn_input_reloads[i].match_p in get_reload_reg()
627 curr_insn_input_reloads[curr_insn_input_reloads_num].match_p = false; in get_reload_reg()
1062 curr_insn_input_reloads[curr_insn_input_reloads_num].match_p = true; in match_reload()
2117 bool match_p; in process_alt_operands() local
2148 match_p = false; in process_alt_operands()
2160 match_p = true; in process_alt_operands()
2162 if (match_p) in process_alt_operands()
2229 if (!match_p || !curr_alt_win[m]) in process_alt_operands()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dlra-constraints.c552 bool match_p; member
600 if (! curr_insn_input_reloads[i].match_p in get_reload_reg()
646 curr_insn_input_reloads[curr_insn_input_reloads_num].match_p = false; in get_reload_reg()
1054 curr_insn_input_reloads[curr_insn_input_reloads_num].match_p = true; in match_reload()
2135 bool match_p; in process_alt_operands() local
2166 match_p = false; in process_alt_operands()
2179 match_p = true; in process_alt_operands()
2181 if (match_p) in process_alt_operands()
2293 if (!match_p || !curr_alt_win[m]) in process_alt_operands()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dlra-constraints.c533 bool match_p; member
581 if (! curr_insn_input_reloads[i].match_p in get_reload_reg()
627 curr_insn_input_reloads[curr_insn_input_reloads_num].match_p = false; in get_reload_reg()
1062 curr_insn_input_reloads[curr_insn_input_reloads_num].match_p = true; in match_reload()
2107 bool match_p; in process_alt_operands() local
2138 match_p = false; in process_alt_operands()
2150 match_p = true; in process_alt_operands()
2152 if (match_p) in process_alt_operands()
2219 if (!match_p || !curr_alt_win[m]) in process_alt_operands()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dlra-constraints.c580 bool match_p; member
683 if (! curr_insn_input_reloads[i].match_p in get_reload_reg()
729 curr_insn_input_reloads[curr_insn_input_reloads_num].match_p = false; in get_reload_reg()
1142 curr_insn_input_reloads[curr_insn_input_reloads_num].match_p = true; in match_reload()
2220 bool match_p; in process_alt_operands() local
2251 match_p = false; in process_alt_operands()
2264 match_p = true; in process_alt_operands()
2266 if (match_p) in process_alt_operands()
2378 if (!match_p || !curr_alt_win[m]) in process_alt_operands()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dlra-constraints.c533 bool match_p; member
581 if (! curr_insn_input_reloads[i].match_p in get_reload_reg()
627 curr_insn_input_reloads[curr_insn_input_reloads_num].match_p = false; in get_reload_reg()
1062 curr_insn_input_reloads[curr_insn_input_reloads_num].match_p = true; in match_reload()
2117 bool match_p; in process_alt_operands() local
2148 match_p = false; in process_alt_operands()
2160 match_p = true; in process_alt_operands()
2162 if (match_p) in process_alt_operands()
2229 if (!match_p || !curr_alt_win[m]) in process_alt_operands()

1234