Searched defs:allow_duplicates (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dgl_list.c31 gl_list_create_empty(gl_list_implementation_t implementation, gl_listelement_equals_fn equals_fn, gl_listelement_hashcode_fn hashcode_fn, bool allow_duplicates) argument
41 gl_list_create(gl_list_implementation_t implementation, gl_listelement_equals_fn equals_fn, gl_listelement_hashcode_fn hashcode_fn, bool allow_duplicates, size_t count, const void **contents) argument
H A Dgl_anylinked_list2.h41 gl_linked_create_empty(gl_list_implementation_t implementation, gl_listelement_equals_fn equals_fn, gl_listelement_hashcode_fn hashcode_fn, bool allow_duplicates) argument
66 gl_linked_create(gl_list_implementation_t implementation, gl_listelement_equals_fn equals_fn, gl_listelement_hashcode_fn hashcode_fn, bool allow_duplicates, size_t count, const void **contents) argument
H A Dgl_list.h432 bool allow_duplicates; member in struct:gl_list_impl_base
443 gl_list_create_empty(gl_list_implementation_t implementation, gl_listelement_equals_fn equals_fn, gl_listelement_hashcode_fn hashcode_fn, bool allow_duplicates) argument
454 gl_list_create(gl_list_implementation_t implementation, gl_listelement_equals_fn equals_fn, gl_listelement_hashcode_fn hashcode_fn, bool allow_duplicates, size_t count, const void **contents) argument
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/src/
H A Dread-catalog.c464 bool allow_duplicates = false; variable

Completed in 264 milliseconds