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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/parser/
H A Dscan.c108 static char *configBuf, *configRBuf; /* buffer for lines */ variable in typeref:typename:char **
125 * newline; we need to grow configBuf and configRBuf as needed to
169 free(configRBuf);
172 configRBuf = tmpConfigRBuf;
215 tmpConfigRBuf = realloc(configRBuf, configBufLen + CONFIG_BUF_LEN);
228 if (tmpConfigRBuf) configRBuf = tmpConfigRBuf;
237 configRBuf = tmpConfigRBuf;
316 configRBuf[i++] = c;
335 configRBuf[i++] = (c = configBuf[configPos++]);
338 configRBuf[
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/parser/
H A Dscan.c91 static char *configBuf, *configRBuf; /* buffer for lines */ variable in typeref:typename:char **
106 * newline; we need to grow configBuf and configRBuf as needed to
151 free(configRBuf);
154 configRBuf = tmpConfigRBuf;
199 tmpConfigRBuf = realloc(configRBuf, configBufLen + CONFIG_BUF_LEN);
214 configRBuf = tmpConfigRBuf;
224 configRBuf = tmpConfigRBuf;
314 configRBuf[i++] = c;
331 configRBuf[i++] = (c = configBuf[configPos++]);
334 configRBuf[
[all...]

Completed in 3 milliseconds