Home
last modified time | relevance | path

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

/trueos/contrib/top/
HDdisplay.c988 new_message(type, msgfmt, a1, a2, a3) in new_message() argument
991 char *msgfmt;
998 (void) snprintf(next_msg, sizeof(next_msg), msgfmt, a1, a2, a3);
/trueos/contrib/netbsd-tests/kernel/
HDt_umountstress.sh70 if ! dd msgfmt=quiet if=/dev/zero \
/trueos/contrib/gdb/
HDgettext.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)
HDsrc-release204 msgfmt -o `echo $$f | sed -e 's/\.po$$/.gmo/'` $$f ; \
/trueos/contrib/libreadline/
HDaclocal.m43663 dnl Search for GNU msgfmt in the PATH.
3664 dnl The first test excludes Solaris msgfmt and early GNU msgfmt versions.
3665 dnl The second test excludes FreeBSD msgfmt.
3666 AM_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
3687 dnl Test whether we really found GNU msgfmt.
3689 dnl If it is no GNU msgfmt we define it as : so that the
3697 [found $GMSGFMT program is not GNU msgfmt; ignore it])
/trueos/contrib/dialog/
HDaclocal.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])
HDconfigure7892 set dummy msgfmt; ac_word=$2
8020 set dummy msgfmt; ac_word=$2
/trueos/contrib/subversion/
HDconfigure.ac655 dnl First, check to see if there is a working msgfmt.
656 AC_PATH_PROG(MSGFMT, msgfmt, none)
HDconfigure18830 set dummy msgfmt; ac_word=$2
/trueos/contrib/libstdc++/
Dacinclude.m41488 AC_CHECK_PROG(check_msgfmt, msgfmt, yes, no)
DChangeLog-20023591 * acinclude: More extensive checks for msgfmt, --enable-nls.
Dconfigure6117 set dummy msgfmt; ac_word=$2
/trueos/contrib/binutils/opcodes/
HDconfigure10733 set dummy msgfmt; ac_word=$2
/trueos/contrib/binutils/ld/
HDconfigure10620 set dummy msgfmt; ac_word=$2
/trueos/contrib/binutils/gas/
HDconfigure11759 set dummy msgfmt; ac_word=$2
/trueos/contrib/binutils/binutils/
HDconfigure10813 set dummy msgfmt; ac_word=$2
/trueos/contrib/binutils/bfd/
HDconfigure10861 set dummy msgfmt; ac_word=$2
/trueos/contrib/binutils/
HDChangeLog4593 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
/trueos/contrib/gcc/
HDChangeLog-200015685 test for msgfmt without path instead.