| /src/external/gpl2/gettext/dist/gettext-tools/tests/ |
| format-qt-1 | 3 # Test recognition of Qt format strings. 8 tmpfiles="$tmpfiles f-qt-1.data" 9 cat <<\EOF > f-qt-1.data 33 tmpfiles="$tmpfiles f-qt-1-$n.in f-qt-1-$n.po" 34 cat <<EOF > f-qt-1-$n.in 37 ${XGETTEXT} -L C++ --qt -k_ -o f-qt-1-$n.po f-qt-1-$n.in || exit 1 38 test -f f-qt-1-$n.po || exit [all...] |
| format-qt-2 | 3 # Test checking of Qt format strings. 8 tmpfiles="$tmpfiles f-qt-2.data" 9 cat <<\EOF > f-qt-2.data 42 tmpfiles="$tmpfiles f-qt-2-$n.po f-qt-2-$n.mo" 43 cat <<EOF > f-qt-2-$n.po 44 #, qt-format 50 if ${MSGFMT} --check-format -o f-qt-2-$n.mo f-qt-2-$n.po; then 56 ${MSGFMT} --check-format -o f-qt-2-$n.mo f-qt-2-$n.po 2> /dev/nul [all...] |
| msgfmt-qt-1 | 3 # Test output in Qt .qm format. 8 tmpfiles="$tmpfiles mf-qt-1.qm" 10 ${MSGFMT} --qt -o mf-qt-1.qm ${top_srcdir}/tests/qttest_pl.po 14 ${CMP} ${top_srcdir}/tests/qttest_pl.qm mf-qt-1.qm >/dev/null 2>/dev/null
|
| msgfmt-qt-2 | 3 # Test msgfmt --qt on a PO file with contexts. 8 tmpfiles="$tmpfiles mf-qt-2.qm" 10 ${MSGFMT} --qt ${top_srcdir}/tests/qttest2_de.po -o mf-qt-2.qm 14 ${CMP} ${top_srcdir}/tests/qttest2_de.qm mf-qt-2.qm >/dev/null 2>/dev/null
|
| xgettext-c-13 | 3 # Test C++ support: test --flag that introduces qt-format. 16 --flag=foo:1:qt-format --flag=gettext:1:pass-qt-format --qt \ 22 #, qt-format
|
| Makefile.am | 50 msgfmt-qt-1 msgfmt-qt-2 \ 111 format-qt-1 format-qt-2 \
|
| /src/sys/external/bsd/compiler_rt/dist/test/Unit/ |
| udivti3_test.c | 32 utwords qt; local 33 qt.all = q; 38 at.s.high, at.s.low, bt.s.high, bt.s.low, qt.s.high, qt.s.low,
|
| /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ |
| udivti3_test.c | 32 utwords qt; local 33 qt.all = q; 38 at.s.high, at.s.low, bt.s.high, bt.s.low, qt.s.high, qt.s.low,
|
| /src/share/man/man4/man4.vax/ |
| Makefile | 16 qe.4 qt.4 \
|
| /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-qt/ |
| autogen.sh | 42 msgfmt -c --qt -o $lang.qm $lang.po
|
| /src/external/gpl2/gettext/lib/libnlspr/ |
| Makefile | 26 format-qt.c \ 72 write-qt.c \
|
| /src/usr.bin/gzip/ |
| znew | 32 gzip -qt < "$1"
|
| /src/external/gpl2/gettext/dist/gettext-tools/examples/ |
| Makefile.am | 148 hello-c++-qt/INSTALL \ 149 hello-c++-qt/BUGS \ 150 hello-c++-qt/autogen.sh \ 151 hello-c++-qt/autoclean.sh \ 152 hello-c++-qt/hello.cc \ 153 hello-c++-qt/Makefile.am \ 154 hello-c++-qt/configure.ac \ 155 hello-c++-qt/m4/Makefile.am \ 156 hello-c++-qt/m4/qt.m4 [all...] |
| /src/external/gpl2/gettext/dist/gettext-tools/examples/po/ |
| Makefile.am | 27 hello-c++-qt/hello.cc \ 65 hello-c++-qt.pot \ 215 hello-c++-qt.pot : $(POTFILES_DEPS) 216 $(SHELL) '$(srcdir)/xsmallpot.sh' '$(srcdir)' hello-c++-qt 372 ../hello-c++-qt/po/$$lang.po \ 407 ../hello-c++-qt/po/$(LL).po: hello-c++-qt.pot $(LL).po 408 $(SHELL) mmsmallpo.sh hello-c++-qt $(LL)
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| graphds.cc | 196 The vertices in postorder are stored into QT. If FORWARD is false, 204 graphds_dfs (struct graph *g, int *qs, int nq, vec<int> *qt, 253 if (qt) 254 qt->safe_push (v);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| graphds.cc | 196 The vertices in postorder are stored into QT. If FORWARD is false, 204 graphds_dfs (struct graph *g, int *qs, int nq, vec<int> *qt, 253 if (qt) 254 qt->safe_push (v);
|
| /src/external/gpl2/gettext/dist/gettext-tools/src/ |
| Makefile.am | 51 write-qt.h \ 116 format-php.c format-gcc-internal.c format-qt.c format-boost.c 137 write-qt.c ../../gettext-runtime/intl/hash-string.c
|
| /src/external/bsd/unbound/dist/smallapp/ |
| unbound-host.c | 387 lookup(struct ub_ctx* ctx, const char* nm, const char* qt, const char* qc) 393 int t = massage_type(qt, reverse, &multi);
|
| /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/admin/ |
| Doxyfile.am | 30 tags='$(DOXYGEN_REFERENCES) qt'; for tag in $$tags; do \ 41 if test "$$tag" = qt; then \
|
| acinclude.m4.in | 243 AC_MSG_ERROR([No Qt meta object compiler (moc) found! 244 Please check whether you installed Qt correctly. 255 AC_MSG_WARN([No Qt ui compiler (uic) found! 256 Please check whether you installed Qt correctly. 307 qt_bindirs="$qt_bindirs /usr/bin /usr/X11R6/bin /usr/local/qt/bin" 376 same compiler to compile Qt and kdelibs as you did use now. 794 [ --enable-embedded link to Qt-embedded, don't use X], 801 [ --enable-qtopia link to Qt-embedded, link to the Qtopia Environment], 1013 dnl We're using QT Embedded 1095 QCursor c(Qt::WhatsThisCursor) [all...] |
| /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/ |
| Makefile.am | 81 ../src/format-qt.c \
|
| /src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| pcache.c | 146 struct berval querystr; /* Filter string corresponding to the QT */ 608 QueryTemplate *qt; local 797 qt = qm->attr_sets[attrset].templates; 798 for ( ; qt; qt = qt->qtnext ) { 800 if ( bvmatch( &qt->querystr, &tempstr ) ) { 805 if ( qt == NULL ) { 811 cq = add_query( op, qm, &query, qt, PC_NEGATIVE, 0 ); 813 cq = add_query( op, qm, &query, qt, PC_POSITIVE, 0 ) 3050 QueryTemplate *qt = qm->attr_sets[attr_set].templates; local [all...] |
| /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/ |
| ObjCMT.cpp | 493 QualType QT = Getter->getReturnType(); 494 if (!QT->isRealType()) 892 QualType qt = TypedefDcl->getTypeSourceInfo()->getType(); local 893 if (NSAPIObj->isObjCNSIntegerType(qt)) 895 else if (NSAPIObj->isObjCNSUIntegerType(qt)) 926 QualType qt = TypedefDcl->getTypeSourceInfo()->getType(); 927 StringRef NSIntegerName = NSAPIObj->GetNSIntegralKind(qt); 931 if (const EnumType *EnumTy = qt->getAs<EnumType>()) {
|
| /src/external/bsd/file/dist/magic/ |
| Makefile.am | 262 $(MAGIC_FRAGMENT_DIR)/qt \
|
| /src/sys/dev/qbus/ |
| if_qt.c | 77 * This driver ('qt') is selected at system configuration time. If the 179 CFATTACH_DECL_NEW(qt, sizeof(struct qt_softc), 329 printf("qt !Turbo\n");
|