Searched refs:find_entry (Results 1 – 5 of 5) sorted by relevance
/locale/programs/ |
A D | simple-hash.h | 39 extern int find_entry (const hash_table *htab, const void *key, size_t keylen,
|
A D | repertoire.c | 486 if (find_entry ((hash_table *) &rep->char_table, name, len, &result) < 0) in repertoire_find_value() 501 if (find_entry ((hash_table *) &rep->reverse_table, &ucs, sizeof (ucs), in repertoire_find_symbol() 517 if (find_entry ((hash_table *) &rep->seq_table, &ucs, sizeof (ucs), in repertoire_find_seq()
|
A D | ld-collate.c | 645 if (find_entry (&collate->seq_table, str, len, &result) != 0) in find_element() 651 if (find_entry (&collate->sym_table, str, len, &ptr) == 0) in find_element() 980 if (find_entry (&collate->elem_table, symstr, symlen, &ptr) != 0) in insert_value() 989 if (find_entry (&collate->sym_table, symstr, symlen, &result) == 0) in insert_value() 1019 if (find_entry (&collate->seq_table, symstr, symlen, &ptr) != 0) in insert_value() 1212 if (find_entry (&collate->seq_table, seq->name, namelen, in handle_ellipsis() 1372 if (find_entry (&collate->seq_table, buf, symlen, &ptr) == 0) in handle_ellipsis() 3050 if (find_entry (&collate->sym_table, symname, symname_len, in collate_read() 3338 if (find_entry (&collate->sym_table, startmb, lenmb, in collate_read() 3357 else if (find_entry (&collate->elem_table, startmb, lenmb, in collate_read() [all …]
|
A D | simple-hash.c | 166 find_entry (const hash_table *htab, const void *key, size_t keylen, in find_entry() function
|
A D | charmap.c | 927 return (find_entry ((hash_table *) &cm->char_table, name, len, &result) in charmap_find_value() 1107 return (find_entry ((hash_table *) &cm->byte_table, bytes, nbytes, &result) in charmap_find_symbol()
|
Completed in 15 milliseconds