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

1 2 3 4 5 6 7 8 910

  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/loader/
loadmod.c 284 char **subdirs = NULL; local
322 subdirs = malloc((i * 2 + 1) * sizeof(char *));
323 if (!subdirs) {
344 if (!(subdirs[i] = malloc(len))) {
346 free(subdirs[i]);
347 free(subdirs);
352 sprintf(subdirs[i], "%s%s%s/", *s, slash, osname);
355 subdirs[i] = strdup(*s);
364 subdirs[i] = NULL;
367 return (const char **)subdirs;
441 const char **subdirs = NULL; local
474 const char **subdirs; local
    [all...]
  /xsrc/external/mit/fontconfig/dist/fc-cache/
fc-cache.c 149 FcStrSet *subdirs; local
261 subdirs = FcStrSetCreate ();
262 if (!subdirs)
270 FcStrSetAdd (subdirs, FcCacheSubdir (cache, i));
274 sublist = FcStrListCreate (subdirs);
275 FcStrSetDestroy (subdirs);
  /xsrc/external/mit/freetype/dist/
meson.build 349 subdirs: 'freetype2',
  /xsrc/external/mit/fontconfig/dist/src/
fccfg.c 2800 FcStrSet *subdirs; local
2809 subdirs = FcStrSetCreateEx (FCSS_GROW_BY_64);
2810 if (!subdirs)
2822 FcStrSetDestroy (subdirs);
2829 if (!FcFileScanConfig (set, subdirs, file, config))
2831 FcStrSetDestroy (subdirs);
2835 if ((sublist = FcStrListCreate (subdirs)))
2843 FcStrSetDestroy (subdirs);
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86Config.c 530 const char *subdirs[] = { dirname, NULL }; local
532 ret = LoaderListDirs(subdirs, patlist);
  /xsrc/external/mit/util-macros/dist/
configure 607 subdirs=
1329 # If there are subdirs, report their specific --help.
  /xsrc/external/mit/encodings/dist/
configure 601 subdirs=
1392 # If there are subdirs, report their specific --help.
  /xsrc/external/mit/evieext/dist/
configure 557 subdirs=
1390 # If there are subdirs, report their specific --help.
3459 # versions had trouble with output in subdirs
  /xsrc/external/mit/font-adobe-100dpi/dist/
configure 608 subdirs=
1443 # If there are subdirs, report their specific --help.
  /xsrc/external/mit/font-adobe-75dpi/dist/
configure 608 subdirs=
1443 # If there are subdirs, report their specific --help.
  /xsrc/external/mit/font-adobe-utopia-100dpi/dist/
configure 608 subdirs=
1443 # If there are subdirs, report their specific --help.
  /xsrc/external/mit/font-adobe-utopia-type1/dist/
configure 608 subdirs=
1391 # If there are subdirs, report their specific --help.
  /xsrc/external/mit/font-alias/dist/
configure 608 subdirs=
1386 # If there are subdirs, report their specific --help.
  /xsrc/external/mit/font-arabic-misc/dist/
configure 608 subdirs=
1397 # If there are subdirs, report their specific --help.
  /xsrc/external/mit/font-bh-100dpi/dist/
configure 608 subdirs=
1442 # If there are subdirs, report their specific --help.
  /xsrc/external/mit/font-bh-75dpi/dist/
configure 608 subdirs=
1442 # If there are subdirs, report their specific --help.
  /xsrc/external/mit/font-bh-lucidatypewriter-100dpi/dist/
configure 608 subdirs=
1443 # If there are subdirs, report their specific --help.
  /xsrc/external/mit/font-bh-lucidatypewriter-75dpi/dist/
configure 608 subdirs=
1443 # If there are subdirs, report their specific --help.
  /xsrc/external/mit/font-bh-ttf/dist/
configure 608 subdirs=
1393 # If there are subdirs, report their specific --help.
  /xsrc/external/mit/font-bh-type1/dist/
configure 608 subdirs=
1390 # If there are subdirs, report their specific --help.
  /xsrc/external/mit/font-bitstream-100dpi/dist/
configure 608 subdirs=
1397 # If there are subdirs, report their specific --help.
  /xsrc/external/mit/font-bitstream-75dpi/dist/
configure 608 subdirs=
1397 # If there are subdirs, report their specific --help.
  /xsrc/external/mit/font-bitstream-type1/dist/
configure 608 subdirs=
1391 # If there are subdirs, report their specific --help.
  /xsrc/external/mit/font-cronyx-cyrillic/dist/
configure 608 subdirs=
1397 # If there are subdirs, report their specific --help.
  /xsrc/external/mit/font-cursor-misc/dist/
configure 608 subdirs=
1397 # If there are subdirs, report their specific --help.

Completed in 42 milliseconds

1 2 3 4 5 6 7 8 910