OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xnfstrdup
(Results
1 - 25
of
25
) sorted by relevancy
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
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
(sbusDriver)
[
all
...]
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);
xf86Mode.c
1615
q->name =
xnfstrdup
(p->name);
1646
new->name =
xnfstrdup
(modeNames[i]);
1718
p->name =
xnfstrdup
(r->name);
xf86sbusBus.c
75
psdp->device =
xnfstrdup
(device);
xf86pciBus.c
1169
returnList[i] =
xnfstrdup
(driverList[i]);
xf86Helper.c
1999
pNewProp->name =
xnfstrdup
(NameForAtom(property));
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
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
("4 5 6 7"))
[
all
...]
xf86AutoConfig.c
113
str =
xnfstrdup
(s);
165
md->matches[nmatches] =
xnfstrdup
(driver);
321
char *vendorName =
xnfstrdup
(visid.name);
xf86Mode.c
1607
q->name =
xnfstrdup
(p->name);
1640
new->name =
xnfstrdup
(modeNames[i]);
1707
p->name =
xnfstrdup
(r->name);
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);
xf86sbusBus.c
76
psdp->device =
xnfstrdup
(device);
/xsrc/external/mit/xorg-server/dist/test/
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");
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/
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/
vmwaremodes.c
98
dynModeName =
xnfstrdup
(name);
/xsrc/external/mit/xf86-input-mouse/dist/src/
lnx_mouse.c
132
realdev =
xnfstrdup
(dev);
/xsrc/external/mit/xorg-server/dist/xkb/
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;
ddxLoad.c
185
return
xnfstrdup
(keymap);
/xsrc/external/mit/xf86-video-vboxvideo/dist/src/
getmode.c
98
m->name =
xnfstrdup
(pszName);
vboxvideo.c
533
pMode->name =
xnfstrdup
(pszName);
/xsrc/external/mit/xorg-server.old/dist/include/
os.h
81
#define
xnfstrdup
(s)
XNFstrdup
(s)
macro
276
extern _X_EXPORT char *
XNFstrdup
(const char *s);
/xsrc/external/mit/xorg-server/dist/include/
os.h
82
#define
xnfstrdup
(s)
XNFstrdup
(s)
macro
272
XNFstrdup
(const char *s);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
xf86Modes.c
223
pNew->name =
xnfstrdup
(pMode->name);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
xf86Modes.c
209
pNew->name =
xnfstrdup
(pMode->name);
/xsrc/external/mit/xorg-server/dist/glx/
glxdri2.c
985
screen->base.glvnd =
xnfstrdup
(glvnd);
Completed in 22 milliseconds
Indexes created Thu Jul 02 00:25:40 UTC 2026