Home
last modified time | relevance | path

Searched refs:fcntl_fd (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/nvi/dist/common/
H A Dexf.h50 int fcntl_fd; /* Fcntl locking fd; see exf.c. */ member
H A Dexf.c190 ep->fd = ep->rcv_fd = ep->fcntl_fd = -1; in file_init()
342 switch (file_lock(sp, oname, &ep->fcntl_fd, ep->fd, 1)) { in file_init()
745 if (ep->fcntl_fd != -1) in file_end()
746 (void)close(ep->fcntl_fd); in file_end()