Searched refs:ctxt_len (Results 1 – 1 of 1) sorted by relevance
2659 size_t ctxt_len = separator - best_cp->msgid; in arglist_parser_done() local2660 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() local2685 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()