HomeSort by: relevance | last modified time | path
    Searched defs:next_attr (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/slapd/overlays/
unique.c 145 unique_attrs *attr, *next_attr = NULL; local
155 next_attr = attr->next;
157 attr = next_attr;
508 unique_attrs *attr, *next_attr, *reverse_attrs; local
533 attr = next_attr ) {
534 next_attr = attr->next;
612 attr=next_attr ) {
613 next_attr = attr->next;
626 attr = next_attr ) {
627 next_attr = attr->next
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
dwarf.c 855 abbrev_attr *next_attr = attr->next; local
857 attr = next_attr;
  /src/external/gpl3/binutils.old/dist/binutils/
dwarf.c 854 abbrev_attr *next_attr = attr->next; local
856 attr = next_attr;

Completed in 37 milliseconds