Home
last modified time | relevance | path

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

/dports/games/dunelegacy/dunelegacy-0.96.4/src/FileClasses/
H A DINIFile.cpp212 … if(strncicmp(keyname.c_str(), key.completeLine.c_str()+key.keyStringBegin, keyname.size()) == 0) { in getKey()
1063 …if(strncicmp(sectionname.c_str(), curSection->completeLine.c_str()+curSection->sectionStringBegin,… in getSectionInternal()
1246 int INIFile::strncicmp(const char *s1, const char *s2, size_t n) { in strncicmp() function in INIFile
/dports/games/dunelegacy/dunelegacy-0.96.4/include/FileClasses/
H A DINIFile.h287 static int strncicmp(const char *s1, const char *s2, size_t n);