/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_log.h | 140 extern DECLSPEC void SDLCALL SDL_Log(SDL_PRINTF_FORMAT_STRING const char *fmt, ...) SDL_PRINTF_VARA… 145 extern DECLSPEC void SDLCALL SDL_LogVerbose(int category, SDL_PRINTF_FORMAT_STRING const char *fmt,… 150 extern DECLSPEC void SDLCALL SDL_LogDebug(int category, SDL_PRINTF_FORMAT_STRING const char *fmt, .… 155 extern DECLSPEC void SDLCALL SDL_LogInfo(int category, SDL_PRINTF_FORMAT_STRING const char *fmt, ..… 160 extern DECLSPEC void SDLCALL SDL_LogWarn(int category, SDL_PRINTF_FORMAT_STRING const char *fmt, ..… 165 extern DECLSPEC void SDLCALL SDL_LogError(int category, SDL_PRINTF_FORMAT_STRING const char *fmt, .… 170 extern DECLSPEC void SDLCALL SDL_LogCritical(int category, SDL_PRINTF_FORMAT_STRING const char *fmt… 177 … SDL_PRINTF_FORMAT_STRING const char *fmt, ...) SDL_PRINTF_VARARG_FUNC(3);
|
A D | SDL_test_assert.h | 61 void SDLTest_Assert(int assertCondition, SDL_PRINTF_FORMAT_STRING const char *assertDescription, ..… 71 int SDLTest_AssertCheck(int assertCondition, SDL_PRINTF_FORMAT_STRING const char *assertDescription… 78 void SDLTest_AssertPass(SDL_PRINTF_FORMAT_STRING const char *assertDescription, ...) SDL_PRINTF_VAR…
|
A D | SDL_test_log.h | 50 void SDLTest_Log(SDL_PRINTF_FORMAT_STRING const char *fmt, ...) SDL_PRINTF_VARARG_FUNC(1); 57 void SDLTest_LogError(SDL_PRINTF_FORMAT_STRING const char *fmt, ...) SDL_PRINTF_VARARG_FUNC(1);
|
A D | SDL_error.h | 47 extern DECLSPEC int SDLCALL SDL_SetError(SDL_PRINTF_FORMAT_STRING const char *fmt, ...) SDL_PRINTF_…
|
A D | SDL_stdinc.h | 276 #define SDL_PRINTF_FORMAT_STRING macro 291 #define SDL_PRINTF_FORMAT_STRING _Printf_format_string_ macro 300 #define SDL_PRINTF_FORMAT_STRING macro 504 …L SDL_snprintf(SDL_OUT_Z_CAP(maxlen) char *text, size_t maxlen, SDL_PRINTF_FORMAT_STRING const cha…
|
/AliOS-Things-master/components/SDL2/src/ |
A D | SDL_log.c | 171 SDL_Log(SDL_PRINTF_FORMAT_STRING const char *fmt, ...) in SDL_Log() 181 SDL_LogVerbose(int category, SDL_PRINTF_FORMAT_STRING const char *fmt, ...) in SDL_LogVerbose() 191 SDL_LogDebug(int category, SDL_PRINTF_FORMAT_STRING const char *fmt, ...) in SDL_LogDebug() 201 SDL_LogInfo(int category, SDL_PRINTF_FORMAT_STRING const char *fmt, ...) in SDL_LogInfo() 211 SDL_LogWarn(int category, SDL_PRINTF_FORMAT_STRING const char *fmt, ...) in SDL_LogWarn() 221 SDL_LogError(int category, SDL_PRINTF_FORMAT_STRING const char *fmt, ...) in SDL_LogError() 231 SDL_LogCritical(int category, SDL_PRINTF_FORMAT_STRING const char *fmt, ...) in SDL_LogCritical() 241 SDL_LogMessage(int category, SDL_LogPriority priority, SDL_PRINTF_FORMAT_STRING const char *fmt, ..… in SDL_LogMessage()
|
A D | SDL_error.c | 31 SDL_SetError(SDL_PRINTF_FORMAT_STRING const char *fmt, ...) in SDL_SetError()
|
/AliOS-Things-master/components/SDL2/src/test/ |
A D | SDL_test_assert.c | 47 void SDLTest_Assert(int assertCondition, SDL_PRINTF_FORMAT_STRING const char *assertDescription, ..… in SDLTest_Assert() 65 int SDLTest_AssertCheck(int assertCondition, SDL_PRINTF_FORMAT_STRING const char *assertDescription… in SDLTest_AssertCheck() 94 void SDLTest_AssertPass(SDL_PRINTF_FORMAT_STRING const char *assertDescription, ...) in SDLTest_AssertPass()
|
A D | SDL_test_log.c | 85 void SDLTest_Log(SDL_PRINTF_FORMAT_STRING const char *fmt, ...) in SDLTest_Log() 103 void SDLTest_LogError(SDL_PRINTF_FORMAT_STRING const char *fmt, ...) in SDLTest_LogError()
|
A D | SDL_test_common.c | 46 …DL_snprintfcat(SDL_OUT_Z_CAP(maxlen) char *text, size_t maxlen, SDL_PRINTF_FORMAT_STRING const cha… in SDL_snprintfcat()
|
/AliOS-Things-master/components/SDL2/src/dynapi/ |
A D | SDL_dynapi.c | 66 …_static void SDLCALL SDL_Log##logname##name(int category, SDL_PRINTF_FORMAT_STRING const char *fmt… 73 _static int SDLCALL SDL_SetError##name(SDL_PRINTF_FORMAT_STRING const char *fmt, ...) { \ 86 …_snprintf##name(SDL_OUT_Z_CAP(maxlen) char *buf, size_t maxlen, SDL_PRINTF_FORMAT_STRING const cha… 92 _static void SDLCALL SDL_Log##name(SDL_PRINTF_FORMAT_STRING const char *fmt, ...) { \ 97 …LL SDL_LogMessage##name(int category, SDL_LogPriority priority, SDL_PRINTF_FORMAT_STRING const cha…
|
A D | SDL_dynapi_procs.h | 34 SDL_DYNAPI_PROC(int,SDL_SetError,(SDL_PRINTF_FORMAT_STRING const char *a, ...),(a),return) 35 SDL_DYNAPI_PROC(void,SDL_Log,(SDL_PRINTF_FORMAT_STRING const char *a, ...),(a),) 36 SDL_DYNAPI_PROC(void,SDL_LogVerbose,(int a, SDL_PRINTF_FORMAT_STRING const char *b, ...),(a,b),) 37 SDL_DYNAPI_PROC(void,SDL_LogDebug,(int a, SDL_PRINTF_FORMAT_STRING const char *b, ...),(a,b),) 38 SDL_DYNAPI_PROC(void,SDL_LogInfo,(int a, SDL_PRINTF_FORMAT_STRING const char *b, ...),(a,b),) 39 SDL_DYNAPI_PROC(void,SDL_LogWarn,(int a, SDL_PRINTF_FORMAT_STRING const char *b, ...),(a,b),) 40 SDL_DYNAPI_PROC(void,SDL_LogError,(int a, SDL_PRINTF_FORMAT_STRING const char *b, ...),(a,b),) 41 SDL_DYNAPI_PROC(void,SDL_LogCritical,(int a, SDL_PRINTF_FORMAT_STRING const char *b, ...),(a,b),) 42 SDL_DYNAPI_PROC(void,SDL_LogMessage,(int a, SDL_LogPriority b, SDL_PRINTF_FORMAT_STRING const char … 44 SDL_DYNAPI_PROC(int,SDL_snprintf,(SDL_OUT_Z_CAP(b) char *a, size_t b, SDL_PRINTF_FORMAT_STRING cons…
|
/AliOS-Things-master/components/SDL2/src/stdlib/ |
A D | SDL_string.c | 1359 SDL_snprintf(SDL_OUT_Z_CAP(maxlen) char *text, size_t maxlen, SDL_PRINTF_FORMAT_STRING const char *… in SDL_snprintf()
|