Searched refs:msgdomain_list_alloc (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/ |
H A D | message.h | 288 msgdomain_list_alloc (bool use_hashtable);
|
H A D | msgunfmt.c | 391 result = msgdomain_list_alloc (false); in main()
|
H A D | read-catalog.c | 481 pop->mdlp = msgdomain_list_alloc (!pop->allow_duplicates); in read_catalog_stream()
|
H A D | message.c | 705 msgdomain_list_alloc (bool use_hashtable) in msgdomain_list_alloc() function
|
H A D | msgl-cat.c | 283 total_mdlp = msgdomain_list_alloc (true); in catenate_msgdomain_list()
|
H A D | msgmerge.c | 1579 result = msgdomain_list_alloc (false); in merge()
|
H A D | ChangeLog.0 | 172 msgdomain_list_alloc, msgdomain_list_free, msgdomain_list_append, 184 msgdomain_alloc, msgdomain_free, msgdomain_list_alloc, 1476 (msgdomain_list_alloc): Add 'use_hashtable' argument. 1485 (msgdomain_list_alloc): Add 'use_hashtable' argument. 2786 (msgdomain_list_alloc): Likewise. 2834 (msgdomain_list_alloc, msgdomain_list_free, msgdomain_list_append, 2849 (msgdomain_alloc, msgdomain_free, msgdomain_list_alloc,
|
H A D | xgettext.c | 634 mdlp = msgdomain_list_alloc (true); in main()
|
H A D | ChangeLog | 4181 * message.c (msgdomain_list_alloc): Initialize it.
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/ |
H A D | gettext-po.c | 84 file->mdlp = msgdomain_list_alloc (false); in po_file_create()
|