Searched refs:this_element (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/binutils/binutils/
H A Dobjcopy.c1818 bfd *this_element;
1831 this_element = bfd_openr_next_archived_file (ibfd, NULL);
1836 while (!status && this_element != NULL)
1847 bfd_get_filename (this_element), (char *) 0);
1863 bfd_get_filename (this_element), (char *) 0);
1868 stat_status = bfd_stat_arch_elt (this_element, &buf);
1872 bfd_get_filename (this_element));
1881 if (bfd_check_format (this_element, bfd_object))
1888 output_bfd = bfd_openw (output_name, bfd_get_target (this_element));
1893 delete = ! copy_object (this_element, output_bf
1816 bfd *this_element; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_delta/
H A Dbranch_nested.c270 svn_element__content_t *this_element = apr_hash_this_val(hi); local
273 this_element, scratch_pool));
H A Delement.c404 svn_element__content_t *this_element = apr_hash_this_val(hi); local
409 = svn_eid__hash_get(e_map, this_element->parent_eid);
H A Dbranch.c1179 svn_element__content_t *this_element = apr_hash_this_val(hi); local
1183 this_element,
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dregex.c4342 int this_element;
4344 for (this_element = compile_stack.avail - 1;
4345 this_element >= 0;
4346 this_element--)
4347 if (compile_stack.stack[this_element].regnum == regnum)
4329 int this_element; local
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dregex.c4342 int this_element;
4344 for (this_element = compile_stack.avail - 1;
4345 this_element >= 0;
4346 this_element--)
4347 if (compile_stack.stack[this_element].regnum == regnum)
4329 int this_element; local

Completed in 313 milliseconds