OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:new_attr
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/xorg-server.old/dist/dix/
inpututils.c
347
InputAttributes *
new_attr
;
local
354
if (!(
new_attr
= calloc(1, sizeof(InputAttributes))))
357
if (attrs->product && !(
new_attr
->product = strdup(attrs->product)))
359
if (attrs->vendor && !(
new_attr
->vendor = strdup(attrs->vendor)))
361
if (attrs->device && !(
new_attr
->device = strdup(attrs->device)))
363
if (attrs->pnp_id && !(
new_attr
->pnp_id = strdup(attrs->pnp_id)))
365
if (attrs->usb_id && !(
new_attr
->usb_id = strdup(attrs->usb_id)))
368
new_attr
->flags = attrs->flags;
375
new_attr
->tags = calloc(ntags + 1, sizeof(char*));
376
if (!
new_attr
->tags
[
all
...]
/xsrc/external/mit/xorg-server/dist/dix/
inpututils.c
349
InputAttributes *
new_attr
;
local
356
if (!(
new_attr
= calloc(1, sizeof(InputAttributes))))
359
if (attrs->product && !(
new_attr
->product = strdup(attrs->product)))
361
if (attrs->vendor && !(
new_attr
->vendor = strdup(attrs->vendor)))
363
if (attrs->device && !(
new_attr
->device = strdup(attrs->device)))
365
if (attrs->pnp_id && !(
new_attr
->pnp_id = strdup(attrs->pnp_id)))
367
if (attrs->usb_id && !(
new_attr
->usb_id = strdup(attrs->usb_id)))
370
new_attr
->flags = attrs->flags;
376
new_attr
->tags = calloc(ntags + 1, sizeof(char *));
377
if (!
new_attr
->tags
[
all
...]
Completed in 6 milliseconds
Indexes created Wed Jul 01 00:25:26 UTC 2026