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

/haiku/src/bin/
H A Dunchop.c98 int fdin = open(fnameN, O_RDONLY); local
99 if (fdin < 0) {
103 append_file(fdin, fdout);
104 close(fdin);
118 append_file(int fdin, int fdout) argument
126 got = read(fdin, Block, BLOCKSIZE);
H A Dchop.c178 chop_file(int fdin, char *fname, off_t fsize) argument
202 got = read(fdin, Block, BLOCKSIZE);

Completed in 31 milliseconds