Searched refs:xnfstrdup (Results 1 - 25 of 25) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86AutoConfig.c | 111 str = xnfstrdup(s); 210 matches[i++] = xnfstrdup("chips"); 211 matches[i++] = xnfstrdup("igs"); 213 matches[i++] = xnfstrdup("crime"); 214 matches[i++] = xnfstrdup("newport"); 240 matches[i++] = xnfstrdup(sbusDeviceTable[dev].driverName); 276 matches[i++] = xnfstrdup("nvidia"); 286 char *driverName = xnfstrdup(cp); 287 char *vendorName = xnfstrdup(visid.name); 301 matches[i++] = xnfstrdup(sbusDrive [all...] |
| H A D | xf86Config.c | 601 temp_path = must_copy ? xnfstrdup(defaultFontPath) : defaultFontPath; 1238 xnfstrdup("CorePointer"), NULL); 1283 xf86addNewOption(NULL, xnfstrdup("AlwaysCore"), NULL); 1381 xnfstrdup("CoreKeyboard"), NULL); 2025 mode->name = xnfstrdup(cmodep->ml_identifier); 2416 xf86ConfigFile = xnfstrdup(filename); 2425 xf86ConfigDir = xnfstrdup(dirname);
|
| H A D | xf86Mode.c | 1615 q->name = xnfstrdup(p->name); 1646 new->name = xnfstrdup(modeNames[i]); 1718 p->name = xnfstrdup(r->name);
|
| H A D | xf86sbusBus.c | 75 psdp->device = xnfstrdup(device);
|
| H A D | xf86pciBus.c | 1169 returnList[i] = xnfstrdup(driverList[i]);
|
| H A D | xf86Helper.c | 1999 pNewProp->name = xnfstrdup(NameForAtom(property));
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86Configure.c | 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(" [all...] |
| H A D | xf86AutoConfig.c | 113 str = xnfstrdup(s); 165 md->matches[nmatches] = xnfstrdup(driver); 321 char *vendorName = xnfstrdup(visid.name);
|
| H A D | xf86Mode.c | 1607 q->name = xnfstrdup(p->name); 1640 new->name = xnfstrdup(modeNames[i]); 1707 p->name = xnfstrdup(r->name);
|
| H A D | xf86Config.c | 556 temp_path = must_copy ? xnfstrdup(defaultFontPath) : (char *) defaultFontPath; 1964 mode->name = xnfstrdup(cmodep->ml_identifier); 2361 xf86ConfigFile = xnfstrdup(filename); 2371 xf86ConfigDir = xnfstrdup(dirname);
|
| H A D | xf86sbusBus.c | 76 psdp->device = xnfstrdup(device);
|
| /xsrc/external/mit/xorg-server/dist/test/ |
| H A D | touch.c | 48 dev.name = xnfstrdup("test device"); 108 dev.name = xnfstrdup("test device"); 177 dev.name = xnfstrdup("test device"); 227 dev.name = xnfstrdup("test device"); 268 dev.name = xnfstrdup("test device");
|
| H A D | input.c | 1201 orig->product = xnfstrdup("product name"); 1206 orig->vendor = xnfstrdup("vendor name"); 1211 orig->device = xnfstrdup("device path"); 1216 orig->pnp_id = xnfstrdup("PnPID"); 1221 orig->usb_id = xnfstrdup("USBID");
|
| /xsrc/external/mit/xf86-video-qxl/dist/src/ |
| H A D | spiceqxl_spice_server.c | 203 x509_key_file = xnfstrdup(x509_key_file_base); 210 x509_cert_file = xnfstrdup(x509_cert_file_base); 217 x509_cacert_file = xnfstrdup(x509_cert_file_base);
|
| /xsrc/external/mit/xf86-video-vmware/dist/src/ |
| H A D | vmwaremodes.c | 98 dynModeName = xnfstrdup(name);
|
| /xsrc/external/mit/xf86-input-mouse/dist/src/ |
| H A D | lnx_mouse.c | 132 realdev = xnfstrdup(dev);
|
| /xsrc/external/mit/xorg-server/dist/xkb/ |
| H A D | xkbInit.c | 217 rmlvo->rules = rules ? xnfstrdup(rules) : NULL; 218 rmlvo->model = model ? xnfstrdup(model) : NULL; 219 rmlvo->layout = layout ? xnfstrdup(layout) : NULL; 220 rmlvo->variant = variant ? xnfstrdup(variant) : NULL; 221 rmlvo->options = options ? xnfstrdup(options) : NULL;
|
| H A D | ddxLoad.c | 185 return xnfstrdup(keymap);
|
| /xsrc/external/mit/xf86-video-vboxvideo/dist/src/ |
| H A D | getmode.c | 98 m->name = xnfstrdup(pszName);
|
| H A D | vboxvideo.c | 533 pMode->name = xnfstrdup(pszName);
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | os.h | 81 #define xnfstrdup(s) XNFstrdup(s) macro
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | os.h | 82 #define xnfstrdup(s) XNFstrdup(s) macro
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/ |
| H A D | xf86Modes.c | 209 pNew->name = xnfstrdup(pMode->name);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/ |
| H A D | xf86Modes.c | 223 pNew->name = xnfstrdup(pMode->name);
|
| /xsrc/external/mit/xorg-server/dist/glx/ |
| H A D | glxdri2.c | 985 screen->base.glvnd = xnfstrdup(glvnd);
|
Completed in 42 milliseconds