Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/locale/unix/
A DSDL_syslocale.c31 ptr = SDL_strchr(str, '.'); /* chop off encoding if specified. */ in normalize_locale_str()
36 ptr = SDL_strchr(str, '@'); /* chop off extra bits if specified. */ in normalize_locale_str()
60 while ((ptr = SDL_strchr(src, ':')) != NULL) { in normalize_locales()
/AliOS-Things-master/components/SDL2/src/stdlib/
A DSDL_getenv.c51 if (!name || SDL_strlen(name) == 0 || SDL_strchr(name, '=') != NULL || !value) { in SDL_setenv()
62 if (!name || SDL_strlen(name) == 0 || SDL_strchr(name, '=') != NULL || !value) { in SDL_setenv()
85 if (!name || SDL_strlen(name) == 0 || SDL_strchr(name, '=') != NULL || !value) { in SDL_setenv()
118 if (!name || SDL_strlen(name) == 0 || SDL_strchr(name, '=') != NULL || !value) { in SDL_setenv()
A DSDL_iconv.c193 ptr = SDL_strchr(lang, '.'); in getlocale()
199 ptr = SDL_strchr(buffer, '@'); in getlocale()
A DSDL_string.c671 SDL_strchr(const char *string, int c) in SDL_strchr() function
/AliOS-Things-master/components/SDL2/src/file/
A DSDL_rwops.c101 must_exist = (SDL_strchr(mode, 'r') != NULL) ? OPEN_EXISTING : 0; in windows_file_open()
102 truncate = (SDL_strchr(mode, 'w') != NULL) ? CREATE_ALWAYS : 0; in windows_file_open()
103 r_right = (SDL_strchr(mode, '+') != NULL in windows_file_open()
105 a_mode = (SDL_strchr(mode, 'a') != NULL) ? OPEN_ALWAYS : 0; in windows_file_open()
106 w_right = (a_mode || SDL_strchr(mode, '+') in windows_file_open()
/AliOS-Things-master/components/SDL2/src/image/
A DIMG_svg.c53 #define strchr SDL_strchr
/AliOS-Things-master/components/SDL2/src/joystick/
A DSDL_gamecontroller.c758 const char *pFirstComma = SDL_strchr(pMapping, ','); in SDL_PrivateGetControllerGUIDFromMappingString()
800 pFirstComma = SDL_strchr(pMapping, ','); in SDL_PrivateGetControllerNameFromMappingString()
804 pSecondComma = SDL_strchr(pFirstComma + 1, ','); in SDL_PrivateGetControllerNameFromMappingString()
826 pFirstComma = SDL_strchr(pMapping, ','); in SDL_PrivateGetControllerMappingFromMappingString()
830 pSecondComma = SDL_strchr(pFirstComma + 1, ','); in SDL_PrivateGetControllerMappingFromMappingString()
1247 line_end = SDL_strchr(line, '\n'); in SDL_GameControllerAddMappingsFromRW()
1258 comma = SDL_strchr(tmp, ','); in SDL_GameControllerAddMappingsFromRW()
1501 pchNewLine = SDL_strchr(pUserMappings, '\n'); in SDL_GameControllerLoadHints()
/AliOS-Things-master/components/SDL2/include/
A DSDL_stdinc.h476 extern DECLSPEC char *SDLCALL SDL_strchr(const char *str, int c);
608 #define SDL_strchr strchr macro
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11messagebox.c230 const char *lf = SDL_strchr(text, '\n'); in CountLinesOfText()
262 const char *lf = SDL_strchr( text, '\n' ); in X11_MessageBoxInitPositions()
A DSDL_x11opengl.c309 where = SDL_strchr(extension, ' '); in HasExtension()
/AliOS-Things-master/components/SDL2/test/
A Dcontrollermap.c583 while ((spot = SDL_strchr(trimmed_name, ',')) != NULL) { in WatchJoystick()
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsopengl.c350 where = SDL_strchr(extension, ' '); in HasExtension()
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi_overrides.h401 #define SDL_strchr SDL_strchr_REAL macro
A DSDL_dynapi_procs.h432 SDL_DYNAPI_PROC(char*,SDL_strchr,(const char *a, int b),(a,b),return)
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_egl.c161 if (ext == NULL || *ext == 0 || SDL_strchr(ext, ' ') != NULL) { in SDL_EGL_HasExtension()
A DSDL_video.c3029 where = SDL_strchr(extension, ' '); in SDL_GL_ExtensionSupported()
/AliOS-Things-master/components/SDL2/src/ttf/
A DSDL_ttf.c2004 if ((spot = SDL_strchr(tok, '\r')) != NULL || in TTF_RenderUTF8_Blended_Wrapped()
2005 (spot = SDL_strchr(tok, '\n')) != NULL) { in TTF_RenderUTF8_Blended_Wrapped()
/AliOS-Things-master/components/SDL2/src/joystick/linux/
A DSDL_sysjoystick.c537 delim = SDL_strchr(envpath, ':'); in LINUX_JoystickInit()

Completed in 43 milliseconds