| /xsrc/external/mit/xorg-server/dist/hw/xfree86/parser/ |
| H A D | read.c | 113 if (xf86nameCompare(xf86_lex_val.str, "files") == 0) { 118 else if (xf86nameCompare(xf86_lex_val.str, "serverflags") == 0) { 123 else if (xf86nameCompare(xf86_lex_val.str, "pointer") == 0) { 129 else if (xf86nameCompare(xf86_lex_val.str, "videoadaptor") == 0) { 135 else if (xf86nameCompare(xf86_lex_val.str, "device") == 0) { 141 else if (xf86nameCompare(xf86_lex_val.str, "monitor") == 0) { 147 else if (xf86nameCompare(xf86_lex_val.str, "modes") == 0) { 153 else if (xf86nameCompare(xf86_lex_val.str, "screen") == 0) { 159 else if (xf86nameCompare(xf86_lex_val.str, "inputdevice") == 0) { 165 else if (xf86nameCompare(xf86_lex_va [all...] |
| H A D | Input.c | 186 if (xf86nameCompare(ident, p->inp_identifier) == 0) 198 if (xf86nameCompare(driver, p->inp_driver) == 0)
|
| H A D | xf86Optrec.h | 87 extern _X_EXPORT int xf86nameCompare(const char *s1, const char *s2);
|
| H A D | scan.c | 241 if (!xf86nameCompare(tab[i].name, str)) 1020 xf86nameCompare(const char *s1, const char *s2) function in typeref:typename:int 1120 if (xf86nameCompare(str, "1") == 0) 1122 else if (xf86nameCompare(str, "on") == 0) 1124 else if (xf86nameCompare(str, "true") == 0) 1126 else if (xf86nameCompare(str, "yes") == 0) 1128 else if (xf86nameCompare(str, "0") == 0) 1130 else if (xf86nameCompare(str, "off") == 0) 1132 else if (xf86nameCompare(str, "false") == 0) 1134 else if (xf86nameCompare(st [all...] |
| H A D | Device.c | 346 if (xf86nameCompare(ident, p->dev_identifier) == 0) 359 if (xf86nameCompare (driver, p->dev_driver) == 0)
|
| H A D | Flags.c | 311 if (xf86nameCompare(list->opt_name, name) == 0) 376 if (xf86nameCompare(a->opt_name, b->opt_name) == 0) {
|
| H A D | Video.c | 281 if (xf86nameCompare(ident, p->va_identifier) == 0)
|
| H A D | Screen.c | 327 if (xf86nameCompare(xf86_lex_val.str, aptr->al_adaptor_str) == 0) 562 if (xf86nameCompare(ident, p->scrn_identifier) == 0)
|
| H A D | Monitor.c | 816 if (xf86nameCompare(ident, p->mon_identifier) == 0) 828 if (xf86nameCompare(ident, p->modes_identifier) == 0) 840 if (xf86nameCompare(ident, p->ml_identifier) == 0)
|
| H A D | Layout.c | 534 if (xf86nameCompare(list->lay_identifier, name) == 0)
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/parser/ |
| H A D | read.c | 119 if (xf86nameCompare (val.str, "files") == 0) 125 else if (xf86nameCompare (val.str, "serverflags") == 0) 131 else if (xf86nameCompare (val.str, "pointer") == 0) 138 else if (xf86nameCompare (val.str, "videoadaptor") == 0) 145 else if (xf86nameCompare (val.str, "device") == 0) 152 else if (xf86nameCompare (val.str, "monitor") == 0) 159 else if (xf86nameCompare (val.str, "modes") == 0) 166 else if (xf86nameCompare (val.str, "screen") == 0) 173 else if (xf86nameCompare(val.str, "inputdevice") == 0) 180 else if (xf86nameCompare(va [all...] |
| H A D | Input.c | 193 if (xf86nameCompare (ident, p->inp_identifier) == 0) 206 if (xf86nameCompare (driver, p->inp_driver) == 0)
|
| H A D | scan.c | 454 if (xf86nameCompare (configRBuf, tab[i].name) == 0) 1052 if (!xf86nameCompare (tab[i].name, str)) 1064 xf86nameCompare (const char *s1, const char *s2) function in typeref:typename:int 1152 if (xf86nameCompare(str, "1") == 0) 1154 else if (xf86nameCompare(str, "on") == 0) 1156 else if (xf86nameCompare(str, "true") == 0) 1158 else if (xf86nameCompare(str, "yes") == 0) 1160 else if (xf86nameCompare(str, "0") == 0) 1162 else if (xf86nameCompare(str, "off") == 0) 1164 else if (xf86nameCompare(st [all...] |
| H A D | xf86Optrec.h | 106 extern _X_EXPORT int xf86nameCompare (const char *s1, const char *s2);
|
| H A D | Device.c | 365 if (xf86nameCompare (ident, p->dev_identifier) == 0) 378 if (xf86nameCompare (driver, p->dev_driver) == 0)
|
| H A D | Flags.c | 318 if (xf86nameCompare (list->opt_name, name) == 0) 387 if (xf86nameCompare (a->opt_name, b->opt_name) == 0) {
|
| H A D | Video.c | 290 if (xf86nameCompare (ident, p->va_identifier) == 0)
|
| H A D | Screen.c | 290 if (xf86nameCompare (val.str, aptr->al_adaptor_str) == 0) 562 if (xf86nameCompare (ident, p->scrn_identifier) == 0)
|
| H A D | Monitor.c | 843 if (xf86nameCompare (ident, p->mon_identifier) == 0) 856 if (xf86nameCompare (ident, p->modes_identifier) == 0) 869 if (xf86nameCompare (ident, p->ml_identifier) == 0)
|
| H A D | Layout.c | 552 if (xf86nameCompare (list->lay_identifier, name) == 0)
|
| /xsrc/external/mit/xf86-video-intel/dist/src/ |
| H A D | intel_module.c | 561 if (p->dev_driver && xf86nameCompare(ident, p->dev_driver) == 0)
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/ |
| H A D | intel_module.c | 494 if (p->dev_driver && xf86nameCompare(ident, p->dev_driver) == 0)
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86Option.c | 888 return xf86nameCompare(s1, s2);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86Option.c | 895 return xf86nameCompare(s1, s2);
|
| H A D | xf86Config.c | 238 if (!_l->match_seat || (SeatId && xf86nameCompare(_l->match_seat, SeatId) == 0)) \ 2036 if (!xf86nameCompare(visname, xf86VisualNames[i]))
|