Searched refs:iniFile_getEntry (Results 1 – 3 of 3) sorted by relevance
66 int iniFile_getEntry(IniFile* f, int index, char** key, char** value);
353 iniFile_getEntry(IniFile* f, int index, char** key, char** value) in iniFile_getEntry() function
53 if (iniFile_getEntry(current, n, &key, &value1)) { in _cmp_hw_config()