Searched refs:configBuf (Results 1 – 1 of 1) sorted by relevance
91 static char *configBuf, *configRBuf; /* buffer for lines */ variable150 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 …]