Searched refs:fontdirs (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/freetype/dist/src/tools/ftrandom/
H A Dftrandom.c348 FindFonts( char** fontdirs, argument
360 for ( i = 0; fontdirs[i] != NULL; i++ )
366 examples = opendir( fontdirs[i] );
371 fontdirs[i] );
378 "%s/%s", fontdirs[i], ent->d_name );
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A DInitOutput.c403 FILE *fontdirs = fopen(ETCX11DIR "/font-dirs", "rt"); local in function:winFixupPaths
404 if (fontdirs != NULL)
415 while (!feof(fontdirs))
423 str = fgets(buffer, sizeof(buffer), fontdirs);
497 fclose(fontdirs);
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A DInitOutput.c386 FILE *fontdirs = fopen(ETCX11DIR "/font-dirs", "rt"); local in function:winFixupPaths
388 if (fontdirs != NULL) {
398 while (!feof(fontdirs)) {
405 str = fgets(buffer, sizeof(buffer), fontdirs);
475 fclose(fontdirs);

Completed in 4 milliseconds