Home
last modified time | relevance | path

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

/glibc-2.36/intl/
Dlocalealias.c122 struct alias_map struct
136 libc_freeres_ptr (static struct alias_map *map); argument
144 static int alias_compare (const struct alias_map *map1,
145 const struct alias_map *map2);
152 struct alias_map *retval; in _nl_expand_alias()
163 struct alias_map item; in _nl_expand_alias()
168 retval = (struct alias_map *) bsearch (&item, map, nmap, in _nl_expand_alias()
169 sizeof (struct alias_map), in _nl_expand_alias()
387 qsort (map, nmap, sizeof (struct alias_map), in read_alias_file()
398 struct alias_map *new_map; in extend_alias_table()
[all …]