Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/config/
H A Dpo.m438 dnl Search for GNU msgfmt in the PATH.
39 dnl The first test excludes Solaris msgfmt and early GNU msgfmt versions.
40 dnl The second test excludes FreeBSD msgfmt.
41 AM_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
47 dnl Test whether it is GNU msgfmt >= 0.15.
80 if LC_ALL=C $MSGMERGE --help | grep ' --for-msgfmt ' >/dev/null; then
81 MSGMERGE_FOR_MSGFMT_OPTION='--for-msgfmt'
/freebsd/contrib/netbsd-tests/sbin/gpt/
H A Dt_gpt.sh75 silence dd conv=notrunc msgfmt=quiet if=/dev/zero of="$disk" "$@"
284 silence dd msgfmt=quiet if="$disk" of=bootblk bs=1 count="$bootsz"
/freebsd/usr.bin/top/
H A Ddisplay.h27 void new_message(int type, const char *msgfmt, ...);
H A Ddisplay.c980 new_message(int type, const char *msgfmt, ...) in new_message() argument
985 va_start(args, msgfmt); in new_message()
989 msgfmt, args); in new_message()
/freebsd/contrib/netbsd-tests/kernel/
H A Dt_umountstress.sh70 if ! dd msgfmt=quiet if=/dev/zero \
/freebsd/contrib/libxo/
H A Dconfigure.ac166 if test -x ${GETTEXT_PREFIX}/bin/msgfmt ; then
168 elif test -x ${GETTEXT_PREFIX}/local/bin/msgfmt ; then
171 AC_MSG_NOTICE("could not find msgfmt tool")
/freebsd/contrib/libxo/doc/
H A Dhowto.rst286 object*" (.mo) files using the `msgfmt` command. The .mo files are
326 # Compile the finished file; Use of msgfmt's "-v" option is
328 msgfmt -v -o po/my_lang/LC_MESSAGES/foo.mo po/my_lang/foo.po
/freebsd/contrib/libxo/tests/gettext/
H A DMakefile.am116 MSGFMT = ${GETTEXT_BINDIR}/msgfmt -v
/freebsd/contrib/dialog/
H A Daclocal.m4385 dnl Search for GNU msgfmt in the PATH.
386 AM_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
482 dnl Test whether we really found GNU msgfmt.
487 AC_MSG_WARN([found msgfmt program is not GNU msgfmt])
H A Dconfigure10172 set dummy msgfmt; ac_word=$2