HomeSort by: relevance | last modified time | path
    Searched refs:has_attr (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.bin/config/
sem.h 86 int has_attr(struct attrlist *, const char *);
sem.c 481 has_attr(struct attrlist *al, const char *attr) function
1030 if (has_attr(dev->d_attrs, s_ifnet)) {
main.c 1474 if (has_attr(dev->d_attrs, s_ifnet))
  /src/external/gpl3/gcc.old/dist/gcc/config/msp430/
msp430.cc 1802 has_attr (const char * attr, tree decl)
1812 return has_attr (ATTR_INTR, decl);
1826 return is_interrupt_func (decl) && has_attr (ATTR_WAKEUP, decl);
1832 return has_attr (ATTR_NAKED, decl);
1838 return has_attr (ATTR_REENT, decl);
1844 return has_attr (ATTR_CRIT, decl);
1983 if (has_attr (ATTR_NOINIT, *node) && !TREE_NAME_EQ (name, "lower"))
1986 else if (has_attr ("section", *node) && !TREE_NAME_EQ (name, "lower"))
1989 else if (has_attr (ATTR_PERSIST, *node) && !TREE_NAME_EQ (name, "lower"))
2107 if (has_attr (ATTR_LOWER, *node
1793 has_attr (const char * attr, tree decl) function
    [all...]
  /src/external/bsd/atf/dist/tools/
parser.cpp 198 impl::header_entry::has_attr(const std::string& n) const function in class:impl::header_entry
377 if (!he.has_attr("version"))
parser.hpp 594 bool has_attr(const std::string&) const;

Completed in 33 milliseconds