Home
last modified time | relevance | path

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

/curl/tests/server/
H A Dtftpd.c454 if(!test->ofile) { in write_behind()
462 if(test->ofile == -1) { in write_behind()
494 if(1 != write(test->ofile, &c, 1)) in write_behind()
848 if(test.ofile > 0) in main()
849 close(test.ofile); in main()
1317 if(test->ofile > 0) { in recvtftp()
1318 close(test->ofile); in recvtftp()
1319 test->ofile = 0; in recvtftp()
1343 if(test->ofile > 0) { in recvtftp()
1344 close(test->ofile); in recvtftp()
[all …]

Completed in 9 milliseconds