repo.or.cz
/
coreutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
doc: clarify the operation of wc -L
[coreutils.git]
/
src
/
cp-hash.h
blob
c2c5085ab6b7a761bd30c68e8a987c111d728d5b
1
void
hash_init
(
void
);
2
void
forget_all
(
void
);
3
void
forget_created
(
ino_t ino
,
dev_t dev
);
4
char
*
remember_copied
(
const char
*
node
,
ino_t ino
,
dev_t dev
);
5
char
*
src_to_dest_lookup
(
ino_t ino
,
dev_t dev
);