OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SDL_strdup
(Results
1 - 5
of
5
) sorted by null
/external/qemu/distrib/sdl-1.2.12/include/
SDL_stdinc.h
391
#define
SDL_strdup
strdup
393
extern DECLSPEC char * SDLCALL
SDL_strdup
(const char *string);
/external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_string.c
354
char *
SDL_strdup
(const char *string)
[
all
...]
/prebuilt/darwin-x86/sdl/include/SDL/
SDL_stdinc.h
391
#define
SDL_strdup
strdup
393
extern DECLSPEC char * SDLCALL
SDL_strdup
(const char *string);
/prebuilt/linux-x86/sdl/include/SDL/
SDL_stdinc.h
391
#define
SDL_strdup
strdup
393
extern DECLSPEC char * SDLCALL
SDL_strdup
(const char *string);
/prebuilt/windows/sdl/include/SDL/
SDL_stdinc.h
391
#define
SDL_strdup
strdup
393
extern DECLSPEC char * SDLCALL
SDL_strdup
(const char *string);
Completed in 556 milliseconds