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

/freebsd-9.3-release/lib/libstand/
H A Dsplitfs.c42 int curfd; /* Current file descriptor */ member in struct:split_file
87 sf->curfd = open(sf->filesv[sf->curfile], O_RDONLY);
88 if (sf->curfd >= 0)
90 if ((sf->curfd == -1) && (errno != ENOENT))
187 fd = sf->curfd;
202 nread = read(sf->curfd, buf, size - totread);
218 if (close(sf->curfd) != 0)
291 new_pos = lseek(sf->curfd, seek_by, SEEK_CUR);
310 if ((result = fstat(sf->curfd, sb)) == 0)

Completed in 61 milliseconds