Searched refs:local_strcasecmp (Results 1 – 2 of 2) sorted by relevance
| /plan9/sys/src/games/mp3enc/ |
| H A D | parse.c | 548 local_strcasecmp(const char*s1, const char*s2) in local_strcasecmp() function 577 if (0 == local_strcasecmp(FileName, ".mpg" )) in filename_to_type() 579 if (0 == local_strcasecmp(FileName, ".mp1" )) in filename_to_type() 581 if (0 == local_strcasecmp(FileName, ".mp2" )) in filename_to_type() 583 if (0 == local_strcasecmp(FileName, ".mp3" )) in filename_to_type() 585 if (0 == local_strcasecmp(FileName, ".ogg" )) in filename_to_type() 587 if (0 == local_strcasecmp(FileName, ".wav" )) in filename_to_type() 589 if (0 == local_strcasecmp(FileName, ".aif" )) in filename_to_type() 591 if (0 == local_strcasecmp(FileName, ".raw" )) in filename_to_type() 629 #define T_IF(str) if (0 == local_strcasecmp (token,str) ) { [all …]
|
| H A D | id3tag.c | 267 local_strcasecmp(const char *s1, const char *s2) in local_strcasecmp() function 294 if (!local_strcasecmp(genre, genre_names[i])) { in id3tag_set_genre()
|