Searched refs:default_section (Results 1 – 2 of 2) sorted by relevance
115 static char* getSectionDot( int dotpos, const char* default_section ) in getSectionDot() argument149 return default_section ? strdup( default_section ) : NULL; in getSectionDot()152 static char* getSection( const char* default_section ) in getSection() argument154 return getSectionDot( 0, default_section ); // Do not search for a dot in getSection()
39 static char* getSection( const char* default_section ) in getSection() argument68 return default_section ? strdup( default_section ) : NULL; in getSection()