Home
last modified time | relevance | path

Searched refs:map_init (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/libs/libbib/
H A Dlinear.cpp56 struct map_init { struct
57 map_init();
60 static map_init the_map_init;
62 map_init::map_init() in map_init() function in map_init
/netbsd-src/external/bsd/atf/dist/atf-c/detail/
H A Dmap_test.c48 ATF_TC(map_init);
49 ATF_TC_HEAD(map_init, tc) in ATF_TC_HEAD() argument
53 ATF_TC_BODY(map_init, tc) in ATF_TC_BODY() argument
402 ATF_TP_ADD_TC(tp, map_init); in ATF_TP_ADD_TCS()
/netbsd-src/sbin/gpt/
H A Dmap.h63 int map_init(struct gpt *, off_t);
H A Dmap.c404 map_init(gpt_t gpt, off_t size) in map_init() function
H A Dgpt.c573 if (map_init(gpt, devsz) == -1) in gpt_open()
/netbsd-src/lib/libedit/
H A Dmap.h70 libedit_private int map_init(EditLine *);
H A Del.c104 (void) map_init(el); in el_init_internal()
H A Dmap.c897 /* map_init():
901 map_init(EditLine *el) in map_init() function
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A DChangeLog6291 (map_init): Remove.
7266 (map_init): Update to use a linked list of cuda_map objects.
7273 (nvptx_exec): Update call to map_init.
7376 (map_init, map_pop): Remove use of struct map.
9604 (map_init): Change return type to bool, use CUDA_CALL* macros.
9607 call to map_init.
9611 GOMP_PLUGIN_fatal, adjust call to map_init.