HomeSort by relevance Sort by last modified time
    Searched defs:SDL_strncmp (Results 1 - 5 of 5) sorted by null

  /external/qemu/distrib/sdl-1.2.12/include/
SDL_stdinc.h 525 #define SDL_strncmp strncmp
527 extern DECLSPEC int SDLCALL SDL_strncmp(const char *str1, const char *str2, size_t maxlen);
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_string.c 43 if ( radix == 16 && SDL_strncmp(text, "0x", 2) == 0 ) {
78 if ( radix == 16 && SDL_strncmp(text, "0x", 2) == 0 ) {
109 if ( radix == 16 && SDL_strncmp(text, "0x", 2) == 0 ) {
146 if ( radix == 16 && SDL_strncmp(text, "0x", 2) == 0 ) {
181 if ( radix == 16 && SDL_strncmp(text, "0x", 2) == 0 ) {
437 if ( SDL_strncmp(haystack, needle, length) == 0 ) {
515 if ( (SDL_strlen(string) > 2) && (SDL_strncmp(string, "0x", 2) == 0) ) {
537 if ( (SDL_strlen(string) > 2) && (SDL_strncmp(string, "0x", 2) == 0) ) {
613 if ( (SDL_strlen(string) > 2) && (SDL_strncmp(string, "0x", 2) == 0) ) {
635 if ( (SDL_strlen(string) > 2) && (SDL_strncmp(string, "0x", 2) == 0) )
    [all...]
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 525 #define SDL_strncmp strncmp
527 extern DECLSPEC int SDLCALL SDL_strncmp(const char *str1, const char *str2, size_t maxlen);
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_stdinc.h 525 #define SDL_strncmp strncmp
527 extern DECLSPEC int SDLCALL SDL_strncmp(const char *str1, const char *str2, size_t maxlen);
  /prebuilt/windows/sdl/include/SDL/
SDL_stdinc.h 525 #define SDL_strncmp strncmp
527 extern DECLSPEC int SDLCALL SDL_strncmp(const char *str1, const char *str2, size_t maxlen);

Completed in 87 milliseconds