Lines Matching refs:convert
115 int convert) /* if true, convert to ascii */
124 read_ahead(file, amt, convert); /* fill it */
138 int convert) /* if true, convert to ascii */
153 if (convert == 0) {
185 writeit(FILE *file, struct tftphdr **dpp, int ct, int convert)
190 if (write_behind(file, convert) == -1) /* flush it */
204 write_behind(FILE *file, int convert)
226 if (convert == 0)