Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dserver.c1092 struct stat nstb; in hardlink() local
1094 if (exists && lstat(oldname, &nstb) == 0 && in hardlink()
1095 nstb.st_mode == stb.st_mode && in hardlink()
1096 nstb.st_ino == stb.st_ino && in hardlink()
1097 nstb.st_dev == stb.st_dev) { in hardlink()