Searched refs:SDL_strchr (Results 1 – 15 of 15) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/ |
D | SDL_getenv.c | 47 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()
|
D | SDL_iconv.c | 192 ptr = SDL_strchr(lang, '.'); in getlocale() 198 ptr = SDL_strchr(buffer, '@'); in getlocale()
|
D | SDL_string.c | 596 SDL_strchr(const char *string, int c) in SDL_strchr() function
|
/third_party/flutter/skia/third_party/externals/sdl/visualtest/src/ |
D | sut_configparser.c | 127 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/ |
D | SDL_gamecontroller.c | 535 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/ |
D | SDL_rwops.c | 84 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/ |
D | SDL_fcitx.c | 74 display = SDL_strchr(display, ':'); in GetDisplayNumber() 79 p = SDL_strchr(display, '.'); in GetDisplayNumber()
|
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_stdinc.h | 409 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/ |
D | SDL_x11opengl.c | 293 where = SDL_strchr(extension, ' '); in HasExtension()
|
D | SDL_x11messagebox.c | 243 char *lf = SDL_strchr( ( char * )text, '\n' ); in X11_MessageBoxInitPositions()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/ |
D | SDL_windowsopengl.c | 306 where = SDL_strchr(extension, ' '); in HasExtension()
|
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/linux/ |
D | SDL_sysjoystick.c | 333 delim = SDL_strchr(envpath, ':'); in SDL_SYS_JoystickInit()
|
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/ |
D | SDL_dynapi_overrides.h | 407 #define SDL_strchr SDL_strchr_REAL macro
|
D | SDL_dynapi_procs.h | 436 SDL_DYNAPI_PROC(char*,SDL_strchr,(const char *a, int b),(a,b),return)
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/ |
D | SDL_video.c | 2796 where = SDL_strchr(extension, ' '); in SDL_GL_ExtensionSupported()
|