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

/freebsd-9.3-release/crypto/heimdal/packages/debian/po/
H A Dtemplates.pot16 msgstr ""
31 msgstr ""
40 msgstr ""
46 msgstr ""
54 msgstr ""
/freebsd-9.3-release/contrib/gcc/
H A Dintl.c92 gcc_gettext_width (const char *msgstr) argument
94 size_t nwcs = mbstowcs (0, msgstr, 0);
97 mbstowcs (wmsgstr, msgstr, nwcs + 1);
107 gcc_gettext_width (const char *msgstr) argument
109 return strlen (msgstr);
/freebsd-9.3-release/contrib/nvi/common/
H A Dexf.c753 const char *msgstr; local
974 msgstr = msg_cat(sp,
976 len = snprintf(buf, sizeof(buf), msgstr, p, nlno, nch);
979 msgstr = msg_cat(sp, LF_ISSET(FS_APPEND) ?
982 len = snprintf(buf, sizeof(buf), msgstr, p, nlno, nch);
/freebsd-9.3-release/contrib/gcc/cp/
H A Dcall.c2415 print_z_candidate (const char *msgstr, struct z_candidate *candidate) argument
2420 inform ("%s %D(%T, %T, %T) <built-in>", msgstr, candidate->fn,
2425 inform ("%s %D(%T, %T) <built-in>", msgstr, candidate->fn,
2429 inform ("%s %D(%T) <built-in>", msgstr, candidate->fn,
2433 inform ("%s %T <conversion>", msgstr, candidate->fn);
2435 inform ("%s %+#D <near match>", msgstr, candidate->fn);
2437 inform ("%s %+#D", msgstr, candidate->fn);

Completed in 121 milliseconds