Home
last modified time | relevance | path

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

/external/iputils/
Dtftpsubs.c172 write_behind(file, convert); /* flush it */ in writeit()
184 int write_behind(FILE *file, int convert) in write_behind() function
Dtftp.h83 extern int write_behind(FILE *file, int convert);
Dtftpd.c442 write_behind(file, pf->f_convert); in recvfile()
474 write_behind(file, pf->f_convert); in recvfile()
/external/curl/tests/server/
Dtftpd.c273 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()