Lines Matching refs:FILE
42 /* Maybe libc doesn't have large file support. */
418 FILE *fp;
494 read_device_map (FILE *fp, char **map, const char *map_file)
514 /* If there is the device map file, use the data in it instead of
613 space. If MAP_FILE is not NULL, then read mappings from the file
614 MAP_FILE if it exists, otherwise, write guessed mappings to the file.
623 FILE *fp = 0;
638 /* Open the device map file. */
657 /* Try to open the device map file to write the probed data. */
699 /* If the device map file is opened, write the map. */
707 /* OK, close the device map file if opened. */
726 /* If the device map file is opened, write the map. */
746 /* If the device map file is opened, write the map. */
766 /* If the device map file is opened, write the map. */
795 /* If the device map file is opened, write the map. */
806 /* OK, close the device map file if opened. */
876 /* Maybe libc doesn't have large file support. */