Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/usr.bin/top/
H A Ddisplay.h28 void new_message(int type, const char *msgfmt, ...);
H A Ddisplay.c982 new_message(int type, const char *msgfmt, ...) in new_message() argument
987 va_start(args, msgfmt); in new_message()
991 msgfmt, args); in new_message()
/freebsd-13.1/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-13.1/contrib/netbsd-tests/kernel/
H A Dt_umountstress.sh70 if ! dd msgfmt=quiet if=/dev/zero \
/freebsd-13.1/contrib/libxo/
H A Dconfigure.ac168 if test -x ${GETTEXT_PREFIX}/bin/msgfmt ; then
170 elif test -x ${GETTEXT_PREFIX}/local/bin/msgfmt ; then
173 AC_MSG_NOTICE("could not find msgfmt tool")
/freebsd-13.1/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-13.1/contrib/libxo/tests/gettext/
H A DMakefile.am116 MSGFMT = ${GETTEXT_BINDIR}/msgfmt -v
/freebsd-13.1/contrib/subversion/
H A Dconfigure.ac667 dnl First, check to see if there is a working msgfmt.
668 AC_PATH_PROG(MSGFMT, msgfmt, none)
H A Dconfigure19808 set dummy msgfmt; ac_word=$2
/freebsd-13.1/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 Dconfigure8365 set dummy msgfmt; ac_word=$2