Searched refs:configBufLen (Results 1 – 1 of 1) sorted by relevance
113 static int configBufLen = CONFIG_BUF_LEN; in xf86getNextLine() local125 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()