Searched refs:write_behind (Results 1 – 4 of 4) sorted by relevance
/external/iputils/ |
D | tftpsubs.c | 172 write_behind(file, convert); /* flush it */ in writeit() 184 int write_behind(FILE *file, int convert) in write_behind() function
|
D | tftp.h | 83 extern int write_behind(FILE *file, int convert);
|
D | tftpd.c | 442 write_behind(file, pf->f_convert); in recvfile() 474 write_behind(file, pf->f_convert); in recvfile()
|
/external/curl/tests/server/ |
D | tftpd.c | 273 static ssize_t write_behind(struct testcase *test, int convert); 544 write_behind(test, convert); /* flush it */ in writeit() 556 static ssize_t write_behind(struct testcase *test, int convert) in write_behind() function 1339 write_behind(test, pf->f_convert); in recvtftp() 1378 write_behind(test, pf->f_convert); in recvtftp()
|