Home
last modified time | relevance | path

Searched refs:pzFormat (Results 1 – 10 of 10) sorted by relevance

/dports/games/NBlood/NBlood-a1689a4/source/blood/src/
H A Dglobals.cpp56 void _ThrowError(const char *pzFormat, ...) in _ThrowError() argument
60 va_start(args, pzFormat); in _ThrowError()
61 vsprintf(buffer, pzFormat, args); in _ThrowError()
75 void _consoleSysMsg(const char* pzFormat, ...) { in _consoleSysMsg() argument
79 va_start(args, pzFormat); in _consoleSysMsg()
80 vsprintf(buffer, pzFormat, args); in _consoleSysMsg()
H A Dnnexts.h361 void condError(XSPRITE* pXCond, const char* pzFormat, ...);
H A Dcommon_game.h47 void _ThrowError(const char *pzFormat, ...);
H A Dnnexts.cpp2861 void condError(XSPRITE* pXCond, const char* pzFormat, ...) { in condError() argument
2866 va_start(args, pzFormat); in condError()
2867 vsprintf(buffer2, pzFormat, args); in condError()
/dports/sysutils/u-boot-utilite/u-boot-2015.07/board/esd/common/xilinx_jtag/
H A Dmicro.c97 #define XSVFDBG_PRINTF(iDebugLevel,pzFormat) \ argument
99 printf( pzFormat ); }
100 #define XSVFDBG_PRINTF1(iDebugLevel,pzFormat,arg1) \ argument
102 printf( pzFormat, arg1 ); }
103 #define XSVFDBG_PRINTF2(iDebugLevel,pzFormat,arg1,arg2) \ argument
105 printf( pzFormat, arg1, arg2 ); }
108 printf( pzFormat, arg1, arg2, arg3 ); }
113 #define XSVFDBG_PRINTF(iDebugLevel,pzFormat) argument
114 #define XSVFDBG_PRINTF1(iDebugLevel,pzFormat,arg1) argument
115 #define XSVFDBG_PRINTF2(iDebugLevel,pzFormat,arg1,arg2) argument
[all …]
/dports/comms/hackrf/hackrf-31a37bd/firmware/common/xapp058/
H A Dmicro.c118 #define XSVFDBG_PRINTF(iDebugLevel,pzFormat) \ argument
120 printf( pzFormat ); }
121 #define XSVFDBG_PRINTF1(iDebugLevel,pzFormat,arg1) \ argument
123 printf( pzFormat, arg1 ); }
124 #define XSVFDBG_PRINTF2(iDebugLevel,pzFormat,arg1,arg2) \ argument
126 printf( pzFormat, arg1, arg2 ); }
129 printf( pzFormat, arg1, arg2, arg3 ); }
134 #define XSVFDBG_PRINTF(iDebugLevel,pzFormat) argument
135 #define XSVFDBG_PRINTF1(iDebugLevel,pzFormat,arg1) argument
136 #define XSVFDBG_PRINTF2(iDebugLevel,pzFormat,arg1,arg2) argument
[all …]
/dports/comms/hackrf-devel/hackrf-ee44d2d62e2dd24648599172f90fc8fc2e3b3cc3/firmware/common/xapp058/
H A Dmicro.c118 #define XSVFDBG_PRINTF(iDebugLevel,pzFormat) \ argument
120 printf( pzFormat ); }
121 #define XSVFDBG_PRINTF1(iDebugLevel,pzFormat,arg1) \ argument
123 printf( pzFormat, arg1 ); }
124 #define XSVFDBG_PRINTF2(iDebugLevel,pzFormat,arg1,arg2) \ argument
126 printf( pzFormat, arg1, arg2 ); }
129 printf( pzFormat, arg1, arg2, arg3 ); }
134 #define XSVFDBG_PRINTF(iDebugLevel,pzFormat) argument
135 #define XSVFDBG_PRINTF1(iDebugLevel,pzFormat,arg1) argument
136 #define XSVFDBG_PRINTF2(iDebugLevel,pzFormat,arg1,arg2) argument
[all …]
/dports/emulators/vice/vice-3.5/src/lib/liblame/Dll/
H A DBladeMP3EncDLL.c52 static void DebugPrintf( const char* pzFormat, ... );
57 static void DebugPrintf(const char* pzFormat, ...) in DebugPrintf() argument
74 va_start(ap, pzFormat); in DebugPrintf()
77 _vsnprintf(szBuffer, sizeof(szBuffer), pzFormat, ap); in DebugPrintf()
/dports/audio/lame/lame-3.100/Dll/
H A DBladeMP3EncDLL.c52 static void DebugPrintf( const char* pzFormat, ... );
57 static void DebugPrintf(const char* pzFormat, ...) in DebugPrintf() argument
74 va_start(ap, pzFormat); in DebugPrintf()
77 _vsnprintf(szBuffer, sizeof(szBuffer), pzFormat, ap); in DebugPrintf()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/liblame/Dll/
H A DBladeMP3EncDLL.c52 static void DebugPrintf( const char* pzFormat, ... );
57 static void DebugPrintf(const char* pzFormat, ...) in DebugPrintf() argument
74 va_start(ap, pzFormat); in DebugPrintf()
77 _vsnprintf(szBuffer, sizeof(szBuffer), pzFormat, ap); in DebugPrintf()