Home
last modified time | relevance | path

Searched refs:configRBuf (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
151 free(configRBuf); in xf86getNextLine()
154 configRBuf = tmpConfigRBuf; in xf86getNextLine()
199 tmpConfigRBuf = realloc(configRBuf, configBufLen + CONFIG_BUF_LEN); in xf86getNextLine()
214 configRBuf = tmpConfigRBuf; in xf86getNextLine()
224 configRBuf = tmpConfigRBuf; in xf86getNextLine()
314 configRBuf[i++] = c; in xf86getToken()
331 configRBuf[i++] = (c = configBuf[configPos++]); in xf86getToken()
334 configRBuf[i] = '\0'; in xf86getToken()
338 xf86_lex_val.str = configRBuf; in xf86getToken()
[all …]