Home
last modified time | relevance | path

Searched refs:xnfstrdup (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Configure.c163 ptr->inp_identifier = xnfstrdup("Keyboard0"); in configureInputSection()
164 ptr->inp_driver = xnfstrdup("kbd"); in configureInputSection()
179 mouse->inp_identifier = xnfstrdup("Mouse0"); in configureInputSection()
180 mouse->inp_driver = xnfstrdup("mouse"); in configureInputSection()
182 xf86addNewOption(mouse->inp_option_lst, xnfstrdup("Protocol"), in configureInputSection()
183 xnfstrdup(DFLT_MOUSE_PROTO)); in configureInputSection()
185 xf86addNewOption(mouse->inp_option_lst, xnfstrdup("Device"), in configureInputSection()
186 xnfstrdup(DFLT_MOUSE_DEV)); in configureInputSection()
188 xf86addNewOption(mouse->inp_option_lst, xnfstrdup("ZAxisMapping"), in configureInputSection()
189 xnfstrdup("4 5 6 7")); in configureInputSection()
[all …]
H A Dxf86AutoConfig.c106 str = xnfstrdup(s); in AppendToList()
158 md->matches[nmatches] = xnfstrdup(driver); in xf86AddMatchedDriver()
274 char *vendorName = xnfstrdup(visid.name); in listPossibleVideoDrivers()
H A Dxf86Config.c556 temp_path = must_copy ? xnfstrdup(defaultFontPath) : (char *) defaultFontPath; in configFiles()
1911 mode->name = xnfstrdup(cmodep->ml_identifier); in configMonitor()
2308 xf86ConfigFile = xnfstrdup(filename); in xf86HandleConfigFile()
2318 xf86ConfigDir = xnfstrdup(dirname); in xf86HandleConfigFile()
H A Dxf86Mode.c1605 q->name = xnfstrdup(p->name); in xf86ValidateModes()
1638 new->name = xnfstrdup(modeNames[i]); in xf86ValidateModes()
1705 p->name = xnfstrdup(r->name); in xf86ValidateModes()
H A Dxf86sbusBus.c76 psdp->device = xnfstrdup(device); in CheckSbusDevice()
/OK3568_Linux_fs/external/xserver/test/
H A Dtouch.c45 dev.name = xnfstrdup("test device"); in touch_grow_queue()
105 dev.name = xnfstrdup("test device"); in touch_find_ddxid()
174 dev.name = xnfstrdup("test device"); in touch_begin_ddxtouch()
224 dev.name = xnfstrdup("test device"); in touch_begin_touch()
265 dev.name = xnfstrdup("test device"); in touch_init()
H A Dinput.c1197 orig->product = xnfstrdup("product name"); in dix_input_attributes()
1202 orig->vendor = xnfstrdup("vendor name"); in dix_input_attributes()
1207 orig->device = xnfstrdup("device path"); in dix_input_attributes()
1212 orig->pnp_id = xnfstrdup("PnPID"); in dix_input_attributes()
1217 orig->usb_id = xnfstrdup("USBID"); in dix_input_attributes()
/OK3568_Linux_fs/external/xserver/xkb/
H A DxkbInit.c217 rmlvo->rules = rules ? xnfstrdup(rules) : NULL; in XkbInitRules()
218 rmlvo->model = model ? xnfstrdup(model) : NULL; in XkbInitRules()
219 rmlvo->layout = layout ? xnfstrdup(layout) : NULL; in XkbInitRules()
220 rmlvo->variant = variant ? xnfstrdup(variant) : NULL; in XkbInitRules()
221 rmlvo->options = options ? xnfstrdup(options) : NULL; in XkbInitRules()
H A DddxLoad.c180 return xnfstrdup(keymap); in RunXkbComp()
/OK3568_Linux_fs/external/xserver/include/
H A Dos.h85 #define xnfstrdup(s) XNFstrdup(s) macro
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86Modes.c222 pNew->name = xnfstrdup(pMode->name); in xf86DuplicateMode()
/OK3568_Linux_fs/external/xserver/glx/
H A Dglxdri2.c985 screen->base.glvnd = xnfstrdup(glvnd); in __glXDRIscreenProbe()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog50778 xfree86: use xnfstrdup in the Xorg -configure code
101805 xf86ValidateModes: xnfalloc(strlen) + strcpy => xnfstrdup