Home
last modified time | relevance | path

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

/coreutils/src/
Dtail.c1459 Hash_table *wd_to_name; in tail_forever_inotify() local
1472 wd_to_name = hash_initialize (n_files, nullptr, wd_hasher, wd_comparator, in tail_forever_inotify()
1474 if (! wd_to_name) in tail_forever_inotify()
1476 *wd_to_namep = wd_to_name; in tail_forever_inotify()
1547 if (hash_insert (wd_to_name, &(f[i])) == nullptr) in tail_forever_inotify()
1615 && hash_get_n_entries (wd_to_name) == 0) in tail_forever_inotify()
1753 hash_remove (wd_to_name, fspec); in tail_forever_inotify()
1764 struct File_spec *prev = hash_remove (wd_to_name, fspec); in tail_forever_inotify()
1773 if (hash_insert (wd_to_name, fspec) == nullptr) in tail_forever_inotify()
1784 fspec = hash_lookup (wd_to_name, &key); in tail_forever_inotify()
[all …]