HomeSort by: relevance | last modified time | path
    Searched refs:sysroot (Results 1 - 25 of 191) sorted by relevancy

1 2 3 4 5 6 7 8

  /xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/
create-android-ndk-pc.sh 13 sysroot=$ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot
20 pcdir=$sysroot/usr/lib/$arch/pkgconfig
24 prefix=$sysroot
25 exec_prefix=$sysroot
26 libdir=$sysroot/usr/lib/$arch/29
27 sharedlibdir=$sysroot/usr/lib/$arch
28 includedir=$sysroot/usr/include
35 Libs: -L$sysroot/usr/lib/$arch/29 $libs
36 Cflags: -I$sysroot/usr/include $cflag
    [all...]
  /xsrc/external/mit/fontconfig/dist/src/
fcdir.c 73 const FcChar8 *sysroot = FcConfigGetSysRoot (config); local
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); local
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); local
322 const FcChar8 *sysroot = FcConfigGetSysRoot (config); local
389 const FcChar8 *sysroot; local
    [all...]
fcinit.c 39 FcInitFallbackConfig (const FcChar8 *sysroot)
56 FcConfigSetSysRoot (config, sysroot);
91 const FcChar8 *sysroot = FcConfigGetSysRoot (config); local
92 FcConfig *fallback = FcInitFallbackConfig (sysroot);
139 const FcChar8 *sysroot; local
142 sysroot = FcConfigGetSysRoot (config);
147 fallback = FcInitFallbackConfig (sysroot);
fccache.c 80 const FcChar8 *sysroot; local
88 sysroot = FcConfigGetSysRoot (config);
89 if (sysroot)
90 d = FcStrBuildFilename (sysroot, dir, NULL);
234 const FcChar8 *sysroot = FcConfigGetSysRoot (config); local
241 if (sysroot)
242 target = FcStrBuildFilename (sysroot, dir, NULL);
286 const FcChar8 *sysroot; local
292 sysroot = FcConfigGetSysRoot (config);
310 if (sysroot)
388 const FcChar8 *sysroot = FcConfigGetSysRoot (config); local
849 const FcChar8 *sysroot = FcConfigGetSysRoot (config); local
1389 const FcChar8 *sysroot = FcConfigGetSysRoot (config); local
1538 const FcChar8 *sysroot; local
1647 const FcChar8 *sysroot = FcConfigGetSysRoot (config); local
1836 const FcChar8 *sysroot; local
    [all...]
fccfg.c 196 config->sysRoot = FcStrRealPath ((const FcChar8 *) getenv("FONTCONFIG_SYSROOT"));
390 if (config->sysRoot)
391 FcStrFree (config->sysRoot);
2661 const FcChar8 *sysroot; local
2666 sysroot = FcConfigGetSysRoot (config);
2677 if (sysroot)
2679 size_t len = strlen ((const char *) sysroot);
2681 /* Workaround to avoid adding sysroot repeatedly */
2682 if (strncmp ((const char *) url, (const char *) sysroot, len) == 0)
2683 sysroot = NULL
    [all...]
  /xsrc/external/mit/fontconfig/dist/test/
test-issue107.c 185 char *sysroot = NULL, systempl[512] = "/tmp/fc107-XXXXXX"; local
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);
    [all...]
test-issue110.c 185 char *sysroot, systempl[512] = "/tmp/fc110-XXXXXX"; local
200 sysroot = fc_mkdtemp (systempl);
201 if (!sysroot)
230 setenv ("FONTCONFIG_SYSROOT", sysroot, 1);
232 fprintf (stderr, "D: Creating %s\n", sysroot);
233 mkdir_p (sysroot);
235 d = FcStrBuildFilename (sysroot, basedir, NULL);
239 s = FcStrBuildFilename (sysroot, basedir, ".fonts.conf", NULL);
test-d1f48f11.c 183 char *rootdir, *sysroot; variable
249 sysroot = fc_mkdtemp (systempl);
250 if (!sysroot)
255 ds = FcStrBuildFilename (sysroot, rootdir, NULL);
268 fprintf (stderr, "E: failed to compare for non-sysroot: %s, %s\n", d, da);
274 setenv ("FONTCONFIG_SYSROOT", sysroot, 1);
276 dsa = FcStrBuildFilename (sysroot, da, NULL);
281 fprintf (stderr, "E: failed to compare for sysroot: %s, %s\n", d, dsac);
301 teardown (sysroot);
run-test.sh 338 dotest "sysroot option"
340 mkdir -p "$MyPWD"/sysroot/"$FONTDIR"
341 mkdir -p "$MyPWD"/sysroot/"$CACHEDIR"
342 mkdir -p "$MyPWD"/sysroot/"$MyPWD"
343 cp "$FONT1" "$MyPWD"/sysroot/"$FONTDIR"
345 touch -m -t "$(date -d @"${SOURCE_DATE_EPOCH}" +%y%m%d%H%M.%S)" "$MyPWD"/sysroot/"$FONTDIR"
347 cp "$MyPWD"/fonts.conf "$MyPWD"/sysroot/"$MyPWD"/fonts.conf
348 $FCCACHE -y "$MyPWD"/sysroot
350 dotest "creating cache file on sysroot"
353 if ! ls "$MyPWD/sysroot/$CACHEDIR/$md5"*; the
    [all...]
  /xsrc/external/mit/fontconfig/dist/fc-scan/
