Searched refs:FILE_OPEN (Results 1 - 8 of 8) sorted by relevance

/ast/src/cmd/3d/
H A Dfcntl3d.c58 else if (!(state.file[fd].flags & FILE_OPEN))
H A Dclose3d.c68 if ((state.file[fd].flags & FILE_OPEN) ? FSTAT(fd, &state.path.st) : fileinit(fd, NiL, NiL, 0))
H A Ddup3d.c37 if (!(state.file[ofd].flags & FILE_OPEN))
H A Dexecve3d.c142 if ((fp->flags & FILE_OPEN) && ((fp->flags & FILE_CLOEXEC) || (size = FCNTL(fp - state.file, F_GETFD, NiL)) >= 0 && (size & FD_CLOEXEC)) && !FSTAT(fp - state.file, &state.path.st))
H A Dfs.c194 if (fssys(mp, MSG_open) && ((fp->flags & FILE_OPEN) || !fileinit(fd, NiL, NiL, 0)))
254 if (!(fp->flags & FILE_OPEN) && fileinit(fd, NiL, NiL, 0))
370 fp->flags = FILE_OPEN;
463 if (!(fp->flags & FILE_OPEN))
H A D3d.h254 #define FILE_OPEN (1<<3) macro
H A Dlib.c499 f->flags = FILE_OPEN;
H A Dinit.c702 else if (state.file[n].flags & FILE_OPEN)
1035 if ((mp = fp->mount) || (fp->flags & (FILE_ERROR|FILE_OPEN)) || fp->reserved)
1048 if (fp->flags & FILE_OPEN) bprintf(&b, e, " open");

Completed in 52 milliseconds