Searched refs:SDL_strncasecmp (Results 1 – 7 of 7) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_stdinc.h | 431 extern DECLSPEC int SDLCALL SDL_strncasecmp(const char *str1, const char *str2, size_t len); 511 #define SDL_strncasecmp strncasecmp macro
|
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/ |
D | SDL_dynapi_overrides.h | 426 #define SDL_strncasecmp SDL_strncasecmp_REAL macro
|
D | SDL_dynapi_procs.h | 455 SDL_DYNAPI_PROC(int,SDL_strncasecmp,(const char *a, const char *b, size_t c),(a,b,c),return)
|
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/ |
D | SDL_gamecontroller.c | 768 if (SDL_strncasecmp(line_platform, platform, platform_len) == 0 && in SDL_GameControllerAddMappingsFromRW()
|
/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/ |
D | SDL_string.c | 963 SDL_strncasecmp(const char *str1, const char *str2, size_t maxlen) in SDL_strncasecmp() function
|
/third_party/flutter/skia/third_party/externals/sdl/src/audio/ |
D | SDL_audio.c | 938 …if ((driver_name && (SDL_strncasecmp(backend->name, driver_name, SDL_strlen(driver_name)) != 0)) || in SDL_AudioInit()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/ |
D | SDL_video.c | 480 if (SDL_strncasecmp(bootstrap[i]->name, driver_name, SDL_strlen(driver_name)) == 0) { in SDL_VideoInit()
|