Home
last modified time | relevance | path

Searched refs:read_ini_value (Results 1 – 5 of 5) sorted by relevance

/dports/sysutils/xstow/xstow-1.0.2/src/
H A Dsetup_config.cpp19 bool read_ini_value( Leo::Ini &ini, const std::string &section, const std::string &key, std::string… in read_ini_value() function
35 bool read_ini_value( Leo::Ini &ini, const std::string &section, const std::string &key, vec_string … in read_ini_value() function
162 if( read_ini_value( ini, ini_section, ini_key, value ) ) in read_ini()
213 read_ini_value( ini, ini_section, ini_key, value ); in read_ini()
H A Dsetup_config.h59 bool read_ini_value( Leo::Ini &ini, const std::string &section, const std::string &key, std::string…
60 bool read_ini_value( Leo::Ini &ini, const std::string &section, const std::string &key, vec_string …
174 if( read_ini_value( ini, ini_section, ini_key, value ) )
H A Dnignore.cpp29 read_ini_value( ini, name, "dir", dir ); in NIgnore()
33 read_ini_value( ini, name, "follow", foo ); in NIgnore()
H A Dsetup.cpp404 if( read_ini_value( ini, "matches", "nignore", nrules ) ) in read_nignore()
502 read_ini_value( ini, "matches", "nignore", nrules ); in check_ini()
/dports/audio/moc/moc-2.5.2/
H A Dplaylist_file.c200 static char *read_ini_value (FILE *file, const char *section, const char *key) in read_ini_value() function
302 line = read_ini_value (file, "playlist", "NumberOfEntries"); in plist_load_pls()
323 pls_file = read_ini_value (file, "playlist", key); in plist_load_pls()
330 pls_title = read_ini_value (file, "playlist", key); in plist_load_pls()
333 pls_length = read_ini_value (file, "playlist", key); in plist_load_pls()