Home
last modified time | relevance | path

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

/third_party/gettext/gettext-tools/src/
Dxg-arglist-parser.c400 char *best_msgid; in arglist_parser_done() local
422 best_msgid = in arglist_parser_done()
430 ? xstrdup (best_msgid) in arglist_parser_done()
442 const char *separator = strchr (best_msgid, '|'); in arglist_parser_done()
456 size_t ctxt_len = separator - best_msgid; in arglist_parser_done()
459 memcpy (ctxt, best_msgid, ctxt_len); in arglist_parser_done()
462 best_msgid = xstrdup (separator + 1); in arglist_parser_done()
505 mp = remember_a_message (ap->mlp, best_msgctxt, best_msgid, true, in arglist_parser_done()