reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
112 if (strncmp(Value, "0", 1) == 0 || strncmp(Value, "no", 2) == 0 || 112 if (strncmp(Value, "0", 1) == 0 || strncmp(Value, "no", 2) == 0 || 113 strncmp(Value, "false", 5) == 0) { 117 if (strncmp(Value, "1", 1) == 0 || strncmp(Value, "yes", 3) == 0 || 117 if (strncmp(Value, "1", 1) == 0 || strncmp(Value, "yes", 3) == 0 || 118 strncmp(Value, "true", 4) == 0) { 128 if (strncmp(Name, Flags[I].Name, Len) != 0 || Name[Len] != '=')