Searched refs:xcomment (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dxgettext.c1098 char *xcomment = XNMALLOC (xcomment_len + 1, char); local
1100 memcpy (xcomment, xcomment_start, xcomment_len);
1101 xcomment[xcomment_len] = '\0';
1102 string_list_append (&xcomments, xcomment);
2763 const char *xcomment = best_cp->xcomments.item[i]; local
2771 if (strcmp (xcomment, mp->comment_dot->item[j]) == 0)
2778 message_comment_dot_append (mp, xcomment);

Completed in 58 milliseconds