Lines Matching defs:sysroot
89 {"sysroot", required_argument, 0, 'y'},
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"),
123 fprintf (file, _(" -y, --sysroot=SYSROOT prepend SYSROOT to all paths for scanning\n"));
134 fprintf (file, _(" -y SYSROOT (sysroot) prepend SYSROOT to all paths for scanning\n"));
155 const FcChar8 *sysroot = FcConfigGetSysRoot (config);
165 if (sysroot)
166 printf ("[%s]", sysroot);
179 if (sysroot)
181 rooted_dir = FcStrPlus(sysroot, dir);
325 FcChar8 *sysroot = NULL;
356 sysroot = FcStrCopy ((const FcChar8 *)optarg);
378 if (sysroot)
380 FcConfigSetSysRoot (NULL, sysroot);
381 FcStrFree (sysroot);