Home
last modified time | relevance | path

Searched refs:map_type (Results 1 – 17 of 17) sorted by relevance

/freebsd-12.1/contrib/libstdc++/include/ext/
H A Dthrow_allocator.h166 typedef std::map<void*, alloc_data_type> map_type; typedef
167 typedef map_type::value_type entry_type;
168 typedef map_type::const_iterator const_iterator;
169 typedef map_type::const_reference const_reference;
184 static map_type _S_map;
301 throw_allocator_base::map_type
/freebsd-12.1/crypto/heimdal/lib/asn1/
H A Dcheck-common.h69 enum map_type { OVERRUN, UNDERRUN }; enum
73 void * map_alloc(enum map_type, const void *, size_t, struct map_page **);
H A Dcheck-common.c57 enum map_type type;
63 map_alloc(enum map_type type, const void *buf, in map_alloc()
/freebsd-12.1/contrib/libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
H A Dconstructors_destructor_fn_imps.hpp119 map_type; in copy_from_range() typedef
127 map_type; in copy_from_range()
130 map_type m(first_it, last_it); in copy_from_range()
/freebsd-12.1/contrib/amd/amd/
H A Dmapc.c106 typedef struct map_type map_type; typedef
107 struct map_type { struct
217 static map_type maptypes[] =
370 map_type *mt=NULL, *lastmt; in mapc_showtypes()
400 map_type *mt; in mapc_type_exists()
644 map_type *mt; in mapc_create()
H A Dinfo_ldap.c253 if (!gopt.map_type || !STREQ(gopt.map_type, AMD_LDAP_TYPE)) { in amu_ldap_init()
255 (gopt.map_type ? gopt.map_type : "null")); in amu_ldap_init()
H A Dconf.c249 cfm->cfm_type = gopt.map_type; in init_cf_map()
787 gopt.map_type = xstrdup(val); in gopt_map_type()
H A Damd.h280 char *map_type; /* global map type */ member
/freebsd-12.1/contrib/amd/scripts/
H A Damd.conf-sample114 map_type = file|hesiod|ndbm|nis|nisplus|passwd|union|ldap
133 map_type = file|hesiod|ndbm|nis|nisplus|passwd|union|ldap
157 map_type = exec
/freebsd-12.1/usr.bin/mkcsmapper/
H A Dyacc.y75 static int map_type; variable
425 map_type = type; in set_type()
/freebsd-12.1/contrib/binutils/opcodes/
H A Darm-dis.c1504 enum map_type { enum
1510 enum map_type last_type;
3935 enum map_type *map_type) in get_sym_code_type() argument
3947 *map_type = (type == STT_ARM_TFUNC) ? MAP_THUMB : MAP_ARM; in get_sym_code_type()
3956 *map_type = ((name[1] == 'a') ? MAP_ARM in get_sym_code_type()
3996 enum map_type type = MAP_ARM; in print_insn()
H A DChangeLog-200687 (enum map_type, last_type): New.
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DYAMLTraits.h1896 using map_type = std::map<std::string, T>;
1898 static void inputOne(IO &io, StringRef key, map_type &v) {
1902 static void output(IO &io, map_type &v) {
/freebsd-12.1/contrib/amd/
H A DNEWS367 - support for executable maps ala Sun automounter. Set map_type=exec in
935 - core dump if map_type given in amd.conf doesn't exist
1343 - the following amd.conf variables: browsable_dirs, map_options, map_type,
H A DChangeLog2222 * scripts/amd.conf-sample (map_type): typo, said mount_type
2223 instead of map_type for the 'exec' example.
4933 * scripts/amd.conf-sample (map_type): show examples of new
12019 map_type, map_options, and search_path.
/freebsd-12.1/contrib/amd/doc/
H A Dam-utils.texi807 and the keyword @samp{map_type} (@pxref{map_type Parameter}), you may
4253 * map_type Parameter::
4318 @node map_options Parameter, map_type Parameter, map_defaults Parameter, Common Parameters
4328 @node map_type Parameter, mount_type Parameter, map_options Parameter, Common Parameters
4330 @subsection @t{map_type} Parameter
4331 @cindex map_type Parameter
4359 @node mount_type Parameter, search_path Parameter, map_type Parameter, Common Parameters
5344 map_type = file
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-20051890 Change map_t to map_type.