Home
last modified time | relevance | path

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

/freebsd-12.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-12.1/usr.bin/top/
H A Ddisplay.h28 void new_message(int type, const char *msgfmt, ...);
H A Ddisplay.c976 new_message(int type, const char *msgfmt, ...) in new_message() argument
981 va_start(args, msgfmt); in new_message()
985 msgfmt, args); in new_message()
/freebsd-12.1/contrib/netbsd-tests/kernel/
H A Dt_umountstress.sh70 if ! dd msgfmt=quiet if=/dev/zero \
/freebsd-12.1/contrib/gdb/
H A Dgettext.m463 AM_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
94 AM_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
95 [test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], msgfmt)
H A Dsrc-release204 msgfmt -o `echo $$f | sed -e 's/\.po$$/.gmo/'` $$f ; \
/freebsd-12.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-12.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
H A Dlibxo.txt3188 object" (.mo) files using the "msgfmt" command. The .mo files are
3228 # Compile the finished file; Use of msgfmt's "-v" option is
3230 msgfmt -v -o po/my_lang/LC_MESSAGES/foo.mo po/my_lang/foo.po
/freebsd-12.1/contrib/libxo/tests/gettext/
H A DMakefile.am116 MSGFMT = ${GETTEXT_BINDIR}/msgfmt -v
/freebsd-12.1/contrib/dialog/
H A Daclocal.m4411 dnl Search for GNU msgfmt in the PATH.
412 AM_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
437 AM_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
451 dnl Test whether we really found GNU msgfmt.
453 dnl If it is no GNU msgfmt we define it as : so that the
459 [found msgfmt program is not GNU msgfmt; ignore it])
H A Dconfigure7892 set dummy msgfmt; ac_word=$2
8020 set dummy msgfmt; ac_word=$2
/freebsd-12.1/contrib/subversion/
H A Dconfigure.ac689 dnl First, check to see if there is a working msgfmt.
690 AC_PATH_PROG(MSGFMT, msgfmt, none)
H A Dconfigure19797 set dummy msgfmt; ac_word=$2
/freebsd-12.1/contrib/libstdc++/
H A Dacinclude.m41488 AC_CHECK_PROG(check_msgfmt, msgfmt, yes, no)
H A DChangeLog-20023591 * acinclude: More extensive checks for msgfmt, --enable-nls.
H A Dconfigure6117 set dummy msgfmt; ac_word=$2
/freebsd-12.1/contrib/binutils/opcodes/
H A Dconfigure10733 set dummy msgfmt; ac_word=$2
/freebsd-12.1/contrib/binutils/ld/
H A Dconfigure10620 set dummy msgfmt; ac_word=$2
/freebsd-12.1/contrib/binutils/gas/
H A Dconfigure11759 set dummy msgfmt; ac_word=$2
/freebsd-12.1/contrib/binutils/binutils/
H A Dconfigure10813 set dummy msgfmt; ac_word=$2
/freebsd-12.1/contrib/binutils/bfd/
H A Dconfigure10861 set dummy msgfmt; ac_word=$2
/freebsd-12.1/contrib/binutils/
H A DChangeLog4593 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
/freebsd-12.1/contrib/gcc/
H A DChangeLog-200015685 test for msgfmt without path instead.