Searched refs:m_ident (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/bsd/atf/dist/atf-c/
H A Dtc.h51 const char *m_ident; member in struct:atf_tc_pack
H A Dtc_test.c89 .m_ident = "test1",
95 .m_ident = "test2",
H A Dmacros.h51 .m_ident = #tc, \
62 .m_ident = #tc, \
74 .m_ident = #tc, \
H A Dtc.c538 const char *m_ident; member in struct:atf_tc_impl
565 tc->pimpl->m_ident = ident;
613 return atf_tc_init(tc, pack->m_ident, pack->m_head, pack->m_body,
631 return tc->pimpl->m_ident;
/netbsd-current/external/bsd/atf/dist/atf-c++/
H A Dtests.cpp132 std::string m_ident; member in struct:impl::tc_impl
137 m_ident(ident),
207 err = atf_tc_init(&pimpl->m_tc, pimpl->m_ident.c_str(), pimpl->wrap_head,
560 const std::string& m_ident; member in class:tc_equal_to_ident
564 m_ident(i)
570 return tc->get_md_var("ident") == m_ident;
/netbsd-current/external/gpl3/gdb.old/dist/include/
H A Dos9k.h129 unsigned char m_ident[2]; /* Ident code for ident program. */
128 unsigned char m_ident[2]; /* Ident code for ident program. */ member in struct:mh_com
/netbsd-current/external/gpl3/gdb/dist/include/
H A Dos9k.h129 unsigned char m_ident[2]; /* Ident code for ident program. */
128 unsigned char m_ident[2]; /* Ident code for ident program. */ member in struct:mh_com
/netbsd-current/external/gpl3/binutils.old/dist/include/
H A Dos9k.h129 unsigned char m_ident[2]; /* Ident code for ident program. */
128 unsigned char m_ident[2]; /* Ident code for ident program. */ member in struct:mh_com
/netbsd-current/external/gpl3/binutils/dist/include/
H A Dos9k.h129 unsigned char m_ident[2]; /* Ident code for ident program. */
128 unsigned char m_ident[2]; /* Ident code for ident program. */ member in struct:mh_com
/netbsd-current/external/bsd/elftosb/dist/elftosb2/
H A DElftosbAST.cpp931 : ASTNode(other), m_ident(), m_value()
933 m_ident = new std::string(*other.m_ident);
940 printf("%s(%s)\n", nodeName().c_str(), m_ident->c_str());
H A DElftosbAST.h635 : ASTNode(), m_ident(ident), m_value(value)
647 inline std::string * getIdent() { return m_ident; }
651 smart_ptr<std::string> m_ident; member in class:elftosb::AssignmentASTNode

Completed in 123 milliseconds