fc-scan.c 69 {"sysroot", required_argument, 0, 'y'},
86 fprintf (file, _("usage: %s [-bcVh] [-f FORMAT] [-y SYSROOT] [--brief] [--format FORMAT] [--version] [--help] font-file...\n"),
89 fprintf (file, _("usage: %s [-bcVh] [-f FORMAT] [-y SYSROOT] font-file...\n"),
97 fprintf (file, _(" -y, --sysroot=SYSROOT prepend SYSROOT to all paths for scanning\n"));
103 fprintf (file, _(" -y SYSROOT (sysroot) prepend SYSROOT to all paths for scanning\n"));
114 FcChar8 *format = NULL, *sysroot = NULL local
    [all...]
  /xsrc/external/mit/fontconfig/dist/fc-cache/
fc-cache.c 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"),
111 fprintf (file, _("usage: %s [-EfqrsvVh] [-y SYSROOT] [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); local
325 FcChar8 *sysroot = NULL; local
    [all...]
  /xsrc/external/mit/fontconfig/dist/doc/
fcconfig.fncs 442 @TYPE2@ const FcChar8 * @ARG2@ sysroot
445 Set 'sysroot' as the system root directory. All file paths used or created with
447 made relative to this 'sysroot'. This allows a host to generate caches for
  /xsrc/external/mit/fontconfig/dist/fontconfig/
fontconfig.h 483 const FcChar8 *sysroot);
  /xsrc/external/mit/freetype/dist/builds/unix/
ltmain.sh 2615 # Replace a leading = in PATH with a sysroot. Store the result into
2629 # If PATH begins with the sysroot, replace it with = and
2639 # Including no sysroot.
4001 # Remove sysroot references
6982 # Will only happen for absolute or sysroot arguments
6985 # Preserve sysroot, but never include relative directories
7065 -model|-arch|-isysroot|--sysroot)
7273 # --sysroot=* for sysroot support
7277 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*|
    [all...]
  /xsrc/external/mit/glu/dist/
ltmain.sh 2662 # Replace a leading = in PATH with a sysroot. Store the result into
2676 # If PATH begins with the sysroot, replace it with = and
2686 # Including no sysroot.
4048 # Remove sysroot references
7030 # Will only happen for absolute or sysroot arguments
7033 # Preserve sysroot, but never include relative directories
7113 -model|-arch|-isysroot|--sysroot)
7331 # --sysroot=* for sysroot support
7338 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*|
    [all...]
  /xsrc/external/mit/libXTrap/dist/
ltmain.sh 1339 # Replace a leading = in PATH with a sysroot. Store the result into
1353 # If PATH begins with the sysroot, replace it with = and
1363 # Including no sysroot.
2682 # Remove sysroot references
5572 # Will only happen for absolute or sysroot arguments
5575 # Preserve sysroot, but never include relative directories
5650 -model|-arch|-isysroot|--sysroot)
5852 # --sysroot=* for sysroot support
5856 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*|
    [all...]
  /xsrc/external/mit/libXfont/dist/
ltmain.sh 2615 # Replace a leading = in PATH with a sysroot. Store the result into
2629 # If PATH begins with the sysroot, replace it with = and
2639 # Including no sysroot.
4001 # Remove sysroot references
6982 # Will only happen for absolute or sysroot arguments
6985 # Preserve sysroot, but never include relative directories
7065 -model|-arch|-isysroot|--sysroot)
7273 # --sysroot=* for sysroot support
7279 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*|
    [all...]
  /xsrc/external/mit/libXxf86misc/dist/
