Searched refs:msgfmt (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/contrib/openzfs/config/ |
H A D | po.m4 | 38 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 D | t_gpt.sh | 75 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 D | display.h | 27 void new_message(int type, const char *msgfmt, ...);
|
H A D | display.c | 980 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 D | t_umountstress.sh | 70 if ! dd msgfmt=quiet if=/dev/zero \
|
/freebsd/contrib/libxo/ |
H A D | configure.ac | 166 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 D | howto.rst | 286 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 D | Makefile.am | 116 MSGFMT = ${GETTEXT_BINDIR}/msgfmt -v
|
/freebsd/contrib/dialog/ |
H A D | aclocal.m4 | 385 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 D | configure | 10172 set dummy msgfmt; ac_word=$2
|