Home
last modified time | relevance | path

Searched refs:_sidtune_keyword_songs (Results 1 – 2 of 2) sorted by relevance

/dports/audio/libsidplay2/sidplay-libs-2.1.1/libsidplay/src/sidtune/
H A DIconInfo.cpp145 static const char _sidtune_keyword_songs[] = "SONGS="; variable
391 else if ( SidTuneTools::myStrNcaseCmp(cmpBuf,_sidtune_keyword_songs) == 0 ) in INFO_fileSupport()
394 std::string sNumIn( cmpBuf + strlen(_sidtune_keyword_songs), in INFO_fileSupport()
395 toolLen - strlen(_sidtune_keyword_songs) ); in INFO_fileSupport()
398 std::istrstream numIn( cmpBuf + strlen(_sidtune_keyword_songs), in INFO_fileSupport()
399 toolLen - strlen(_sidtune_keyword_songs) ); in INFO_fileSupport()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/sid/sidplay-libs/libsidplay/src/sidtune/
H A DIconInfo.cpp140 const char _sidtune_keyword_songs[] = "SONGS="; variable
373 else if ( SidTuneTools::myStrNcaseCmp(cmpBuf,_sidtune_keyword_songs) == 0 ) in INFO_fileSupport()
375 const char *numIn = cmpBuf + strlen(_sidtune_keyword_songs); in INFO_fileSupport()
376 int len = toolLen - strlen(_sidtune_keyword_songs); in INFO_fileSupport()