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

/haiku-fatelf/src/bin/bash/
H A Dinput.c152 in constructs like 3<&4. buffers[x]->b_fd == x -- that is how the
190 bp->b_fd = fd;
351 buffers[fd2]->b_fd = fd2;
417 n = bp->b_fd;
434 fd = bp->b_fd;
477 nr = zread (bp->b_fd, bp->b_buffer, bp->b_size);
536 lseek (bp->b_fd, -chars_left, SEEK_CUR);
H A Dinput.h56 int b_fd; member in struct:BSTREAM
H A Dparse.y1583 saver->bstream->b_fd = default_buffered_input;
/haiku-fatelf/src/bin/coreutils/src/
H A Dinstall.c169 have_same_content (int a_fd, int b_fd) argument
177 if (size != full_read (b_fd, b_buff, sizeof b_buff))

Completed in 94 milliseconds