Home
last modified time | relevance | path

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

/coreutils/src/
Dcp-hash.c118 struct Src_to_dest *ent_from_table; in remember_copied() local
125 ent_from_table = hash_insert (src_to_dest, ent); in remember_copied()
126 if (ent_from_table == nullptr) in remember_copied()
135 if (ent_from_table != ent) in remember_copied()
138 return (char *) ent_from_table->name; in remember_copied()
Dls.c1423 struct dev_ino *ent_from_table; in visit_dir() local
1431 ent_from_table = hash_insert (active_dir_set, ent); in visit_dir()
1433 if (ent_from_table == nullptr) in visit_dir()
1439 found_match = (ent_from_table != ent); in visit_dir()