Lines Matching defs:sysroot
73 const FcChar8 *sysroot = FcConfigGetSysRoot (config);
92 * Get rid of sysroot here so that targeting scan rule may contains FC_FILE pattern
93 * and they should usually expect without sysroot.
95 if (sysroot)
97 size_t len = strlen ((const char *)sysroot);
101 strncmp ((const char *)f, (const char *)sysroot, len) == 0)
138 const FcChar8 *sysroot = FcConfigGetSysRoot (config);
142 if (sysroot)
144 len = strlen ((const char *)sysroot);
145 if (strncmp ((const char *)file, (const char *)sysroot, len) == 0)
206 const FcChar8 *sysroot = FcConfigGetSysRoot (config);
216 if (sysroot)
217 s_dir = FcStrBuildFilename (sysroot, dir, NULL);
322 const FcChar8 *sysroot = FcConfigGetSysRoot (config);
328 if (sysroot)
329 d = FcStrBuildFilename (sysroot, dir, NULL);
353 /* Do not pass sysroot here. FcDirScanConfig() do take care of it */
389 const FcChar8 *sysroot;
398 sysroot = FcConfigGetSysRoot (config);
403 if (sysroot)
404 d = FcStrBuildFilename (sysroot, dir, NULL);
419 /* Do not pass sysroot here. FcDirScanConfig() do take care of it */