Home
last modified time | relevance | path

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

/NextBSD/contrib/libstdc++/include/ext/
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
/NextBSD/crypto/heimdal/lib/asn1/
HDcheck-common.h69 enum map_type { OVERRUN, UNDERRUN }; enum
73 void * map_alloc(enum map_type, const void *, size_t, struct map_page **);
HDcheck-common.c57 enum map_type type;
63 map_alloc(enum map_type type, const void *buf, in map_alloc()
/NextBSD/contrib/libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
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()
/NextBSD/contrib/amd/amd/
HDmapc.c110 typedef struct map_type map_type; typedef
111 struct map_type { struct
216 static map_type maptypes[] =
355 map_type *mt=NULL, *lastmt; in mapc_showtypes()
385 map_type *mt; in mapc_type_exists()
588 map_type *mt; in mapc_create()
HDinfo_ldap.c248 if (!gopt.map_type || !STREQ(gopt.map_type, AMD_LDAP_TYPE)) { in amu_ldap_init()
250 (gopt.map_type ? gopt.map_type : "null")); in amu_ldap_init()
HDconf.c246 cfm->cfm_type = gopt.map_type; in init_cf_map()
769 gopt.map_type = strdup((char *)val); in gopt_map_type()
HDamd.h279 char *map_type; /* global map type */ member
/NextBSD/contrib/amd/scripts/
HDamd.conf-sample114 map_type = file|hesiod|ndbm|nis|nisplus|passwd|union|ldap
131 map_type = file|hesiod|ndbm|nis|nisplus|passwd|union|ldap
155 map_type = exec
/NextBSD/usr.bin/mkcsmapper/
HDyacc.y73 static int map_type; variable
423 map_type = type; in set_type()
/NextBSD/contrib/binutils/opcodes/
HDarm-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()
HDChangeLog-200687 (enum map_type, last_type): New.
/NextBSD/contrib/amd/
HDNEWS289 - support for executable maps ala Sun automounter. Set map_type=exec in
857 - core dump if map_type given in amd.conf doesn't exist
1265 - the following amd.conf variables: browsable_dirs, map_options, map_type,
HDChangeLog1162 * scripts/amd.conf-sample (map_type): typo, said mount_type
1163 instead of map_type for the 'exec' example.
3873 * scripts/amd.conf-sample (map_type): show examples of new
10959 map_type, map_options, and search_path.
/NextBSD/contrib/amd/doc/
HDam-utils.texi820 and the keyword @samp{map_type} (@pxref{map_type Parameter}), you may
4202 * map_type Parameter::
4266 @node map_options Parameter, map_type Parameter, map_defaults Parameter, Common Parameters
4276 @node map_type Parameter, mount_type Parameter, map_options Parameter, Common Parameters
4278 @subsection @t{map_type} Parameter
4279 @cindex map_type Parameter
4307 @node mount_type Parameter, search_path Parameter, map_type Parameter, Common Parameters
5281 map_type = file
/NextBSD/contrib/libstdc++/
DChangeLog-20051890 Change map_t to map_type.