OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SDL_strstr
(Results
1 - 5
of
5
) sorted by null
/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/include/
SDL_stdinc.h
453
#define
SDL_strstr
strstr
455
extern DECLSPEC char * SDLCALL
SDL_strstr
(const char *haystack, const char *needle);
/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);
Completed in 1026 milliseconds