Lines Matching defs:force
86 {"force", 0, 0, 'f'},
88 {"really-force", 0, 0, 'r'},
108 fprintf (file, _("usage: %s [-EfqrsvVh] [--quick] [-y SYSROOT] [--error-on-no-fonts] [--force|--really-force] [--sysroot=SYSROOT] [--system-only] [--verbose] [--version] [--help] [dirs]\n"),
119 fprintf (file, _(" -f, --force scan directories with apparently valid caches\n"));
121 fprintf (file, _(" -r, --really-force erase all existing caches, then rescan\n"));
130 fprintf (file, _(" -f (force) scan directories with apparently valid caches\n"));
132 fprintf (file, _(" -r, (really force) erase all existing caches, then rescan\n"));
145 scanDirs (FcStrList *list, FcConfig *config, FcBool force, FcBool really_force, FcBool verbose, FcBool error_on_no_fonts, int *changed)
223 if (!force) {
283 ret += scanDirs (sublist, config, force, really_force, verbose, error_on_no_fonts, changed);
320 FcBool force = FcFalse;
347 force = FcTrue;
436 ret = scanDirs (list, config, force, really_force, verbose, error_on_no_fonts, &changed);