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

/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
150 free(configBuf);
153 configBuf = tmpConfigBuf;
161 ret = fgets(configBuf + pos, configBufLen - pos - 1,
170 strcpy(&configBuf[pos], "\n");
171 ret = configBuf;
180 c = configBuf[i];
198 tmpConfigBuf = realloc(configBuf, configBufLen + CONFIG_BUF_LEN);
212 configBuf
[all...]
/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
168 free(configBuf);
171 configBuf = tmpConfigBuf;
179 ret = fgets(configBuf + pos, configBufLen - pos - 1,
188 strcpy(&configBuf[pos], "\n");
189 ret = configBuf;
197 c = configBuf[i];
214 tmpConfigBuf = realloc(configBuf, configBufLen + CONFIG_BUF_LEN);
227 if (tmpConfigBuf) configBuf
[all...]

Completed in 2 milliseconds