Searched refs:pair (Results 1 - 18 of 18) sorted by relevance
/bind-9.6-ESV-R11/unit/atf-src/atf-run/ |
H A D | user.hpp | 43 void drop_privileges(const std::pair< int, int >); 44 std::pair< int, int > get_user_ids(const std::string&);
|
H A D | requirements.hpp | 40 std::pair< int, int > get_required_user(const atf::tests::vars_map&,
|
H A D | user.cpp | 56 impl::drop_privileges(const std::pair< int, int > ids) 64 std::pair< int, int >
|
H A D | test-program.hpp | 144 std::pair< std::string, atf::process::status > run_test_case(
|
H A D | config.cpp | 158 std::pair< size_t, atf::parser::headers_map > hml =
|
H A D | requirements.cpp | 295 std::pair< int, int >
|
H A D | atf-run.cpp | 419 const std::pair< int, int > user = impl::get_required_user( 440 std::pair< std::string, const atf::process::status > s =
|
H A D | atffile.cpp | 126 std::pair< size_t, atf::parser::headers_map > hml =
|
H A D | test-program.cpp | 306 const std::pair< int, int > user = impl::get_required_user( 491 std::pair< size_t, atf::parser::headers_map > hml = 727 std::pair< std::string, atf::process::status >
|
/bind-9.6-ESV-R11/lib/isccc/include/isccc/ |
H A D | sexpr.h | 46 /*% dotted pair structure */ 96 isccc_sexpr_setcar(isccc_sexpr_t *pair, isccc_sexpr_t *car); 99 isccc_sexpr_setcdr(isccc_sexpr_t *pair, isccc_sexpr_t *cdr);
|
/bind-9.6-ESV-R11/lib/isccc/ |
H A D | sexpr.c | 238 isccc_sexpr_setcar(isccc_sexpr_t *pair, isccc_sexpr_t *car) argument 240 REQUIRE(pair->type == ISCCC_SEXPRTYPE_DOTTEDPAIR); 242 CAR(pair) = car; 246 isccc_sexpr_setcdr(isccc_sexpr_t *pair, isccc_sexpr_t *cdr) argument 248 REQUIRE(pair->type == ISCCC_SEXPRTYPE_DOTTEDPAIR); 250 CDR(pair) = cdr;
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/ |
H A D | test_helpers.hpp | 129 std::pair< string_vector, string_vector > 159 const std::pair< test_helpers_detail::string_vector,
|
H A D | parser.cpp | 45 std::pair< size_t, std::string >(line, msg) 302 std::pair< size_t, impl::headers_map > 344 return std::pair< size_t, headers_map >(tkz.lineno(), hm);
|
H A D | parser.hpp | 49 public std::pair< size_t, std::string > { 95 //! A pair that contains the information of a token read from a stream. 600 std::pair< size_t, headers_map > read_headers(std::istream&, size_t);
|
H A D | parser_test.cpp | 742 std::pair< size_t, atf::parser::headers_map > hml =
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/ |
H A D | tests.cpp | 424 static std::pair< std::string, tc_part > process_tcarg(const std::string&); 617 std::pair< std::string, tp::tc_part > 641 const std::pair< std::string, tc_part > fields = process_tcarg(tcarg);
|
/bind-9.6-ESV-R11/unit/atf-src/atf-report/ |
H A D | reader.cpp | 399 std::pair< size_t, atf::parser::headers_map > hml =
|
H A D | atf-report.cpp | 621 typedef std::pair< std::string, atf::fs::path > fmt_path_pair;
|
Completed in 34 milliseconds