Searched refs:sol (Results 1 – 1 of 1) sorted by relevance
368 char *key, *value, *eol, *sol, *tmp, *fn; in load_properties() local375 sol = data; in load_properties()376 while ((eol = strchr(sol, '\n'))) { in load_properties()377 key = sol; in load_properties()379 sol = eol; in load_properties()