Home | History | Annotate | Download | only in server

Lines Matching refs:pf

281 static void sendtftp(struct testcase *test, struct formats *pf);
283 static void recvtftp(struct testcase *test, struct formats *pf);
951 struct formats *pf;
1027 for(pf = formata; pf->f_mode; pf++)
1028 if(strcmp(pf->f_mode, mode) == 0)
1030 if(!pf->f_mode) {
1050 recvtftp(test, pf);
1052 sendtftp(test, pf);
1231 static void sendtftp(struct testcase *test, struct formats *pf)
1247 size = readit(test, &sdp, pf->f_convert);
1269 read_ahead(test, pf->f_convert);
1311 static void recvtftp(struct testcase *test, struct formats *pf)
1338 write_behind(test, pf->f_convert);
1368 size = writeit(test, &rdp, (int)(n - 4), pf->f_convert);
1377 write_behind(test, pf->f_convert);