Searched refs:ofd (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/3d/
H A Ddup3d.c29 fs3d_dup(int ofd, int nfd) argument
33 if (nfd >= 0 && ofd >= 0 && ofd < elementsof(state.file))
37 if (!(state.file[ofd].flags & FILE_OPEN))
38 fileinit(ofd, NiL, NiL, 0);
39 state.file[nfd] = state.file[ofd];
47 fscall(mp, MSG_dup, nfd, ofd);
50 fscall(mp, MSG_dup, nfd, ofd);
58 if (state.file[ofd].dir && (state.file[nfd].dir = newof(0, Dir_t, 1, strlen(state.file[ofd]
[all...]
/ast/src/lib/libcs/
H A Dcss.c435 int ofd = fd; local
566 errorf(state.main->id, NiL, -9, "cssfd: pending=%d polling=%d next=%d fd=%d op=0x%08lx", state.fdpending, state.fdpolling, state.fdnext, ofd, oop);

Completed in 11 milliseconds