Home
last modified time | relevance | path

Searched refs:SDL_strchr (Results 1 – 15 of 15) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/
DSDL_getenv.c47 if (!name || SDL_strlen(name) == 0 || SDL_strchr(name, '=') != NULL || !value) { in SDL_setenv()
58 if (!name || SDL_strlen(name) == 0 || SDL_strchr(name, '=') != NULL || !value) { in SDL_setenv()
83 if (!name || SDL_strlen(name) == 0 || SDL_strchr(name, '=') != NULL || !value) { in SDL_setenv()
116 if (!name || SDL_strlen(name) == 0 || SDL_strchr(name, '=') != NULL || !value) { in SDL_setenv()
DSDL_iconv.c192 ptr = SDL_strchr(lang, '.'); in getlocale()
198 ptr = SDL_strchr(buffer, '@'); in getlocale()
DSDL_string.c596 SDL_strchr(const char *string, int c) in SDL_strchr() function
/third_party/flutter/skia/third_party/externals/sdl/visualtest/src/
Dsut_configparser.c127 token_ptr = SDL_strchr(token_ptr, '['); in SDLVisualTest_ParseSUTConfig()
189 token_ptr = SDL_strchr(token_ptr, '['); in SDLVisualTest_ParseSUTConfig()
198 token_end = SDL_strchr(token_ptr, ']'); in SDLVisualTest_ParseSUTConfig()
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/
DSDL_gamecontroller.c535 const char *pFirstComma = SDL_strchr(pMapping, ','); in SDL_PrivateGetControllerGUIDFromMappingString()
558 pFirstComma = SDL_strchr(pMapping, ','); in SDL_PrivateGetControllerNameFromMappingString()
562 pSecondComma = SDL_strchr(pFirstComma + 1, ','); in SDL_PrivateGetControllerNameFromMappingString()
584 pFirstComma = SDL_strchr(pMapping, ','); in SDL_PrivateGetControllerMappingFromMappingString()
588 pSecondComma = SDL_strchr(pFirstComma + 1, ','); in SDL_PrivateGetControllerMappingFromMappingString()
752 line_end = SDL_strchr(line, '\n'); in SDL_GameControllerAddMappingsFromRW()
763 comma = SDL_strchr(tmp, ','); in SDL_GameControllerAddMappingsFromRW()
881 pchNewLine = SDL_strchr(pUserMappings, '\n'); in SDL_GameControllerLoadHints()
/third_party/flutter/skia/third_party/externals/sdl/src/file/
DSDL_rwops.c84 must_exist = (SDL_strchr(mode, 'r') != NULL) ? OPEN_EXISTING : 0; in windows_file_open()
85 truncate = (SDL_strchr(mode, 'w') != NULL) ? CREATE_ALWAYS : 0; in windows_file_open()
86 r_right = (SDL_strchr(mode, '+') != NULL in windows_file_open()
88 a_mode = (SDL_strchr(mode, 'a') != NULL) ? OPEN_ALWAYS : 0; in windows_file_open()
89 w_right = (a_mode || SDL_strchr(mode, '+') in windows_file_open()
/third_party/flutter/skia/third_party/externals/sdl/src/core/linux/
DSDL_fcitx.c74 display = SDL_strchr(display, ':'); in GetDisplayNumber()
79 p = SDL_strchr(display, '.'); in GetDisplayNumber()
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_stdinc.h409 extern DECLSPEC char *SDLCALL SDL_strchr(const char *str, int c);
505 #define SDL_strchr strchr macro
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11opengl.c293 where = SDL_strchr(extension, ' '); in HasExtension()
DSDL_x11messagebox.c243 char *lf = SDL_strchr( ( char * )text, '\n' ); in X11_MessageBoxInitPositions()
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsopengl.c306 where = SDL_strchr(extension, ' '); in HasExtension()
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/linux/
DSDL_sysjoystick.c333 delim = SDL_strchr(envpath, ':'); in SDL_SYS_JoystickInit()
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/
DSDL_dynapi_overrides.h407 #define SDL_strchr SDL_strchr_REAL macro
DSDL_dynapi_procs.h436 SDL_DYNAPI_PROC(char*,SDL_strchr,(const char *a, int b),(a,b),return)
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_video.c2796 where = SDL_strchr(extension, ' '); in SDL_GL_ExtensionSupported()