Lines Matching defs:sysroot
185 char *sysroot = NULL, systempl[512] = "/tmp/fc107-XXXXXX";
204 sysroot = fc_mkdtemp (systempl);
205 if (!sysroot)
231 setenv ("FONTCONFIG_SYSROOT", sysroot, 1);
232 fprintf (stderr, "D: Creating %s\n", sysroot);
233 mkdir_p (sysroot);
235 d = FcStrBuildFilename ((const FcChar8 *) sysroot, basedir, NULL);
256 fprintf (stderr, "updated. need to reload (sysroot)\n");
264 if (sysroot)
265 unlink_dirs (sysroot);