| /xsrc/external/mit/xkbutils/dist/ |
| H A D | utils.h | 67 #define uStrCaseEqual(s1,s2) (uStrCaseCmp(s1,s2)==0) 69 #define uStrCaseCmp(s1,s2) (strcasecmp(s1,s2)) macro 71 extern int uStrCaseCmp(const char * /* s1 */,
|
| H A D | utils.c | 131 uStrCaseCmp(const char *str1, const char *str2) function in typeref:typename:int
|
| /xsrc/external/mit/xkbcomp/dist/ |
| H A D | action.c | 51 if (uStrCaseCmp(str, "noaction") == 0) 53 else if (uStrCaseCmp(str, "setmods") == 0) 55 else if (uStrCaseCmp(str, "latchmods") == 0) 57 else if (uStrCaseCmp(str, "lockmods") == 0) 59 else if (uStrCaseCmp(str, "setgroup") == 0) 61 else if (uStrCaseCmp(str, "latchgroup") == 0) 63 else if (uStrCaseCmp(str, "lockgroup") == 0) 65 else if (uStrCaseCmp(str, "moveptr") == 0) 67 else if (uStrCaseCmp(str, "movepointer") == 0) 69 else if (uStrCaseCmp(st [all...] |
| H A D | indicators.c | 209 if ((uStrCaseCmp(field, "modifiers") == 0) 210 || (uStrCaseCmp(field, "mods") == 0)) 221 else if (uStrCaseCmp(field, "groups") == 0) 231 else if ((uStrCaseCmp(field, "controls") == 0) || 232 (uStrCaseCmp(field, "ctrls") == 0)) 243 else if (uStrCaseCmp(field, "allowexplicit") == 0) 255 else if ((uStrCaseCmp(field, "whichmodstate") == 0) || 256 (uStrCaseCmp(field, "whichmodifierstate") == 0)) 268 else if (uStrCaseCmp(field, "whichgroupstate") == 0) 280 else if ((uStrCaseCmp(fiel [all...] |
| H A D | geometry.c | 971 if (uStrCaseCmp(name, "outline") == 0) 973 else if (uStrCaseCmp(name, "solid") == 0) 975 else if (uStrCaseCmp(name, "text") == 0) 977 else if (uStrCaseCmp(name, "indicator") == 0) 979 else if (uStrCaseCmp(name, "logo") == 0) 1408 if ((uStrCaseCmp(field, "radius") == 0) 1409 || (uStrCaseCmp(field, "corner") == 0) 1410 || (uStrCaseCmp(field, "cornerradius") == 0)) 1442 if ((!uStrCaseCmp(field, "corner")) 1443 || (!uStrCaseCmp(fiel [all...] |
| H A D | utils.h | 144 #define uStrCaseEqual(s1,s2) (uStrCaseCmp(s1,s2)==0) 147 #define uStrCaseCmp(s1,s2) (strcasecmp(s1,s2)) macro 150 extern int uStrCaseCmp(const char * /* s1 */ ,
|
| H A D | compat.c | 302 if (uStrCaseCmp(pred_txt, "noneof") == 0) 304 else if (uStrCaseCmp(pred_txt, "anyofornone") == 0) 306 else if (uStrCaseCmp(pred_txt, "anyof") == 0) 308 else if (uStrCaseCmp(pred_txt, "allof") == 0) 310 else if (uStrCaseCmp(pred_txt, "exactly") == 0) 323 if ((pred_txt) && (uStrCaseCmp(pred_txt, "any") == 0)) 495 if (uStrCaseCmp(field, "action") == 0) 504 else if ((uStrCaseCmp(field, "virtualmodifier") == 0) || 505 (uStrCaseCmp(field, "virtualmod") == 0)) 518 else if (uStrCaseCmp(fiel [all...] |
| H A D | symbols.c | 1107 if (uStrCaseCmp(field, "type") == 0) 1143 else if (uStrCaseCmp(field, "symbols") == 0) 1145 else if (uStrCaseCmp(field, "actions") == 0) 1147 else if ((uStrCaseCmp(field, "vmods") == 0) || 1148 (uStrCaseCmp(field, "virtualmods") == 0) || 1149 (uStrCaseCmp(field, "virtualmodifiers") == 0)) 1165 else if ((uStrCaseCmp(field, "locking") == 0) 1166 || (uStrCaseCmp(field, "lock") == 0) 1167 || (uStrCaseCmp(field, "locks") == 0)) 1174 else if ((uStrCaseCmp(fiel [all...] |
| H A D | expr.c | 171 if (uStrCaseCmp(str, entry->name) == 0) 225 (uStrCaseCmp(str, tbl->element) == 0))) 270 if (uStrCaseCmp(str, "all") == 0) 272 else if (uStrCaseCmp(str, "none") == 0) 404 if ((uStrCaseCmp(bogus, "true") == 0) || 405 (uStrCaseCmp(bogus, "yes") == 0) || 406 (uStrCaseCmp(bogus, "on") == 0)) 411 else if ((uStrCaseCmp(bogus, "false") == 0) || 412 (uStrCaseCmp(bogus, "no") == 0) || 413 (uStrCaseCmp(bogu [all...] |
| H A D | vmod.c | 194 if ((modStr != NULL) && (uStrCaseCmp(fieldStr, modStr) == 0)) 256 if ((info->available & bit) && (uStrCaseCmp(str1, str2) == Equal))
|
| H A D | parseutils.c | 666 if ((!str) || (uStrCaseCmp(str, "any") == 0) 667 || (uStrCaseCmp(str, "nosymbol") == 0)) 672 else if ((uStrCaseCmp(str, "none") == 0) 673 || (uStrCaseCmp(str, "voidsymbol") == 0))
|
| H A D | keytypes.c | 851 if (uStrCaseCmp(field, "modifiers") == 0) 884 else if (uStrCaseCmp(field, "map") == 0) 889 else if (uStrCaseCmp(field, "preserve") == 0) 894 else if ((uStrCaseCmp(field, "levelname") == 0) || 895 (uStrCaseCmp(field, "level_name") == 0)) 913 if (elem.str && (uStrCaseCmp(elem.str, "type") == 0))
|
| H A D | utils.c | 284 uStrCaseCmp(const char *str1, const char *str2) function in typeref:typename:int
|
| H A D | xkbscan.c | 596 if (uStrCaseCmp(scanBuf, keywords[i].keyword) == 0)
|
| H A D | keycodes.c | 627 if (uStrCaseCmp(field.str, "minimum") == 0) 629 else if (uStrCaseCmp(field.str, "maximum") == 0)
|
| /xsrc/external/mit/xkbevd/dist/ |
| H A D | utils.h | 103 #define uStrCaseEqual(s1,s2) (uStrCaseCmp(s1,s2)==0) 104 #define uStrCaseCmp(s1,s2) (strcasecmp(s1,s2)) macro
|
| H A D | cfgscan.c | 357 if (uStrCaseCmp(buf, keywords[i].keyword) == 0) {
|