Home
last modified time | relevance | path

Searched refs:NameForAtom (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/external/xserver/xkb/
H A Dxkbfmisc.c253 tmp = NameForAtom(old_names->types); in XkbWriteXKBKeymapForNames()
263 tmp = NameForAtom(old_names->compat); in XkbWriteXKBKeymapForNames()
273 tmp = NameForAtom(old_names->symbols); in XkbWriteXKBKeymapForNames()
279 tmp = NameForAtom(old_names->keycodes); in XkbWriteXKBKeymapForNames()
289 tmp = NameForAtom(old_names->geometry); in XkbWriteXKBKeymapForNames()
H A Dxkbtext.c81 atmstr = NameForAtom(atm); in XkbAtomText()
124 tmp = NameForAtom(vmodNames[ndx]); in XkbVModIndexText()
H A Dxkbout.c241 fprintf(file, " indicator \"%s\" {\n", NameForAtom(name)); in WriteXKBIndicatorMap()
H A Dxkb.c4112 str = NameForAtom(name); in _XkbCheckTypeName()
/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DFont.c63 name = NameForAtom(value_atom); in xnestRealizeFont()
/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyrvideo.c191 atom_name = NameForAtom(a_local_atom); in ephyrLocalAtomToHost()
762 (int) a_attr_name, NameForAtom(a_attr_name), a_attr_value); in ephyrSetPortAttribute()
772 NameForAtom(a_attr_name), in ephyrSetPortAttribute()
775 NameForAtom(a_attr_name)); in ephyrSetPortAttribute()
783 NameForAtom(a_attr_name)); in ephyrSetPortAttribute()
816 (int) a_attr_name, NameForAtom(a_attr_name)); in ephyrGetPortAttribute()
/OK3568_Linux_fs/external/xserver/dix/
H A Datom.c150 NameForAtom(Atom atom) in NameForAtom() function
H A Ddixfonts.c2042 .name_for_atom = NameForAtom,
H A Ddispatch.c1074 if ((str = NameForAtom(stuff->id))) { in ProcGetAtomName()
/OK3568_Linux_fs/external/xserver/Xext/
H A Dxselinux_label.c99 const char *name = NameForAtom(atom); in SELinuxAtomToSIDLookup()
H A Dxselinux_hooks.c270 propertyName = audit->property ? NameForAtom(audit->property) : NULL; in SELinuxAudit()
271 selectionName = audit->selection ? NameForAtom(audit->selection) : NULL; in SELinuxAudit()
H A Dsecurity.c862 rec->client->index, NameForAtom(name), name, in SecurityProperty()
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxfont.c424 name = NameForAtom(value_atom); in dmxBELoadFont()
/OK3568_Linux_fs/external/xserver/include/
H A Ddix.h292 extern _X_EXPORT const char *NameForAtom(Atom /*atom */ );
/OK3568_Linux_fs/external/xserver/xfixes/
H A Dcursor.c471 str = NameForAtom(pCursor->name); in ProcXFixesGetCursorName()
531 name = pCursor->name ? NameForAtom(pCursor->name) : ""; in ProcXFixesGetCursorImageAndName()
/OK3568_Linux_fs/external/xserver/randr/
H A Drrmonitor.c450 const char *str = NameForAtom(name); in RRMonitorMatchesOutputName()
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland.c182 NameForAtom(prop->propertyName)); in xwl_window_set_allow_commits_from_property()
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.c3211 if (!(name = NameForAtom(atom))) in drmmode_output_set_property()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog14395 actually name an atom NameForAtom() will return NULL, and strcmp() will
116711 xkb: remove XkbAtomGetString, replace with NameForAtom.
134398 Changes MakeAtom to take a const char * and NameForAtom to return them,