Home
last modified time | relevance | path

Searched refs:_T (Results 1 – 9 of 9) sorted by relevance

/minix/share/mk/
H A Dbsd.test.mk17 . for _T in ${TESTS_C}
18 BINDIR.${_T}= ${TESTSDIR}
19 LDADD.${_T}+= -latf-c
20 DPADD.${_T}+= ${LIBATF_C}
21 MAN.${_T}?= # empty
28 . for _T in ${TESTS_CXX}
32 MAN.${_T}?= # empty
40 . for _T in ${TESTS_SH}
41 SCRIPTS+= ${_T}
46 TESTS_SH_SRC_${_T}?= ${_T}.sh
[all …]
/minix/external/bsd/llvm/dist/clang/test/SemaTemplate/
H A Dissue150.cpp17 template<class _T, class Traits> class IM;
20 template<class _T, class Traits = int> class IntervalMap>
87 template<class _T, template<class> class Compare = PR9016::less,
88 class = typename interval_type_default<_T,Compare>::type,
96 template<class _T, template<class> class Compare = PR9016::less,
97 class = typename interval_type_default<_T,Compare>::type,
/minix/crypto/external/bsd/openssl/dist/ms/
H A Duplink.c50 _T("OPENSSL_Uplink(%p,%02X): "), table, index); in OPENSSL_Uplink()
51 _tcscpy(msg + len, _T("unimplemented function")); in OPENSSL_Uplink()
56 _tcscpy(msg + len, _T("no host application")); in OPENSSL_Uplink()
70 _tcscpy(msg + len, _T("no OPENSSL_Applink")); in OPENSSL_Uplink()
76 _tcscpy(msg + len, _T("no ApplinkTable")); in OPENSSL_Uplink()
/minix/external/mit/expat/dist/xmlwf/
H A Dwin32filemap.c48 _ftprintf(stderr, _T("%s: bigger than 2Gb\n"), name); in filemap()
90 _ftprintf(stderr, _T("%s: %s"), s, buf); in win32perror()
95 _ftprintf(stderr, _T("%s: unknown Windows error\n"), s); in win32perror()
H A Dxmlwin32url.cxx130 _ftprintf(stderr, _T("%s:%d:%ld: %s\n"), in reportError()
136 _ftprintf(stderr, _T("%s: (unknown message %d)\n"), in reportError()
186 _ftprintf(stderr, _T("out of memory\n")); in OnDataAvailable()
332 _ftprintf(stderr, _T("%s: %s"), url, buf); in winPerror()
337 _ftprintf(stderr, _T("%s: error %x\n"), url, hr); in winPerror()
/minix/external/bsd/llvm/dist/clang/test/SemaObjCXX/
H A Dblocks.mm57 template<class _T> class ptr; // expected-note{{template is declared here}}
59 template<class _T>
62 void bar(void (^)(ptr<_T>));
/minix/external/bsd/libc++/dist/libcxx/test/support/
H A Dnasty_macros.hpp24 #define _T NASTY_MACRO macro
/minix/external/bsd/bind/dist/bin/win32/BINDInstall/
H A DBINDInstallDlg.cpp212 m_targetDir = _T(""); in CBINDInstallDlg()
213 m_version = _T(""); in CBINDInstallDlg()
217 m_current = _T(""); in CBINDInstallDlg()
219 m_accountName = _T(""); in CBINDInstallDlg()
220 m_accountPassword = _T(""); in CBINDInstallDlg()
221 m_accountName = _T(""); in CBINDInstallDlg()
/minix/crypto/external/bsd/openssl/dist/crypto/
H A Dcryptlib.c927 buf[sizeof(buf) / sizeof(TCHAR) - 1] = _T('\0'); in OPENSSL_showfatal()
933 HANDLE h = RegisterEventSource(0, _T("OPENSSL")); in OPENSSL_showfatal()
939 MessageBox(NULL, buf, _T("OpenSSL: FATAL"), MB_OK | MB_ICONSTOP); in OPENSSL_showfatal()