Lines Matching defs:file
84 FILE *file = error ? stderr : stdout;
86 fprintf (file, _("usage: %s [-bcVh] [-f FORMAT] [-y SYSROOT] [--brief] [--format FORMAT] [--version] [--help] font-file...\n"),
89 fprintf (file, _("usage: %s [-bcVh] [-f FORMAT] [-y SYSROOT] font-file...\n"),
92 fprintf (file, _("Scan font files and directories, and print resulting pattern(s)\n"));
93 fprintf (file, "\n");
95 fprintf (file, _(" -b, --brief display font pattern briefly\n"));
96 fprintf (file, _(" -f, --format=FORMAT use the given output format\n"));
97 fprintf (file, _(" -y, --sysroot=SYSROOT prepend SYSROOT to all paths for scanning\n"));
98 fprintf (file, _(" -V, --version display font config version and exit\n"));
99 fprintf (file, _(" -h, --help display this help and exit\n"));
101 fprintf (file, _(" -b (brief) display font pattern briefly\n"));
102 fprintf (file, _(" -f FORMAT (format) use the given output format\n"));
103 fprintf (file, _(" -y SYSROOT (sysroot) prepend SYSROOT to all paths for scanning\n"));
104 fprintf (file, _(" -V (version) display font config version and exit\n"));
105 fprintf (file, _(" -h (help) display this help and exit\n"));
164 const FcChar8 *file = (FcChar8*) argv[i];
166 if (!FcFileIsDir (file))
167 FcFileScan (fs, NULL, NULL, NULL, file, FcTrue);
174 FcDirScan (fs, dirs, NULL, NULL, file, FcTrue);
176 while ((file = FcStrListNext (strlist)));