Searched defs:configBuf (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_fields.c48 const char * const configBuf, /* Configuration file line buffer */
62 cptr = configBuf;
47 fbc_measure_whitespace( const char * const configBuf, fbc_wspace_t *wspace_chars) argument
H A Dfbc_write_config.c64 char **configBuf, /* Config file line buffer */
79 if (xf86getNextLine(configBuf, configBufLen, config_stream_in)
87 fbc_measure_whitespace(*configBuf, wspace_chars);
61 fbc_reread_config_line( FILE *config_stream_in, off_t line_pos, char **configBuf, int *configBufLen, fbc_wspace_t *wspace_chars) argument
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A Dscan.c115 static char *configBuf = NULL; /* Config file line buffer */ variable
118 #define configBuf xf86configBuf macro
191 * next newline; we need to grow configBuf as necessary to support that.
195 xf86getNextLine(char **configBuf, int *configBufLen, FILE *configFile) argument
220 xf86conffree(configBuf);
221 *configBuf = tmpConfigBuf;
229 ret = fgets(*configBuf + pos, *configBufLen - pos - 1, configFile);
231 (*configBuf)[pos] = '\0';
238 c = (*configBuf)[i];
255 tmpConfigBuf = xf86confrealloc(*configBuf, *configBufLe
[all...]

Completed in 34 milliseconds