Searched refs:tmpConfigRBuf (Results 1 – 1 of 1) sorted by relevance
114 char *tmpConfigBuf, *tmpConfigRBuf; in xf86getNextLine() local128 tmpConfigRBuf = malloc(CONFIG_BUF_LEN); in xf86getNextLine()130 if (!tmpConfigBuf || !tmpConfigRBuf) { in xf86getNextLine()138 free(tmpConfigRBuf); in xf86getNextLine()154 configRBuf = tmpConfigRBuf; in xf86getNextLine()199 tmpConfigRBuf = realloc(configRBuf, configBufLen + CONFIG_BUF_LEN); in xf86getNextLine()201 if (!tmpConfigBuf || !tmpConfigRBuf) { in xf86getNextLine()213 if (tmpConfigRBuf) in xf86getNextLine()214 configRBuf = tmpConfigRBuf; in xf86getNextLine()224 configRBuf = tmpConfigRBuf; in xf86getNextLine()