Home | History | Annotate | Download | only in fc_sort

Lines Matching defs:file_type

39 	char *file_type;
54 free(x->file_type);
116 if (!a->file_type && b->file_type)
118 if (!b->file_type && a->file_type)
438 temp->file_type = (char *)malloc(sizeof(char) * 3);
439 if (!(temp->file_type)) {
455 temp->file_type[0] = line_buf[i];
456 temp->file_type[1] = line_buf[i + 1];
458 temp->file_type[2] = 0;
600 if (current->file_type) {
601 fprintf(out_file, "%s\t", current->file_type);