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 D | Pointer.c | 118 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 D | Keyboard.c | 134 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 D | xf86Optrec.h | 116 char *xf86configStrdup (const char *s);
|
H A D | Flags.c | 143 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 D | Device.c | 523 xf86configStrdup (const char *s) function
|
H A D | Screen.c | 975 adaptor->al_adaptor->va_fwdref = xf86configStrdup(screen->scrn_identifier);
|
H A D | scan.c | 1026 configPath = xf86configStrdup("<builtin configuration>");
|
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/ |
H A D | fbc_Device.c | 220 (*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 D | fbc_Monitor.c | 342 xf86configStrdup(modes_sectn_ptr->modes_identifier); 373 usemodes_er_ptr->ml_modes_str = xf86configStrdup(usemodes_name);
|
H A D | fbc_Screen.c | 110 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