Lines Matching refs:added
156 size_t added; in _nl_expand_alias() local
188 added = 0; in _nl_expand_alias()
189 while (added == 0 && locale_alias_path[0] != '\0') in _nl_expand_alias()
202 added = read_alias_file (start, locale_alias_path - start); in _nl_expand_alias()
205 while (added != 0); in _nl_expand_alias()
221 size_t added; in read_alias_file() local
243 added = 0; in read_alias_file()
303 return added; in read_alias_file()
316 return added; in read_alias_file()
342 ++added; in read_alias_file()
359 if (added > 0) in read_alias_file()
363 return added; in read_alias_file()