Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A Dscan.c113 static int configBufLen = CONFIG_BUF_LEN; in xf86getNextLine() local
125 if (configBufLen != CONFIG_BUF_LEN) { in xf86getNextLine()
148 configBufLen = CONFIG_BUF_LEN; in xf86getNextLine()
161 ret = fgets(configBuf + pos, configBufLen - pos - 1, in xf86getNextLine()
179 for (i = pos; i < (configBufLen - 1); i++) { in xf86getNextLine()
198 tmpConfigBuf = realloc(configBuf, configBufLen + CONFIG_BUF_LEN); in xf86getNextLine()
199 tmpConfigRBuf = realloc(configRBuf, configBufLen + CONFIG_BUF_LEN); in xf86getNextLine()
226 configBufLen += CONFIG_BUF_LEN; in xf86getNextLine()