Searched refs:CompareISOLatin1 (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | Converters.c | 258 static int CompareISOLatin1(const char *, const char *); 359 if ((CompareISOLatin1(str, "true") == 0) 360 || (CompareISOLatin1(str, "yes") == 0) 361 || (CompareISOLatin1(str, "on") == 0) 362 || (CompareISOLatin1(str, "1") == 0)) 365 if ((CompareISOLatin1(str, "false") == 0) 366 || (CompareISOLatin1(str, "no") == 0) 367 || (CompareISOLatin1(str, "off") == 0) 368 || (CompareISOLatin1(str, "0") == 0)) 408 if ((CompareISOLatin1(st 1388 CompareISOLatin1(const char *first, const char *second) function in typeref:typename:int [all...] |
Completed in 3 milliseconds