Home
last modified time | relevance | path

Searched refs:element (Results 1 – 25 of 236) sorted by relevance

12345678910

/dflybsd-src/usr.sbin/nscd/
H A Dprotocol.c40 init_comm_element(struct comm_element *element, enum comm_element_t type) in init_comm_element() argument
44 memset(element, 0, sizeof(struct comm_element)); in init_comm_element()
48 init_cache_write_request(&element->c_write_request); in init_comm_element()
51 init_cache_write_response(&element->c_write_response); in init_comm_element()
54 init_cache_read_request(&element->c_read_request); in init_comm_element()
57 init_cache_read_response(&element->c_read_response); in init_comm_element()
60 init_cache_transform_request(&element->c_transform_request); in init_comm_element()
63 init_cache_transform_response(&element->c_transform_response); in init_comm_element()
66 init_cache_mp_write_session_request(&element->c_mp_ws_request); in init_comm_element()
69 init_cache_mp_write_session_response(&element->c_mp_ws_response); in init_comm_element()
[all …]
/dflybsd-src/contrib/wpa_supplicant/src/common/
H A Dieee802_11_common.h15 struct element { struct
231 for (_elem = (const struct element *) (_data); \
236 _elem = (const struct element *) (_elem->data + _elem->datalen))
238 #define for_each_element_id(element, _id, data, datalen) \ argument
239 for_each_element(element, data, datalen) \
240 if (element->id == (_id))
242 #define for_each_element_extid(element, extid, _data, _datalen) \ argument
243 for_each_element(element, _data, _datalen) \
244 if (element->id == WLAN_EID_EXTENSION && \
245 element->datalen > 0 && \
[all …]
/dflybsd-src/share/colldef/
H A Dhu_HU.UTF-8.src10 collating-element <c-s> from "<c><s>"
11 collating-element <C-s> from "<C><s>"
12 collating-element <C-S> from "<C><S>"
13 collating-element <c-LATIN_SMALL_LETTER_S_WITH_ACUTE> from "<c><LATIN_SMALL_LETTER_S_WITH_ACUTE>"
14 collating-element <C-LATIN_SMALL_LETTER_S_WITH_ACUTE> from "<C><LATIN_SMALL_LETTER_S_WITH_ACUTE>"
15 collating-element <C-LATIN_CAPITAL_LETTER_S_WITH_ACUTE> from "<C><LATIN_CAPITAL_LETTER_S_WITH_ACUTE…
16 collating-element <c-LATIN_SMALL_LETTER_S_WITH_ACUTE_AND_DOT_ABOVE> from "<c><LATIN_SMALL_LETTER_S_…
17 collating-element <C-LATIN_SMALL_LETTER_S_WITH_ACUTE_AND_DOT_ABOVE> from "<C><LATIN_SMALL_LETTER_S_…
18 collating-element <C-LATIN_CAPITAL_LETTER_S_WITH_ACUTE_AND_DOT_ABOVE> from "<C><LATIN_CAPITAL_LETTE…
19 collating-element <c-LATIN_SMALL_LETTER_S_WITH_CIRCUMFLEX> from "<c><LATIN_SMALL_LETTER_S_WITH_CIRC…
[all …]
/dflybsd-src/tools/tools/locale/tools/
H A Dcharmaps.pm34 my $element = shift;
45 $data{element}{++$index} = $element;
48 && $data{element}{1} eq "languages"
49 && $element eq "language") {
80 && $data{element}{1} eq "translations"
81 && $element eq "translation") {
111 && $data{element}{1} eq "alternativemonths"
112 && $element eq "language") {
126 my $element = shift;
129 if ($data{element}{1} eq "alternativemonths"
[all …]
/dflybsd-src/contrib/gdb-7/gdb/tui/
H A Dtui-data.c478 init_content_element (struct tui_win_element *element, in init_content_element() argument
481 element->highlight = FALSE; in init_content_element()
486 element->which_element.source.line = (char *) NULL; in init_content_element()
487 element->which_element.source.line_or_addr.loa = LOA_LINE; in init_content_element()
488 element->which_element.source.line_or_addr.u.line_no = 0; in init_content_element()
489 element->which_element.source.is_exec_point = FALSE; in init_content_element()
490 element->which_element.source.has_break = FALSE; in init_content_element()
493 tui_init_generic_part (&element->which_element.data_window); in init_content_element()
494 element->which_element.data_window.type = DATA_ITEM_WIN; in init_content_element()
496 &element->which_element.data_window)->content = in init_content_element()
[all …]
H A Dtui-stack.c255 struct tui_win_element *element; in tui_show_locator_content() local
257 element = (struct tui_win_element *) locator->content[0]; in tui_show_locator_content()
259 string = tui_make_status_line (&element->which_element.locator); in tui_show_locator_content()
283 struct tui_locator_element *element; in tui_set_locator_fullname() local
291 element = &((struct tui_win_element *) in tui_set_locator_fullname()
293 element->full_name[0] = 0; in tui_set_locator_fullname()
294 strcat_to_buf (element->full_name, MAX_LOCATOR_ELEMENT_LEN, fullname); in tui_set_locator_fullname()
306 struct tui_locator_element *element; in tui_set_locator_info() local
315 element = &((struct tui_win_element *) in tui_set_locator_info()
317 element->proc_name[0] = (char) 0; in tui_set_locator_info()
[all …]
H A Dtui-source.c124 struct tui_win_element *element in tui_set_source_content() local
150 element->which_element.source.line_or_addr.loa = in tui_set_source_content()
152 element->which_element.source.line_or_addr.u.line_no = in tui_set_source_content()
154 element->which_element.source.is_exec_point = in tui_set_source_content()
273 struct tui_win_element *element = in tui_set_source_content_nil() local
276 element->which_element.source.line_or_addr.loa = LOA_LINE; in tui_set_source_content_nil()
277 element->which_element.source.line_or_addr.u.line_no = 0; in tui_set_source_content_nil()
278 element->which_element.source.is_exec_point = FALSE; in tui_set_source_content_nil()
279 element->which_element.source.has_break = FALSE; in tui_set_source_content_nil()
282 element->which_element.source.line[0] = (char) 0; in tui_set_source_content_nil()
[all …]
H A Dtui-winsource.c225 struct tui_win_element *element = in tui_clear_source_content() local
228 element->which_element.source.has_break = FALSE; in tui_clear_source_content()
229 element->which_element.source.is_exec_point = FALSE; in tui_clear_source_content()
522 struct tui_win_element *element; in tui_set_exec_info_content() local
526 element = (struct tui_win_element *) exec_info_ptr->content[i]; in tui_set_exec_info_content()
530 memset(element->which_element.simple_string, ' ', in tui_set_exec_info_content()
531 sizeof(element->which_element.simple_string)); in tui_set_exec_info_content()
532 element->which_element.simple_string[TUI_EXECINFO_SIZE - 1] = 0; in tui_set_exec_info_content()
538 element->which_element.simple_string[TUI_BP_HIT_POS] = in tui_set_exec_info_content()
541 element->which_element.simple_string[TUI_BP_HIT_POS] = in tui_set_exec_info_content()
[all …]
H A Dtui-disasm.c231 struct tui_win_element *element; in tui_set_disassem_content() local
235 element = (struct tui_win_element *) TUI_DISASM_WIN->generic.content[i]; in tui_set_disassem_content()
236 src = &element->which_element.source; in tui_set_disassem_content()
332 struct tui_locator_element *element; in tui_get_begin_asm_address() local
337 element = &((struct tui_win_element *) in tui_get_begin_asm_address()
340 if (element->addr == 0) in tui_get_begin_asm_address()
358 gdbarch = element->gdbarch; in tui_get_begin_asm_address()
359 addr = element->addr; in tui_get_begin_asm_address()
/dflybsd-src/contrib/gdb-7/gdb/
H A Dxml-support.c51 const struct gdb_xml_element *element; member
181 const struct gdb_xml_element *element; in gdb_xml_start_element() local
201 for (element = scope->elements; element && element->name; in gdb_xml_start_element()
202 element++, seen <<= 1) in gdb_xml_start_element()
203 if (strcmp (element->name, name) == 0) in gdb_xml_start_element()
206 if (element == NULL || element->name == NULL) in gdb_xml_start_element()
226 if (!(element->flags & GDB_XML_EF_REPEATABLE) && (seen & scope->seen)) in gdb_xml_start_element()
233 for (attribute = element->attributes; in gdb_xml_start_element()
260 attribute->name, element->name); in gdb_xml_start_element()
287 for (attribute = element->attributes; in gdb_xml_start_element()
[all …]
H A Dxml-tdesc.c103 const struct gdb_xml_element *element, in tdesc_end_arch() argument
120 const struct gdb_xml_element *element, in tdesc_end_osabi() argument
138 const struct gdb_xml_element *element, in tdesc_end_compatible() argument
152 const struct gdb_xml_element *element, in tdesc_start_target() argument
167 const struct gdb_xml_element *element, in tdesc_start_feature() argument
181 const struct gdb_xml_element *element, in tdesc_start_reg() argument
232 const struct gdb_xml_element *element, in tdesc_start_union() argument
248 const struct gdb_xml_element *element, in tdesc_start_struct() argument
273 const struct gdb_xml_element *element, in tdesc_start_flags() argument
294 const struct gdb_xml_element *element, in tdesc_start_field() argument
[all …]
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dbitmap.c194 bitmap_element *element; in bitmap_element_allocate() local
199 element = bit_obstack->elements; in bitmap_element_allocate()
201 if (element) in bitmap_element_allocate()
204 if (element->next) in bitmap_element_allocate()
206 bit_obstack->elements = element->next; in bitmap_element_allocate()
207 bit_obstack->elements->prev = element->prev; in bitmap_element_allocate()
211 bit_obstack->elements = element->prev; in bitmap_element_allocate()
213 element = XOBNEW (&bit_obstack->obstack, bitmap_element); in bitmap_element_allocate()
217 element = bitmap_ggc_free; in bitmap_element_allocate()
218 if (element) in bitmap_element_allocate()
[all …]
H A Dtree-ssa-dom.c204 struct expr_hash_elt *element) in initialize_hash_element() argument
207 struct hashable_expr *expr = &element->expr; in initialize_hash_element()
302 element->lhs = lhs; in initialize_hash_element()
303 element->stmt = stmt; in initialize_hash_element()
304 element->hash = avail_expr_hash (element); in initialize_hash_element()
305 element->stamp = element; in initialize_hash_element()
341 struct expr_hash_elt *element) in initialize_hash_element_from_expr() argument
343 element->expr = *expr; in initialize_hash_element_from_expr()
344 element->lhs = lhs; in initialize_hash_element_from_expr()
345 element->stmt = NULL; in initialize_hash_element_from_expr()
[all …]
H A Dweb.c60 unionfind_root (struct web_entry *element) in unionfind_root() argument
62 struct web_entry *element1 = element, *element2; in unionfind_root()
64 while (element->pred) in unionfind_root()
65 element = element->pred; in unionfind_root()
69 element1->pred = element; in unionfind_root()
72 return element; in unionfind_root()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dbitmap.c122 bitmap_element *element; in bitmap_element_allocate() local
127 element = bit_obstack->elements; in bitmap_element_allocate()
129 if (element) in bitmap_element_allocate()
132 if (element->next) in bitmap_element_allocate()
134 bit_obstack->elements = element->next; in bitmap_element_allocate()
135 bit_obstack->elements->prev = element->prev; in bitmap_element_allocate()
139 bit_obstack->elements = element->prev; in bitmap_element_allocate()
141 element = XOBNEW (&bit_obstack->obstack, bitmap_element); in bitmap_element_allocate()
145 element = bitmap_ggc_free; in bitmap_element_allocate()
146 if (element) in bitmap_element_allocate()
[all …]
H A Dtree-phinodes.h45 struct phi_arg_d *element, *root; in phi_arg_index_from_use() local
55 element = (struct phi_arg_d *)use; in phi_arg_index_from_use()
57 index = element - root; in phi_arg_index_from_use()
61 gcc_checking_assert ((((char *)element - (char *)root) in phi_arg_index_from_use()
/dflybsd-src/contrib/gcc-4.7/libiberty/
H A Dhashtab.c594 htab_find_with_hash (htab_t htab, const PTR element, hashval_t hash) in htab_find_with_hash() argument
606 || (entry != HTAB_DELETED_ENTRY && (*htab->eq_f) (entry, element))) in htab_find_with_hash()
619 || (entry != HTAB_DELETED_ENTRY && (*htab->eq_f) (entry, element))) in htab_find_with_hash()
628 htab_find (htab_t htab, const PTR element) in htab_find() argument
630 return htab_find_with_hash (htab, element, (*htab->hash_f) (element)); in htab_find()
642 htab_find_slot_with_hash (htab_t htab, const PTR element, in htab_find_slot_with_hash() argument
668 else if ((*htab->eq_f) (entry, element)) in htab_find_slot_with_hash()
687 else if ((*htab->eq_f) (entry, element)) in htab_find_slot_with_hash()
710 htab_find_slot (htab_t htab, const PTR element, enum insert_option insert) in htab_find_slot() argument
712 return htab_find_slot_with_hash (htab, element, (*htab->hash_f) (element), in htab_find_slot()
[all …]
/dflybsd-src/contrib/gdb-7/libiberty/
H A Dhashtab.c594 htab_find_with_hash (htab_t htab, const PTR element, hashval_t hash) in htab_find_with_hash() argument
606 || (entry != HTAB_DELETED_ENTRY && (*htab->eq_f) (entry, element))) in htab_find_with_hash()
619 || (entry != HTAB_DELETED_ENTRY && (*htab->eq_f) (entry, element))) in htab_find_with_hash()
628 htab_find (htab_t htab, const PTR element) in htab_find() argument
630 return htab_find_with_hash (htab, element, (*htab->hash_f) (element)); in htab_find()
642 htab_find_slot_with_hash (htab_t htab, const PTR element, in htab_find_slot_with_hash() argument
668 else if ((*htab->eq_f) (entry, element)) in htab_find_slot_with_hash()
687 else if ((*htab->eq_f) (entry, element)) in htab_find_slot_with_hash()
710 htab_find_slot (htab_t htab, const PTR element, enum insert_option insert) in htab_find_slot() argument
712 return htab_find_slot_with_hash (htab, element, (*htab->hash_f) (element), in htab_find_slot()
[all …]
/dflybsd-src/usr.sbin/makefs/cd9660/
H A Dcd9660_debug.c268 debug_dump_to_xml_padded_hex_output(const char *element, unsigned char *buf, in debug_dump_to_xml_padded_hex_output() argument
274 printf("<%s>",element); in debug_dump_to_xml_padded_hex_output()
280 printf("</%s>\n",element); in debug_dump_to_xml_padded_hex_output()
282 printf("<%s:hex>",element); in debug_dump_to_xml_padded_hex_output()
287 printf("</%s:hex>\n",element); in debug_dump_to_xml_padded_hex_output()
332 debug_dump_integer(const char *element, char* buf, int mode) in debug_dump_integer() argument
334 printf("<%s>%i</%s>\n", element, in debug_dump_integer()
335 debug_get_encoded_number((unsigned char *)buf, mode), element); in debug_dump_integer()
339 debug_dump_string(const char *element __unused, unsigned char *buf __unused, int len __unused) in debug_dump_string()
/dflybsd-src/contrib/binutils-2.34/libiberty/
H A Dhashtab.c585 htab_find_with_hash (htab_t htab, const PTR element, hashval_t hash) in htab_find_with_hash() argument
597 || (entry != HTAB_DELETED_ENTRY && (*htab->eq_f) (entry, element))) in htab_find_with_hash()
610 || (entry != HTAB_DELETED_ENTRY && (*htab->eq_f) (entry, element))) in htab_find_with_hash()
619 htab_find (htab_t htab, const PTR element) in htab_find() argument
621 return htab_find_with_hash (htab, element, (*htab->hash_f) (element)); in htab_find()
633 htab_find_slot_with_hash (htab_t htab, const PTR element, in htab_find_slot_with_hash() argument
659 else if ((*htab->eq_f) (entry, element)) in htab_find_slot_with_hash()
678 else if ((*htab->eq_f) (entry, element)) in htab_find_slot_with_hash()
701 htab_find_slot (htab_t htab, const PTR element, enum insert_option insert) in htab_find_slot() argument
703 return htab_find_slot_with_hash (htab, element, (*htab->hash_f) (element), in htab_find_slot()
[all …]
/dflybsd-src/contrib/binutils-2.27/libiberty/
H A Dhashtab.c586 htab_find_with_hash (htab_t htab, const PTR element, hashval_t hash) in htab_find_with_hash() argument
598 || (entry != HTAB_DELETED_ENTRY && (*htab->eq_f) (entry, element))) in htab_find_with_hash()
611 || (entry != HTAB_DELETED_ENTRY && (*htab->eq_f) (entry, element))) in htab_find_with_hash()
620 htab_find (htab_t htab, const PTR element) in htab_find() argument
622 return htab_find_with_hash (htab, element, (*htab->hash_f) (element)); in htab_find()
634 htab_find_slot_with_hash (htab_t htab, const PTR element, in htab_find_slot_with_hash() argument
660 else if ((*htab->eq_f) (entry, element)) in htab_find_slot_with_hash()
679 else if ((*htab->eq_f) (entry, element)) in htab_find_slot_with_hash()
702 htab_find_slot (htab_t htab, const PTR element, enum insert_option insert) in htab_find_slot() argument
704 return htab_find_slot_with_hash (htab, element, (*htab->hash_f) (element), in htab_find_slot()
[all …]
/dflybsd-src/contrib/gcc-8.0/libiberty/
H A Dhashtab.c585 htab_find_with_hash (htab_t htab, const PTR element, hashval_t hash) in htab_find_with_hash() argument
597 || (entry != HTAB_DELETED_ENTRY && (*htab->eq_f) (entry, element))) in htab_find_with_hash()
610 || (entry != HTAB_DELETED_ENTRY && (*htab->eq_f) (entry, element))) in htab_find_with_hash()
619 htab_find (htab_t htab, const PTR element) in htab_find() argument
621 return htab_find_with_hash (htab, element, (*htab->hash_f) (element)); in htab_find()
633 htab_find_slot_with_hash (htab_t htab, const PTR element, in htab_find_slot_with_hash() argument
659 else if ((*htab->eq_f) (entry, element)) in htab_find_slot_with_hash()
678 else if ((*htab->eq_f) (entry, element)) in htab_find_slot_with_hash()
701 htab_find_slot (htab_t htab, const PTR element, enum insert_option insert) in htab_find_slot() argument
703 return htab_find_slot_with_hash (htab, element, (*htab->hash_f) (element), in htab_find_slot()
[all …]
/dflybsd-src/contrib/gcc-8.0/libgomp/
H A Dhashtab.h328 htab_find (htab_t htab, const hash_entry_type element) in htab_find() argument
330 hashval_t index, hash2, hash = htab_hash (element); in htab_find()
339 || (entry != HTAB_DELETED_ENTRY && htab_eq (entry, element))) in htab_find()
351 || (entry != HTAB_DELETED_ENTRY && htab_eq (entry, element))) in htab_find()
364 htab_find_slot (htab_t *htabp, const hash_entry_type element, in htab_find_slot() argument
368 hashval_t index, hash2, hash = htab_hash (element); in htab_find_slot()
389 else if (htab_eq (entry, element)) in htab_find_slot()
407 else if (htab_eq (entry, element)) in htab_find_slot()
/dflybsd-src/contrib/binutils-2.27/binutils/
H A Darsup.c174 bfd *element; in ar_open() local
197 element = bfd_openr_next_archived_file (ibfd, NULL); in ar_open()
199 while (element) in ar_open()
201 *ptr = element; in ar_open()
202 ptr = &element->archive_next; in ar_open()
203 element = bfd_openr_next_archived_file (ibfd, element); in ar_open()
/dflybsd-src/contrib/binutils-2.34/binutils/
H A Darsup.c181 bfd *element; in ar_open() local
204 element = bfd_openr_next_archived_file (ibfd, NULL); in ar_open()
206 while (element) in ar_open()
208 *ptr = element; in ar_open()
209 ptr = &element->archive_next; in ar_open()
210 element = bfd_openr_next_archived_file (ibfd, element); in ar_open()

12345678910