Home | History | Annotate | Download | only in stdlib

Lines Matching defs:SDL_strncmp

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) ) {
680 int SDL_strncmp(const char *str1, const char *str2, size_t maxlen)
812 if ( SDL_strncmp(fmt, "I64", 3) == 0 ) {
1161 if ( SDL_strncmp(fmt, "I64", 3) == 0 ) {