Searched defs:SDL_strncmp (Results 1 - 2 of 2) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/include/
H A DSDL_stdinc.h525 #define SDL_strncmp strncmp macro
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/
H A DSDL_string.c43 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(strin
680 int SDL_strncmp(const char *str1, const char *str2, size_t maxlen) function
[all...]

Completed in 68 milliseconds