Lines Matching defs:nst
98 struct stat nst;
101 if ((ret = __stat50(file, &nst)) == -1)
103 cvtstat(ost, &nst);
110 struct stat nst;
113 if ((ret = __fstat50(f, &nst)) == -1)
115 cvtstat(ost, &nst);
122 struct stat nst;
125 if ((ret = __lstat50(file, &nst)) == -1)
127 cvtstat(ost, &nst);
134 struct stat nst;
137 if ((ret = __fhstat50(fh, fh_size, &nst)) == -1)
139 cvtstat(ost, &nst);