Home
last modified time | relevance | path

Searched refs:lpszFormat (Results 1 – 25 of 238) sorted by relevance

12345678910

/dports/science/openbabel/openbabel-3.1.1/src/formats/libinchi/
H A Dichi_io.c383 my_va_start( argList, lpszFormat ); in inchi_ios_print()
408 my_va_start( argList, lpszFormat ); in inchi_ios_print()
417 FWPRINT( lpszFormat, argList ); in inchi_ios_print()
445 FWPRINT( lpszFormat, argList ); in inchi_ios_print()
474 my_va_start( argList, lpszFormat ); in inchi_ios_print_nodisplay()
516 my_va_start( argList, lpszFormat ); in inchi_ios_print_nodisplay()
544 my_va_start( argList, lpszFormat ); in inchi_ios_eprint()
634 my_va_start( argList, lpszFormat ); in inchi_fprintf()
659 if ( f == stderr && lpszFormat && lpszFormat[0] && '\r' == lpszFormat[strlen(lpszFormat)-1] ) in inchi_vfprintf()
698 my_va_start( argList, lpszFormat ); in inchi_print_nodisplay()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_ole.cpp51 void snvTrace(LPCTSTR lpszFormat, va_list argList) in snvTrace() argument
54 if (_vsntprintf( szBuffer, DTRACE_BUF_LEN, lpszFormat, argList ) < 0) { in snvTrace()
61 size_t iFormatLen = _tcslen(lpszFormat); in snvTrace()
62 BOOL bErrorReport = iFormatLen>6 && _tcscmp(lpszFormat + iFormatLen - 6, _T("[%08x]"))==0; in snvTrace()
79 void snTrace(LPCTSTR lpszFormat, ... ) in snTrace() argument
82 va_start(argList, lpszFormat); in snTrace()
83 snvTrace(lpszFormat, argList); in snTrace()
H A Dawt_ole.h55 void snvTrace(LPCTSTR lpszFormat, va_list argList);
56 void snTrace(LPCTSTR lpszFormat, ... );
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_ole.cpp51 void snvTrace(LPCTSTR lpszFormat, va_list argList) in snvTrace() argument
54 if (_vsntprintf( szBuffer, DTRACE_BUF_LEN, lpszFormat, argList ) < 0) { in snvTrace()
61 size_t iFormatLen = _tcslen(lpszFormat); in snvTrace()
62 BOOL bErrorReport = iFormatLen>6 && _tcscmp(lpszFormat + iFormatLen - 6, _T("[%08x]"))==0; in snvTrace()
79 void snTrace(LPCTSTR lpszFormat, ... ) in snTrace() argument
82 va_start(argList, lpszFormat); in snTrace()
83 snvTrace(lpszFormat, argList); in snTrace()
H A Dawt_ole.h55 void snvTrace(LPCTSTR lpszFormat, va_list argList);
56 void snTrace(LPCTSTR lpszFormat, ... );
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_ole.cpp51 void snvTrace(LPCTSTR lpszFormat, va_list argList) in snvTrace() argument
54 if (_vsntprintf( szBuffer, DTRACE_BUF_LEN, lpszFormat, argList ) < 0) { in snvTrace()
61 size_t iFormatLen = _tcslen(lpszFormat); in snvTrace()
62 BOOL bErrorReport = iFormatLen>6 && _tcscmp(lpszFormat + iFormatLen - 6, _T("[%08x]"))==0; in snvTrace()
79 void snTrace(LPCTSTR lpszFormat, ... ) in snTrace() argument
82 va_start(argList, lpszFormat); in snTrace()
83 snvTrace(lpszFormat, argList); in snTrace()
H A Dawt_ole.h55 void snvTrace(LPCTSTR lpszFormat, va_list argList);
56 void snTrace(LPCTSTR lpszFormat, ... );
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/windows/native/sun/windows/
H A Dawt_ole.cpp51 void snvTrace(LPCTSTR lpszFormat, va_list argList) in snvTrace() argument
54 if (_vsntprintf( szBuffer, DTRACE_BUF_LEN, lpszFormat, argList ) < 0) { in snvTrace()
61 size_t iFormatLen = _tcslen(lpszFormat); in snvTrace()
62 BOOL bErrorReport = iFormatLen>6 && _tcscmp(lpszFormat + iFormatLen - 6, _T("[%08x]"))==0; in snvTrace()
79 void snTrace(LPCTSTR lpszFormat, ... ) in snTrace() argument
82 va_start(argList, lpszFormat); in snTrace()
83 snvTrace(lpszFormat, argList); in snTrace()
H A Dawt_ole.h55 void snvTrace(LPCTSTR lpszFormat, va_list argList);
56 void snTrace(LPCTSTR lpszFormat, ... );
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_ole.cpp51 void snvTrace(LPCTSTR lpszFormat, va_list argList) in snvTrace() argument
54 if (_vsntprintf( szBuffer, DTRACE_BUF_LEN, lpszFormat, argList ) < 0) { in snvTrace()
61 size_t iFormatLen = _tcslen(lpszFormat); in snvTrace()
62 BOOL bErrorReport = iFormatLen>6 && _tcscmp(lpszFormat + iFormatLen - 6, _T("[%08x]"))==0; in snvTrace()
79 void snTrace(LPCTSTR lpszFormat, ... ) in snTrace() argument
82 va_start(argList, lpszFormat); in snTrace()
83 snvTrace(lpszFormat, argList); in snTrace()
H A Dawt_ole.h55 void snvTrace(LPCTSTR lpszFormat, va_list argList);
56 void snTrace(LPCTSTR lpszFormat, ... );
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/windows/native/libawt/windows/
H A Dawt_ole.cpp51 void snvTrace(LPCTSTR lpszFormat, va_list argList) in snvTrace() argument
54 if (_vsntprintf( szBuffer, DTRACE_BUF_LEN, lpszFormat, argList ) < 0) { in snvTrace()
61 size_t iFormatLen = _tcslen(lpszFormat); in snvTrace()
62 BOOL bErrorReport = iFormatLen>6 && _tcscmp(lpszFormat + iFormatLen - 6, _T("[%08x]"))==0; in snvTrace()
79 void snTrace(LPCTSTR lpszFormat, ... ) in snTrace() argument
82 va_start(argList, lpszFormat); in snTrace()
83 snvTrace(lpszFormat, argList); in snTrace()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_ole.cpp51 void snvTrace(LPCTSTR lpszFormat, va_list argList) in snvTrace() argument
54 if (_vsntprintf( szBuffer, DTRACE_BUF_LEN, lpszFormat, argList ) < 0) { in snvTrace()
61 size_t iFormatLen = _tcslen(lpszFormat); in snvTrace()
62 BOOL bErrorReport = iFormatLen>6 && _tcscmp(lpszFormat + iFormatLen - 6, _T("[%08x]"))==0; in snvTrace()
79 void snTrace(LPCTSTR lpszFormat, ... ) in snTrace() argument
82 va_start(argList, lpszFormat); in snTrace()
83 snvTrace(lpszFormat, argList); in snTrace()
H A Dawt_ole.h55 void snvTrace(LPCTSTR lpszFormat, va_list argList);
56 void snTrace(LPCTSTR lpszFormat, ... );
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_ole.cpp51 void snvTrace(LPCTSTR lpszFormat, va_list argList) in snvTrace() argument
54 if (_vsntprintf( szBuffer, DTRACE_BUF_LEN, lpszFormat, argList ) < 0) { in snvTrace()
61 size_t iFormatLen = _tcslen(lpszFormat); in snvTrace()
62 BOOL bErrorReport = iFormatLen>6 && _tcscmp(lpszFormat + iFormatLen - 6, _T("[%08x]"))==0; in snvTrace()
79 void snTrace(LPCTSTR lpszFormat, ... ) in snTrace() argument
82 va_start(argList, lpszFormat); in snTrace()
83 snvTrace(lpszFormat, argList); in snTrace()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_ole.cpp51 void snvTrace(LPCTSTR lpszFormat, va_list argList) in snvTrace() argument
54 if (_vsntprintf( szBuffer, DTRACE_BUF_LEN, lpszFormat, argList ) < 0) { in snvTrace()
61 size_t iFormatLen = _tcslen(lpszFormat); in snvTrace()
62 BOOL bErrorReport = iFormatLen>6 && _tcscmp(lpszFormat + iFormatLen - 6, _T("[%08x]"))==0; in snvTrace()
79 void snTrace(LPCTSTR lpszFormat, ... ) in snTrace() argument
82 va_start(argList, lpszFormat); in snTrace()
83 snvTrace(lpszFormat, argList); in snTrace()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/windows/native/sun/windows/
H A Dawt_ole.cpp51 void snvTrace(LPCTSTR lpszFormat, va_list argList) in snvTrace() argument
54 if (_vsntprintf( szBuffer, DTRACE_BUF_LEN, lpszFormat, argList ) < 0) { in snvTrace()
61 size_t iFormatLen = _tcslen(lpszFormat); in snvTrace()
62 BOOL bErrorReport = iFormatLen>6 && _tcscmp(lpszFormat + iFormatLen - 6, _T("[%08x]"))==0; in snvTrace()
79 void snTrace(LPCTSTR lpszFormat, ... ) in snTrace() argument
82 va_start(argList, lpszFormat); in snTrace()
83 snvTrace(lpszFormat, argList); in snTrace()
/dports/science/openbabel/openbabel-3.1.1/include/inchi/
H A Dichi_io.h66 int inchi_ios_print( INCHI_IOSTREAM *ios, const char* lpszFormat, ... );
67 int inchi_ios_print_nodisplay( INCHI_IOSTREAM *ios, const char* lpszFormat, ... );
70 int inchi_ios_eprint( INCHI_IOSTREAM *ios, const char* lpszFormat, ... );
82 int inchi_fprintf( FILE* f, const char* lpszFormat, ... );
83 int inchi_print_nodisplay( FILE* f, const char* lpszFormat, ... );
/dports/games/jinput/jinput-bf22dd975bbba31f01895332255b63df376894e6/plugins/wintab/src/main/native/
H A DWinTabUtils.c22 void WacomTrace( char *lpszFormat, ...);
144 void WacomTrace( char *lpszFormat, ...) in WacomTrace() argument
152 WACOM_ASSERT( lpszFormat ); in WacomTrace()
154 va_start( args, lpszFormat ); in WacomTrace()
157 lpszFormat, args ); in WacomTrace()
/dports/games/xpilot/xpilot-4.5.5/src/server/NT/
H A DwinServer.h45 extern void _Trace(char* lpszFormat, ...);
48 extern void xpprintfW(const char* lpszFormat, ...);
H A Dxpilots.cpp134 void _Trace(char* lpszFormat, long a, long b, long c, long d, long e) in _Trace() argument
136 AfxTrace(lpszFormat, a, b, c, d, e); in _Trace()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Drtutils.h30 DWORD __cdecl TracePrintfA(DWORD dwTraceID,LPCSTR lpszFormat,...);
31 DWORD __cdecl TracePrintfExA(DWORD dwTraceID,DWORD dwFlags,LPCSTR lpszFormat,...);
32 DWORD WINAPI TraceVprintfExA(DWORD dwTraceID,DWORD dwFlags,LPCSTR lpszFormat,va_list arglist);
45 DWORD __cdecl TracePrintfW(DWORD dwTraceID,LPCWSTR lpszFormat,...);
46 DWORD __cdecl TracePrintfExW(DWORD dwTraceID,DWORD dwFlags,LPCWSTR lpszFormat,...);
47 DWORD WINAPI TraceVprintfExW(DWORD dwTraceID,DWORD dwFlags,LPCWSTR lpszFormat,va_list arglist);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Drtutils.h30 DWORD __cdecl TracePrintfA(DWORD dwTraceID,LPCSTR lpszFormat,...);
31 DWORD __cdecl TracePrintfExA(DWORD dwTraceID,DWORD dwFlags,LPCSTR lpszFormat,...);
32 DWORD WINAPI TraceVprintfExA(DWORD dwTraceID,DWORD dwFlags,LPCSTR lpszFormat,va_list arglist);
45 DWORD __cdecl TracePrintfW(DWORD dwTraceID,LPCWSTR lpszFormat,...);
46 DWORD __cdecl TracePrintfExW(DWORD dwTraceID,DWORD dwFlags,LPCWSTR lpszFormat,...);
47 DWORD WINAPI TraceVprintfExW(DWORD dwTraceID,DWORD dwFlags,LPCWSTR lpszFormat,va_list arglist);
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/client/NT/
H A DXPilotNT.cpp159 void _Trace(char *lpszFormat, long a, long b, long c, long d, long e, in _Trace() argument
162 AfxTrace(lpszFormat, a, b, c, d, e, f, g, h, i, j, k); in _Trace()
/dports/games/xpilot/xpilot-4.5.5/src/client/NT/
H A DXPilotNT.cpp168 void _Trace(char* lpszFormat, long a, long b, long c, long d, long e, long f, long g, long h, long … in _Trace() argument
170 AfxTrace(lpszFormat, a, b, c, d, e, f, g, h, i, j, k); in _Trace()

12345678910