Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dxgettext.c1065 size_t xcomment_len = xcomment_end - xcomment_start; in split_keywordspec() local
1066 char *xcomment = (char *) xmalloc (xcomment_len + 1); in split_keywordspec()
1068 memcpy (xcomment, xcomment_start, xcomment_len); in split_keywordspec()
1069 xcomment[xcomment_len] = '\0'; in split_keywordspec()