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
vasnprintf: Don't use %n on Android.
[gnulib.git]
/
modules
/
same
blob
889ccbd55b4c06fb3d6b3f7a3a83a34bf560a3ff
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
error
12
dirname
13
fstatat
14
openat
15
same-inode
16
stat
17
stdbool
18
memcmp
19
20
configure.ac:
21
gl_SAME
22
23
Makefile.am:
24
lib_SOURCES += same.c
25
26
Include:
27
"same.h"
28
29
License:
30
GPL
31
32
Maintainer:
33
Jim Meyering