Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dmap.c116 struct stat nstbuf; local
138 if (stat(fn, &nstbuf) == 0 &&
139 (nstbuf.st_dev != stbuf.st_dev || nstbuf.st_ino != stbuf.st_ino))
141 if (tTd(38, 4) && stat(fn, &nstbuf) == 0)
143 fn, (int) nstbuf.st_dev, (int) stbuf.st_dev,
144 (int) nstbuf.st_ino, (int) stbuf.st_ino);