Searched refs:configBuf (Results 1 - 5 of 5) sorted by relevance
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/ |
H A D | fbc_fields.h | 50 const char * const configBuf, /* Configuration file line buffer */
|
H A D | fbc_fields.c | 48 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 D | fbc_write_config.c | 64 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 D | scan.c | 115 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...] |
H A D | configProcs.h | 196 char *xf86getNextLine(char **configBuf, int *configBufLen, FILE *configFile);
|
Completed in 17 milliseconds