Searched refs:xf86confmalloc (Results 1 - 10 of 10) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A Dscan.c212 tmpConfigBuf = xf86confmalloc(CONFIG_BUF_LEN);
358 tmpConfigRBuf = xf86confmalloc(configBufLen);
461 val.str = xf86confmalloc (strlen (configRBuf) + 1);
701 result = xf86confmalloc(PATH_MAX + 1);
738 if ((hostname = xf86confmalloc(MAXHOSTNAMELEN + 1))) {
899 pathcopy = xf86confmalloc(strlen(path) + 1);
972 configBuf = xf86confmalloc(CONFIG_BUF_LEN);
973 configRBuf = xf86confmalloc(CONFIG_BUF_LEN);
1027 configBuf = xf86confmalloc (CONFIG_BUF_LEN);
1029 configRBuf = xf86confmalloc (CONFIG_BUF_LE
[all...]
H A DConfigint.h92 #define xf86confmalloc malloc macro
H A DFiles.c118 ptr->file_fontpath = xf86confmalloc (1);
151 ptr->file_modulepath = xf86confmalloc (1);
178 ptr->file_inputdevs = xf86confmalloc (1);
H A DFlags.c154 valstr = xf86confmalloc(16);
537 t1 = xf86confmalloc (sizeof (char) *
540 t2 = xf86confmalloc (sizeof (char) *
610 s = xf86confmalloc(l);
H A DPointer.c194 s = xf86confmalloc(l);
H A DKeyboard.c147 s = xf86confmalloc(l);
H A DDevice.c527 tmp = xf86confmalloc (sizeof (char) * (strlen (s) + 1));
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_Device.c346 dev_identifier = xf86confmalloc(strlen(device->name)
H A Dfbc_Monitor.c32 #include "Configint.h" /* xf86conffree(), xf86confmalloc() */
258 mon_identifier = xf86confmalloc(strlen(mon_ident_tmpl)
H A Dfbc_Screen.c674 scrn_identifier = xf86confmalloc(strlen(scrn_ident_tmpl)

Completed in 453 milliseconds