Lines Matching refs:FILE
8 * This file may be redistributed under the terms of the GNU Public
77 extern FILE *fpopen(const char *cmd, const char *mode);
178 * Reads the bad blocks list from a file
183 FILE *f;
196 _("while reading in list of bad blocks from file"));
207 FILE *f;
868 _("Syntax error in mke2fs config file (%s, line #%d)\n\t%s\n"),
991 printf(_("\nWarning! Your mke2fs.conf file does "
995 "mke2fs.conf file.\n\n"));
1092 static int ext2fs_get_device_geometry(const char *file,
1103 /* Nothing to do for a regular file */
1104 if (!stat(file, &statbuf) && S_ISREG(statbuf.st_mode))
1107 pr = blkid_new_probe_from_filename(file);
1841 * declare that the file system doesn't exist
1880 * Configuration via a conf file would be