Home
last modified time | relevance | path

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

/coreutils/tests/ls/
Dstat-vs-dirent.sh29 d_ino=$(sed -n '1s/^ *\([0-9][0-9]*\) .*/\1/p;q' tmp)
44 if test -n "$d_ino" && test "$d_ino" != "$st_ino"; then
45 echo "$0: test failed: $t/$file: d_ino($d_ino) != st_ino($st_ino)
/coreutils/src/
Dsystem.h121 # define D_INO(dp) (dp)->d_ino
/coreutils/
DNEWS4237 where dirent.d_ino values are inconsistent with those from stat.st_ino.