Home
last modified time | relevance | path

Searched refs:msgdomain_list_alloc (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dmessage.h288 msgdomain_list_alloc (bool use_hashtable);
H A Dmsgunfmt.c391 result = msgdomain_list_alloc (false); in main()
H A Dread-catalog.c481 pop->mdlp = msgdomain_list_alloc (!pop->allow_duplicates); in read_catalog_stream()
H A Dmessage.c705 msgdomain_list_alloc (bool use_hashtable) in msgdomain_list_alloc() function
H A Dmsgl-cat.c283 total_mdlp = msgdomain_list_alloc (true); in catenate_msgdomain_list()
H A Dmsgmerge.c1579 result = msgdomain_list_alloc (false); in merge()
H A DChangeLog.0172 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 Dxgettext.c634 mdlp = msgdomain_list_alloc (true); in main()
H A DChangeLog4181 * message.c (msgdomain_list_alloc): Initialize it.
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dgettext-po.c84 file->mdlp = msgdomain_list_alloc (false); in po_file_create()