Searched refs:FLAC__STRNCASECMP (Results 1 – 2 of 2) sorted by relevance
92 #define FLAC__STRNCASECMP strnicmp macro95 #define FLAC__STRNCASECMP strncasecmp macro
1374 #define FLAC__STRNCASECMP strnicmp in FLAC__metadata_object_vorbiscomment_entry_matches() macro1376 #define FLAC__STRNCASECMP strncasecmp in FLAC__metadata_object_vorbiscomment_entry_matches() macro1378 …return (0 != eq && (unsigned)(eq-entry.entry) == field_name_length && 0 == FLAC__STRNCASECMP(field… in FLAC__metadata_object_vorbiscomment_entry_matches()1379 #undef FLAC__STRNCASECMP in FLAC__metadata_object_vorbiscomment_entry_matches()