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

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A DPointer.c118 xf86configStrdup("Protocol"),
125 xf86configStrdup("Device"),
130 xf86configStrdup("Emulate3Buttons"),
138 xf86configStrdup("Emulate3Timeout"),
143 xf86configStrdup("ChordMiddle"),
151 xf86configStrdup("Buttons"), s);
158 xf86configStrdup("BaudRate"), s);
165 xf86configStrdup("SampleRate"), s);
172 xf86configStrdup("Resolution"), s);
176 xf86configStrdup("ClearDT
[all...]
H A DKeyboard.c134 xf86configStrdup("Protocol"),
152 xf86configStrdup("AutoRepeat"), s);
204 xf86configStrdup("XkbDisable"),
211 xf86configStrdup("XkbKeymap"),
218 xf86configStrdup("XkbCompat"),
225 xf86configStrdup("XkbTypes"),
232 xf86configStrdup("XkbKeycodes"),
239 xf86configStrdup("XkbGeometry"),
246 xf86configStrdup("XkbSymbols"),
253 xf86configStrdup("XkbRule
[all...]
H A Dxf86Optrec.h116 char *xf86configStrdup (const char *s);
H A DFlags.c143 tmp = xf86configStrdup (ServerFlagsTab[i].name);
332 newopt = xf86addNewOption(newopt, xf86configStrdup(opt->opt_name),
333 xf86configStrdup(opt->opt_val));
336 newopt->opt_comment = xf86configStrdup(opt->opt_comment);
H A DDevice.c523 xf86configStrdup (const char *s) function
H A DScreen.c975 adaptor->al_adaptor->va_fwdref = xf86configStrdup(screen->scrn_identifier);
H A Dscan.c1026 configPath = xf86configStrdup("<builtin configuration>");
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_Device.c220 (*device_ptr)->dev_driver = xf86configStrdup(dev_driver);
222 (*device_ptr)->dev_vendor = xf86configStrdup(dev_vendor);
225 (*device_ptr)->dev_board = xf86configStrdup(dev_board);
301 //??? xf86configStrdup() ???
303 //??? xf86configStrdup() ???
H A Dfbc_Monitor.c342 xf86configStrdup(modes_sectn_ptr->modes_identifier);
373 usemodes_er_ptr->ml_modes_str = xf86configStrdup(usemodes_name);
H A Dfbc_Screen.c110 xf86configStrdup(monitor_sectn_ptr->mon_identifier);
350 xf86configStrdup(xf86_entry_mods->video_mode.name);
576 (*screen_ptr)->scrn_device_str = xf86configStrdup(scrn_device_str);

Completed in 66 milliseconds