Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dxgettext.c2659 size_t ctxt_len = separator - best_cp->msgid; in arglist_parser_done() local
2660 char *ctxt = (char *) xmalloc (ctxt_len + 1); in arglist_parser_done()
2662 memcpy (ctxt, best_cp->msgid, ctxt_len); in arglist_parser_done()
2663 ctxt[ctxt_len] = '\0'; in arglist_parser_done()
2684 size_t ctxt_len = separator - best_cp->msgid_plural; in arglist_parser_done() local
2685 char *ctxt = (char *) xmalloc (ctxt_len + 1); in arglist_parser_done()
2687 memcpy (ctxt, best_cp->msgid_plural, ctxt_len); in arglist_parser_done()
2688 ctxt[ctxt_len] = '\0'; in arglist_parser_done()