Searched refs:msgid_bugs_ptr (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 Dmsgmerge.c879 const char *msgid_bugs_ptr; local
881 msgid_bugs_ptr = c_strstr (ref->msgstr, "Report-Msgid-Bugs-To:");
882 if (msgid_bugs_ptr != NULL)
887 msgid_bugs_ptr += sizeof ("Report-Msgid-Bugs-To:") - 1;
889 endp = strchr (msgid_bugs_ptr, '\n');
894 endp = strchr (msgid_bugs_ptr, '\0');
895 msgid_bugs_len = (endp - msgid_bugs_ptr) + 1;
897 stpcpy (stpcpy (extended, msgid_bugs_ptr), "\n");
898 msgid_bugs_ptr = extended;
901 msgid_bugs_len = (endp - msgid_bugs_ptr)
[all...]

Completed in 129 milliseconds