OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SDL_strrchr
(Results
1 - 5
of
5
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_string.c
419
char *
SDL_strrchr
(const char *string, int c)
[
all
...]
/external/qemu/distrib/sdl-1.2.15/include/
SDL_stdinc.h
445
#define
SDL_strrchr
strrchr
447
#define
SDL_strrchr
rindex
449
extern DECLSPEC char * SDLCALL
SDL_strrchr
(const char *string, int c);
/prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_stdinc.h
445
#define
SDL_strrchr
strrchr
447
#define
SDL_strrchr
rindex
449
extern DECLSPEC char * SDLCALL
SDL_strrchr
(const char *string, int c);
/prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_stdinc.h
445
#define
SDL_strrchr
strrchr
447
#define
SDL_strrchr
rindex
449
extern DECLSPEC char * SDLCALL
SDL_strrchr
(const char *string, int c);
/prebuilts/tools/windows/sdl/include/SDL/
SDL_stdinc.h
445
#define
SDL_strrchr
strrchr
447
#define
SDL_strrchr
rindex
449
extern DECLSPEC char * SDLCALL
SDL_strrchr
(const char *string, int c);
Completed in 381 milliseconds