Home
last modified time | relevance | path

Searched refs:get_fd (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/cvs-1.12/src/
H A Dbuffer.h85 type_buf_get_fd get_fd; member
H A Dbuffer.c43 type_buf_get_fd get_fd, in buf_initialize() argument
58 buf->get_fd = get_fd; in buf_initialize()
1248 if (buf->get_fd) in buf_get_fd()
1249 return (*buf->get_fd) (buf->closure); in buf_get_fd()
/dragonfly/contrib/ee/
H A Dee.c161 int get_fd; /* file descriptor for reading a file */ variable
2189 if ((get_fd = open(tmp_file, O_RDONLY)) == -1) in check_fp()
2275 while (((length = read(get_fd, in_string, 512)) != 0) && (length != -1))
3158 get_fd = pipe_in[0];