Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A Dscan.c114 char *tmpConfigBuf, *tmpConfigRBuf; in xf86getNextLine() local
128 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()