repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pipe-filter-ii, pipe-filter-gi: Fix warnings on native Windows.
[gnulib.git]
/
modules
/
same
blob
979cdcd5b87943361ee66846bf722e1e5702a83f
1
Description:
2
Determine whether two file names refer to the same directory entry of the same
3
directory.
4
5
Files:
6
lib/same.h
7
lib/same.c
8
m4/same.m4
9
10
Depends-on:
11
c99
12
error
13
dirname
14
fstat
15
fstatat
16
openat
17
same-inode
18
stdbool
19
memcmp
20
21
configure.ac:
22
gl_SAME
23
24
Makefile.am:
25
lib_SOURCES += same.c
26
27
Include:
28
"same.h"
29
30
License:
31
GPL
32
33
Maintainer:
34
Jim Meyering