/bind-9.11.3/unit/atf-src/tools/ |
H A D | requirements.hpp | 33 #include <map> 39 std::string check_requirements(const std::map< std::string, std::string >&, 40 const std::map< std::string, std::string >&); 42 const std::map< std::string, std::string >&, 43 const std::map< std::string, std::string >&);
|
H A D | config_file.hpp | 33 #include <map> 58 std::map< std::string, std::string > merge_configs( 59 const std::map< std::string, std::string >&, 60 const std::map< std::string, std::string >&); 61 std::map< std::string, std::string > read_config_files(const std::string&);
|
H A D | config.hpp | 33 #include <map> 55 //! Returns a name to value map containing all build-time configuration 58 const std::map< std::string, std::string >& get_all(void);
|
H A D | atffile.hpp | 33 #include <map> 70 std::map< std::string, std::string > m_conf; 72 std::map< std::string, std::string > m_props; 75 atffile(const std::map< std::string, std::string >&, 77 const std::map< std::string, std::string >&); 79 const std::map< std::string, std::string >& conf(void) const; 81 const std::map< std::string, std::string >& props(void) const;
|
H A D | test-program.hpp | 33 #include <map> 89 std::map< std::string, std::string >&); 93 const std::map< std::string, std::string >&); 127 typedef std::map< std::string, std::map< std::string, std::string > > 146 const std::map< std::string, std::string >&); 150 const std::map< std::string, std::string >&, 151 const std::map< std::string, std::string >&,
|
H A D | atf-config.cpp | 32 #include <map> 115 std::map< std::string, std::string > cv = tools::config::get_all(); 117 for (std::map< std::string, std::string >::const_iterator iter =
|
H A D | config.cpp | 31 #include <map> 37 static std::map< std::string, std::string > m_variables; 64 // map, considering the values a user may have provided in the environment. 101 const std::map< std::string, std::string >&
|
H A D | fs.hpp | 38 #include <map> 304 class directory : public std::map< std::string, file_info > { 319 //! I.e. the keys of the directory map.
|
/bind-9.11.3/unit/atf-src/atf-c/detail/ |
H A D | map_test.c | 26 #include "atf-c/detail/map.h" 51 atf_map_t map; local 53 RE(atf_map_init(&map)); 54 ATF_REQUIRE_EQ(atf_map_size(&map), 0); 55 atf_map_fini(&map); 61 atf_map_t map; local 63 RE(atf_map_init_charpp(&map, NULL)); 64 ATF_REQUIRE_EQ(atf_map_size(&map), 0); 65 atf_map_fini(&map); 72 atf_map_t map; local 83 atf_map_t map; local 106 atf_map_t map; local 124 atf_map_t map; local 162 atf_map_t map; local 190 atf_map_t map; local 204 atf_map_t map; local 239 atf_map_t map; local 282 atf_map_t map; local 323 atf_map_t map; local 370 atf_map_t map; local [all...] |
H A D | map.h | 79 /* A list-based map. Typically very inefficient, but our maps are small 105 #define atf_map_for_each(iter, map) \ 106 for (iter = atf_map_begin(map); \ 107 !atf_equal_map_iter_map_iter((iter), atf_map_end(map)); \ 109 #define atf_map_for_each_c(iter, map) \ 110 for (iter = atf_map_begin_c(map); \ 111 !atf_equal_map_citer_map_citer((iter), atf_map_end_c(map)); \
|
H A D | Makefile.am.inc | 34 atf-c/detail/map.c \ 35 atf-c/detail/map.h \
|
/bind-9.11.3/bin/tests/system/checkzone/ |
H A D | clean.sh | 7 rm -f test.* good1.db.map good1.db.raw named-compilezone
|
H A D | setup.sh | 15 ./named-compilezone -D -F map -o good1.db.map example \
|
/bind-9.11.3/lib/dns/rdata/in_1/ |
H A D | wks_11.h | 19 unsigned char *map; member in struct:dns_rdata_in_wks
|
/bind-9.11.3/bin/tests/system/masterformat/ |
H A D | clean.sh | 14 rm -f ns1/example.db.map ns1/signed.db.map 25 rm -f ns3/example.db.map ns3/dynamic.db.map 26 rm -f baseline.txt text.1 text.2 raw.1 raw.2 map.1 map.2 map.5 text.5 badmap
|
H A D | tests.sh | 43 "not raw or map\n");' < $1 104 ismap ns1/example.db.map || ret=1 108 [ "`rawversion ns1/example.db.map`" = 1 ] || ret=1 170 echo "I:checking format transitions: text->raw->map->text" 174 ./named-compilezone -D -f raw -F map -o map.1 example.nil raw.1 > /dev/null 175 ./named-compilezone -D -f map -F text -o text.1 example.nil map.1 > /dev/null 180 echo "I:checking format transitions: text->map->raw->text" 182 ./named-compilezone -D -f text -F map [all...] |
/bind-9.11.3/bin/tests/system/masterformat/ns1/ |
H A D | compile.sh | 14 ../named-compilezone -D -F map -o ../ns3/example.db.map example \ 16 ../named-compilezone -D -F map -o ../ns3/dynamic.db.map dynamic \ 25 ../named-compilezone -D -F map -o example.db.map example-map \ 31 ../named-compilezone -D -F map -o signed.db.map signed signed.db.signed > /dev/null 2>&1
|
/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/ |
H A D | filemapper.c | 76 idn_ucsmap_t map; member in struct:idn__filemapper 84 idn_ucsmap_t map); 107 if ((r = idn_ucsmap_create(&ctx->map)) != idn_success) { 112 r = read_file(file, fp, ctx->map); 116 idn_ucsmap_fix(ctx->map); 119 idn_ucsmap_destroy(ctx->map); 132 idn_ucsmap_destroy(ctx->map); 153 r = idn_ucsmap_map(ctx->map, *from, ub.ucs, ub.size, &ub.len); 238 read_file(const char *file, FILE *fp, idn_ucsmap_t map) { argument 264 r = idn_ucsmap_add(map, u [all...] |
H A D | ucsmap.c | 77 unsigned long *map; /* mapped sequence of code points */ member in struct:__anon80 115 unsigned long *map, 169 unsigned long *map, size_t maplen) 180 WARNING(("idn_ucsmap_add: attempt to add to fixed map\n")); 207 e->map = save_mapped_sequence(ctx, map, maplen); 208 if (e->map == NULL) 215 e->map = NULL; 302 memcpy(to, e[mid].map, sizeof(*to) * e[mid].len); 326 save_mapped_sequence(idn_ucsmap_t ctx, unsigned long *map, size_ argument 168 idn_ucsmap_add(idn_ucsmap_t ctx, unsigned long ucs, unsigned long *map, size_t maplen) argument [all...] |
/bind-9.11.3/contrib/idn/idnkit-1.0-src/include/idn/ |
H A D | ucsmap.h | 83 * the map can be shared. 90 * 'ucs' is the character to be mapped, 'map' points an array of mapped 91 * characters of length 'maplen'. 'map' may be NULL if 'maplen' is zero, 101 idn_ucsmap_add(idn_ucsmap_t ctx, unsigned long ucs, unsigned long *map, 105 * Perform internal arrangement of the map for lookup. 106 * Once it is fixed, 'idn_ucsmap_add' cannot be permitted to the map.
|
H A D | mapper.h | 153 idn_mapper_mapproc_t map);
|
/bind-9.11.3/bin/tests/system/masterformat/ns3/ |
H A D | named.conf | 36 masterfile-format map; 37 file "example.db.map"; 42 masterfile-format map; 43 file "dynamic.db.map";
|
/bind-9.11.3/bin/tests/system/checkconf/ |
H A D | bad-maxttlmap.conf | 11 masterfile-format map;
|
/bind-9.11.3/unit/atf-src/atf-c++/detail/ |
H A D | fs.hpp | 33 #include <map> 332 class directory : public std::map< std::string, file_info > { 347 //! I.e. the keys of the directory map.
|
/bind-9.11.3/unit/atf-src/atf-c++/ |
H A D | tests.hpp | 29 #include <map> 63 typedef std::map< std::string, std::string > vars_map;
|