Lines Matching refs:xnfstrdup
173 ptr->inp_identifier = xnfstrdup("Keyboard0");
174 ptr->inp_driver = xnfstrdup("kbd");
195 mouse->inp_identifier = xnfstrdup("Mouse0");
196 mouse->inp_driver = xnfstrdup("mouse");
198 xf86addNewOption(mouse->inp_option_lst, xnfstrdup("Protocol"),
199 xnfstrdup(DFLT_MOUSE_PROTO));
201 xf86addNewOption(mouse->inp_option_lst, xnfstrdup("Device"),
202 xnfstrdup(DFLT_MOUSE_DEV));
204 xf86addNewOption(mouse->inp_option_lst, xnfstrdup("ZAxisMapping"),
205 xnfstrdup("4 5 6 7"));
308 ptr->dev_comment = xnfstrdup(descrip);
357 iptr->iref_inputdev_str = xnfstrdup("Mouse0");
359 xf86addNewOption(iptr->iref_option_lst, xnfstrdup("CorePointer"),
371 iptr->iref_inputdev_str = xnfstrdup("Keyboard0");
373 xf86addNewOption(iptr->iref_option_lst, xnfstrdup("CoreKeyboard"),
445 ptr->file_modulepath = xnfstrdup(xf86ModulePath);
447 ptr->file_fontpath = xnfstrdup(defaultFontPath);
460 ptr->mon_vendor = xnfstrdup("Monitor Vendor");
461 ptr->mon_modelname = xnfstrdup("Monitor Model");
505 ptr->mon_vendor = xnfstrdup(ConfiguredMonitor->vendor.name);
543 xf86addNewOption(ptr->mon_option_lst, xnfstrdup("DPMS"), NULL);