Home | History | Annotate | Download | only in fc-query

Lines Matching defs:file

84     FILE *file = error ? stderr : stdout;
86 fprintf (file, _("usage: %s [-bVh] [-i index] [-f FORMAT] [--index index] [--brief] [--format FORMAT] [--version] [--help] font-file...\n"),
89 fprintf (file, _("usage: %s [-bVh] [-i index] [-f FORMAT] font-file...\n"),
92 fprintf (file, _("Query font files and print resulting pattern(s)\n"));
93 fprintf (file, "\n");
95 fprintf (file, _(" -i, --index INDEX display the INDEX face of each font file only\n"));
96 fprintf (file, _(" -b, --brief display font pattern briefly\n"));
97 fprintf (file, _(" -f, --format=FORMAT use the given output format\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, _(" -i INDEX (index) display the INDEX face of each font file only\n"));
102 fprintf (file, _(" -b (brief) display font pattern briefly\n"));
103 fprintf (file, _(" -f FORMAT (format) use the given output format\n"));
104 fprintf (file, _(" -V (version) display font config version and exit\n"));
105 fprintf (file, _(" -h (help) display this help and exit\n"));
163 fprintf (stderr, _("Can't query face %u of font file %s\n"), id, argv[i]);