ltmain.sh 2615 # Replace a leading = in PATH with a sysroot. Store the result into
2629 # If PATH begins with the sysroot, replace it with = and
2639 # Including no sysroot.
4001 # Remove sysroot references
6982 # Will only happen for absolute or sysroot arguments
6985 # Preserve sysroot, but never include relative directories
7065 -model|-arch|-isysroot|--sysroot)
7273 # --sysroot=* for sysroot support
7278 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*|
    [all...]
  /xsrc/external/mit/mesa-demos/dist/
ltmain.sh 2615 # Replace a leading = in PATH with a sysroot. Store the result into
2629 # If PATH begins with the sysroot, replace it with = and
2639 # Including no sysroot.
4001 # Remove sysroot references
6982 # Will only happen for absolute or sysroot arguments
6985 # Preserve sysroot, but never include relative directories
7065 -model|-arch|-isysroot|--sysroot)
7273 # --sysroot=* for sysroot support
7279 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*|
    [all...]
  /xsrc/external/mit/xf86-input-synaptics/dist/
ltmain.sh 1339 # Replace a leading = in PATH with a sysroot. Store the result into
1353 # If PATH begins with the sysroot, replace it with = and
1363 # Including no sysroot.
2682 # Remove sysroot references
5572 # Will only happen for absolute or sysroot arguments
5575 # Preserve sysroot, but never include relative directories
5650 -model|-arch|-isysroot|--sysroot)
5852 # --sysroot=* for sysroot support
5855 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*|
    [all...]
  /xsrc/external/mit/xf86-video-apm/dist/
ltmain.sh 2615 # Replace a leading = in PATH with a sysroot. Store the result into
2629 # If PATH begins with the sysroot, replace it with = and
2639 # Including no sysroot.
4001 # Remove sysroot references
6982 # Will only happen for absolute or sysroot arguments
6985 # Preserve sysroot, but never include relative directories
7065 -model|-arch|-isysroot|--sysroot)
7273 # --sysroot=* for sysroot support
7279 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*|
    [all...]
  /xsrc/external/mit/xf86-video-ati/dist/
ltmain.sh 1339 # Replace a leading = in PATH with a sysroot. Store the result into
1353 # If PATH begins with the sysroot, replace it with = and
1363 # Including no sysroot.
2682 # Remove sysroot references
5572 # Will only happen for absolute or sysroot arguments
5575 # Preserve sysroot, but never include relative directories
5650 -model|-arch|-isysroot|--sysroot)
5852 # --sysroot=* for sysroot support
5855 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*|
    [all...]
  /xsrc/external/mit/xf86-video-glint/dist/
ltmain.sh 2615 # Replace a leading = in PATH with a sysroot. Store the result into
2629 # If PATH begins with the sysroot, replace it with = and
2639 # Including no sysroot.
4001 # Remove sysroot references
6982 # Will only happen for absolute or sysroot arguments
6985 # Preserve sysroot, but never include relative directories
7065 -model|-arch|-isysroot|--sysroot)
7273 # --sysroot=* for sysroot support
7277 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*|
    [all...]
  /xsrc/external/mit/xf86-video-i740/dist/
ltmain.sh 2615 # Replace a leading = in PATH with a sysroot. Store the result into
2629 # If PATH begins with the sysroot, replace it with = and
2639 # Including no sysroot.
4001 # Remove sysroot references
6982 # Will only happen for absolute or sysroot arguments
6985 # Preserve sysroot, but never include relative directories
7065 -model|-arch|-isysroot|--sysroot)
7273 # --sysroot=* for sysroot support
7279 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*|
    [all...]
  /xsrc/external/mit/xf86-video-intel/dist/
ltmain.sh 2618 # Replace a leading = in PATH with a sysroot. Store the result into
2632 # If PATH begins with the sysroot, replace it with = and
2642 # Including no sysroot.
4004 # Remove sysroot references
6985 # Will only happen for absolute or sysroot arguments
6988 # Preserve sysroot, but never include relative directories
7068 -model|-arch|-isysroot|--sysroot)
7276 # --sysroot=* for sysroot support
7280 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*|
    [all...]

Completed in 74 milliseconds

1 2 3 4 5 6 7 8