Searched refs:FILE_ERROR (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/3d/
H A Dlib.c492 if (!force && (f->flags & FILE_ERROR) || !st && FSTAT(fd, st = &sb) || (ffd = FCNTL(fd, F_GETFD, NiL)) == -1 || (ffl = FCNTL(fd, F_GETFL, NiL)) == -1)
494 f->flags = FILE_ERROR;
H A D3d.h252 #define FILE_ERROR (1<<1) macro
H A Dinit.c1035 if ((mp = fp->mount) || (fp->flags & (FILE_ERROR|FILE_OPEN)) || fp->reserved)
1045 if (fp->flags & FILE_ERROR) bprintf(&b, e, " error");

Completed in 18 milliseconds