Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A Dscan.c91 static char *configBuf, *configRBuf; /* buffer for lines */ variable
150 free(configBuf); in xf86getNextLine()
153 configBuf = tmpConfigBuf; in xf86getNextLine()
161 ret = fgets(configBuf + pos, configBufLen - pos - 1, in xf86getNextLine()
170 strcpy(&configBuf[pos], "\n"); in xf86getNextLine()
171 ret = configBuf; in xf86getNextLine()
180 c = configBuf[i]; in xf86getNextLine()
198 tmpConfigBuf = realloc(configBuf, configBufLen + CONFIG_BUF_LEN); in xf86getNextLine()
212 configBuf = tmpConfigBuf; in xf86getNextLine()
223 configBuf = tmpConfigBuf; in xf86getNextLine()
[all …]