OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sdl_strstr
(Results
1 - 14
of
14
) sorted by null
/external/qemu/distrib/sdl-1.2.15/include/
SDL_stdinc.h
453
#define
SDL_strstr
strstr
455
extern DECLSPEC char * SDLCALL
SDL_strstr
(const char *haystack, const char *needle);
/external/qemu/distrib/sdl-1.2.15/src/cdrom/linux/
SDL_syscdrom.c
219
tmp =
SDL_strstr
(mntent->mnt_opts, "fs=");
230
tmp =
SDL_strstr
(mntent->mnt_opts, "dev=");
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_wingl.c
101
where =
SDL_strstr
(start, extension);
365
if ( wglext &&
SDL_strstr
(wglext, "WGL_EXT_swap_control") ) {
/prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_stdinc.h
453
#define
SDL_strstr
strstr
455
extern DECLSPEC char * SDLCALL
SDL_strstr
(const char *haystack, const char *needle);
/prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_stdinc.h
453
#define
SDL_strstr
strstr
455
extern DECLSPEC char * SDLCALL
SDL_strstr
(const char *haystack, const char *needle);
/prebuilts/tools/windows/sdl/include/SDL/
SDL_stdinc.h
453
#define
SDL_strstr
strstr
455
extern DECLSPEC char * SDLCALL
SDL_strstr
(const char *haystack, const char *needle);
/external/qemu/distrib/sdl-1.2.15/src/joystick/mint/
SDL_sysjoystick.c
271
if (
SDL_strstr
(env,idstring"-off")) { \
274
if (
SDL_strstr
(env,idstring"-on")) { \
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11gl.c
89
where =
SDL_strstr
(start, extension);
/external/qemu/distrib/sdl-1.2.15/src/joystick/linux/
SDL_sysjoystick.c
606
if (
SDL_strstr
(name, "Analog") == name &&
SDL_strstr
(name, "-hat") ) {
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_string.c
433
char *
SDL_strstr
(const char *haystack, const char *needle)
[
all
...]
/external/qemu/distrib/sdl-1.2.15/src/video/
SDL_video.c
815
(
SDL_strstr
((const char *)video->glGetString(GL_EXTENSIONS), "GL_EXT_packed_pixels") ||
[
all
...]
/prebuilts/tools/linux-x86/sdl/libs/
lib64SDL.a
9
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?: ?: ?: ?: ?: ?n ?n ?n ?n ?n ?n ?n ?n ?n ?n ? ? ? ? ? ? ? ? ? ?j ?j ?j ?j ?j ?j ?j ?j ?j ?j ?j ? ? ? ? ? ? ? ? ? ? ? ? R? R? R? R? R? R? q q q ?R ?R ?R ?R ?R ?R ?R ?R ?R ?R ?R ?R =P =P =P =P =P =P Y? Y? Y? Y? Y? Y? Y? Y? Y? Y?SDL_InitSubSystem SDL_Init SDL_QuitSubSystem SDL_WasInit SDL_Quit SDL_Linked_Version SDL_SetError SDL_GetErrorMsg SDL_GetError SDL_ClearError SDL_Error SDL_InstallParachute SDL_UninstallParachute SDL_AppActiveInit SDL_AppActiveQuit SDL_GetAppState SDL_PrivateAppActive SDL_EventOK SDL_ProcessEvents SDL_Lock_EventThread SDL_Unlock_EventThread SDL_EventThreadID SDL_StopEventLoop SDL_StartEventLoop SDL_PeepEvents SDL_PumpEvents SDL_PollEvent SDL_WaitEvent SDL_PushEvent SDL_SetEventFilter SDL_GetEventFilter SDL_EventState SDL_PrivateSysWMEvent SDL_PrivateExpose SDL_TranslateUNICODE SDL_KeyRepeat SDL_KeyboardInit SDL_EnableUNICODE SDL_EnableKeyRepeat SDL_KeyboardQuit SDL_ResetKeyboard SDL_PrivateKeyboard SDL_GetKeyState SDL_GetModState SDL_SetModState SDL_GetKeyName SDL_CheckKeyRepeat SDL_GetKeyRepeat SDL_MouseInit SDL_MouseQuit SDL_ResetMouse SDL_PrivateMouseButton SDL_GetMouseState SDL_GetRelativeMouseState SDL_SetMouseRange SDL_PrivateMouseMotion SDL_PrivateQuit SDL_QuitInit SDL_QuitQuit SDL_PrivateResize SDL_FreeRW SDL_RWFromFile SDL_RWFromFP SDL_AllocRW SDL_RWFromMem SDL_RWFromConstMem SDL_ReadLE16 SDL_ReadBE16 SDL_ReadLE32 SDL_ReadBE32 SDL_ReadLE64 SDL_ReadBE64 SDL_WriteLE16 SDL_WriteBE16 SDL_WriteLE32 SDL_WriteBE32 SDL_WriteLE64 SDL_WriteBE64 SDL_iconv SDL_iconv_string SDL_revcpy SDL_strlcpy SDL_strlcat SDL_strrev SDL_strupr SDL_strlwr
SDL_strstr