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

  /src/external/mpl/bind/dist/lib/dns/
name.c 1660 bool copy_prefix = true; local
1677 copy_prefix = false;
1682 if (copy_prefix && prefix->attributes.absolute) {
1709 if (copy_prefix) {
1739 if (copy_prefix && (prefix != name || prefix->buffer != target)) {
  /src/external/mpl/dhcp/bind/dist/lib/dns/
name.c 2058 bool copy_prefix = true; local
2075 copy_prefix = false;
2080 if (copy_prefix && (prefix->attributes & DNS_NAMEATTR_ABSOLUTE) != 0) {
2107 if (copy_prefix) {
2137 if (copy_prefix && (prefix != name || prefix->buffer != target)) {
  /src/external/gpl3/gcc/dist/gcc/fortran/
decl.cc 6598 copy_prefix (symbol_attribute *dest, locus *where) function
7646 if (!copy_prefix (&sym->attr, &sym->declared_at))
8168 if (!copy_prefix (&sym->attr, &sym->declared_at))
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
decl.cc 6540 copy_prefix (symbol_attribute *dest, locus *where) function
7575 if (!copy_prefix (&sym->attr, &sym->declared_at))
8097 if (!copy_prefix (&sym->attr, &sym->declared_at))

Completed in 43 milliseconds