Searched refs:countDirs (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86Config.c575 int size, countDirs; local in function:configFiles
606 countDirs = 1;
609 countDirs++;
613 log_buf = xnfalloc(strlen(defaultFontPath) + (2 * countDirs) + 1);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86Config.c528 int size, countDirs; local in function:configFiles
561 countDirs = 1;
564 countDirs++;
568 log_buf = xnfalloc(strlen(defaultFontPath) + (2 * countDirs) + 1);

Completed in 7 milliseconds