Searched defs:ofile (Results 1 - 1 of 1) sorted by relevance

/external/curl/tests/server/
H A Dtftpd.c111 int ofile; /* file descriptor for output file when uploading to us */ member in struct:testcase
565 if(!test->ofile) {
568 test->ofile=open(outfile, O_CREAT|O_RDWR, 0777);
569 if(test->ofile == -1) {
585 return write(test->ofile, writebuf, count);
593 lseek(test->ofile, -1, SEEK_CUR); /* smash lf on top of the cr */
601 if(1 != write(test->ofile, &c, 1))
884 if(test.ofile > 0) {
885 close(test.ofile);
886 test.ofile
[all...]

Completed in 118 milliseconds