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

Lines Matching defs:file

81     FILE *file = error ? stderr : stdout;
83 fprintf (file, _("usage: %s [-cdVh] [-f FORMAT] [--config] [--default] [--verbose] [--format=FORMAT] [--version] [--help] [pattern] {element...}\n"),
86 fprintf (file, _("usage: %s [-cdVh] [-f FORMAT] [pattern] {element...}\n"),
89 fprintf (file, _("List best font matching [pattern]\n"));
90 fprintf (file, "\n");
92 fprintf (file, _(" -c, --config perform config substitution on pattern\n"));
93 fprintf (file, _(" -d, --default perform default substitution on pattern\n"));
94 fprintf (file, _(" -f, --format=FORMAT use the given output format\n"));
95 fprintf (file, _(" -V, --version display font config version and exit\n"));
96 fprintf (file, _(" -h, --help display this help and exit\n"));
98 fprintf (file, _(" -c, (config) perform config substitution on pattern\n"));
99 fprintf (file, _(" -d, (default) perform default substitution on pattern\n"));
100 fprintf (file, _(" -f FORMAT (format) use the given output format\n"));
101 fprintf (file, _(" -V (version) display font config version and exit\n"));
102 fprintf (file, _(" -h (help) display this help and exit\n"));