Searched defs:stat_error (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libsec/common/
H A Daclutils.c107 int stat_error; local
170 stat_error = stat64(fname, &statbuf);
174 stat_error = fstat64(fd, &statbuf);
187 if (stat_error == 0) {
251 int stat_error; local
256 stat_error = stat64(acl_inp->file, &statbuf);
257 if (stat_error)
261 stat_error = fstat64(acl_inp->fd, &statbuf);
262 if (stat_error)

Completed in 16 milliseconds