Searched refs:configBufLen (Results 1 - 3 of 3) sorted by relevance
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/ |
H A D | scan.c | 116 static int configBufLen = 0; /* Line buffer length */ variable 119 #define configBufLen xf86configBufLen macro 195 xf86getNextLine(char **configBuf, int *configBufLen, FILE *configFile) argument 210 if (*configBufLen != CONFIG_BUF_LEN) { 222 *configBufLen = CONFIG_BUF_LEN; 229 ret = fgets(*configBuf + pos, *configBufLen - pos - 1, configFile); 237 for (i = pos; i < (*configBufLen - 1); i++) { 255 tmpConfigBuf = xf86confrealloc(*configBuf, *configBufLen + CONFIG_BUF_LEN); 259 * back to the previous configBufLen size and 271 *configBufLen [all...] |
H A D | configProcs.h | 196 char *xf86getNextLine(char **configBuf, int *configBufLen, FILE *configFile);
|
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/ |
H A D | fbc_write_config.c | 65 int *configBufLen, /* Line buffer length */ 79 if (xf86getNextLine(configBuf, configBufLen, config_stream_in) 61 fbc_reread_config_line( FILE *config_stream_in, off_t line_pos, char **configBuf, int *configBufLen, fbc_wspace_t *wspace_chars) argument
|
Completed in 11 milliseconds