Searched refs:d_ino (Results 1 – 3 of 3) sorted by relevance
29 d_ino=$(sed -n '1s/^ *\([0-9][0-9]*\) .*/\1/p;q' tmp)44 if test -n "$d_ino" && test "$d_ino" != "$st_ino"; then45 echo "$0: test failed: $t/$file: d_ino($d_ino) != st_ino($st_ino)
121 # define D_INO(dp) (dp)->d_ino
4237 where dirent.d_ino values are inconsistent with those from stat.st_ino.