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

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A Dscan.c105 #define CONFIG_BUF_LEN 1024 macro
203 * longer CONFIG_BUF_LEN); we malloc the new buffer first, so
210 if (*configBufLen != CONFIG_BUF_LEN) {
212 tmpConfigBuf = xf86confmalloc(CONFIG_BUF_LEN);
222 *configBufLen = CONFIG_BUF_LEN;
255 tmpConfigBuf = xf86confrealloc(*configBuf, *configBufLen + CONFIG_BUF_LEN);
271 *configBufLen += CONFIG_BUF_LEN;
336 CONFIG_BUF_LEN);
972 configBuf = xf86confmalloc(CONFIG_BUF_LEN);
973 configRBuf = xf86confmalloc(CONFIG_BUF_LEN);
[all...]

Completed in 11 milliseconds