Home
last modified time | relevance | path

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

/external/e2fsprogs/intl/
Dlocalealias.c123 struct alias_map struct
137 libc_freeres_ptr (static struct alias_map *map); argument
146 static int alias_compare (const struct alias_map *map1,
147 const struct alias_map *map2);
154 struct alias_map *retval; in _nl_expand_alias()
167 struct alias_map item; in _nl_expand_alias()
172 retval = (struct alias_map *) bsearch (&item, map, nmap, in _nl_expand_alias()
173 sizeof (struct alias_map), in _nl_expand_alias()
360 qsort (map, nmap, sizeof (struct alias_map), in read_alias_file()
371 struct alias_map *new_map; in extend_alias_table()
[all …]