Searched refs:xf86confrealloc (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A DConfigint.h93 #define xf86confrealloc realloc macro
H A DFiles.c132 xf86confrealloc (ptr->file_fontpath, i);
164 ptr->file_modulepath = xf86confrealloc (ptr->file_modulepath, k);
191 ptr->file_inputdevs = xf86confrealloc (ptr->file_inputdevs, k);
H A DKeyboard.c163 s = xf86confrealloc(s, l);
H A Dscan.c255 tmpConfigBuf = xf86confrealloc(*configBuf, *configBufLen + CONFIG_BUF_LEN);
1310 if ((str = xf86confrealloc(cur, len + curlen)) == NULL)

Completed in 14 milliseconds