strlist__parse_list_entry
err = strlist__parse_list_entry(slist, s, subst_dir);
err = *s ? strlist__parse_list_entry(slist, s, subst_dir) : 0;