Lines Matching refs:formats
100 struct formats;
102 void sendfile(struct formats *pf);
103 void recvfile(struct formats *pf);
205 struct formats { struct
208 void (*f_send)(struct formats*); argument
209 void (*f_recv)(struct formats*); argument
211 } formats[] = { argument
227 register struct formats *pf; in tftp()
249 for (pf = formats; pf->f_mode; pf++) in tftp()
349 void sendfile(struct formats *pf) in sendfile()
420 void recvfile(struct formats *pf) in recvfile()