Lines Matching refs:strcasecmp
178 if (strcasecmp(type, "bool") == 0) in add_config()
180 else if (strcasecmp(type, "string") == 0) in add_config()
182 else if (strcasecmp(type, "uint8_t") == 0) in add_config()
184 else if (strcasecmp(type, "uint16_t") == 0) in add_config()
186 else if (strcasecmp(type, "uint32_t") == 0) in add_config()
188 else if (strcasecmp(type, "uint64_t") == 0) in add_config()
190 else if (strcasecmp(type, "unicast-mac") == 0) in add_config()
297 if (strcasecmp(key, PF_CONFIG_NAME) == 0) in parse_config_file()
299 else if (strcasecmp(key, DEFAULT_SCHEMA_NAME) == 0) { in parse_config_file()
347 if (strcasecmp(key, "device") == 0) { in find_pf_device()
399 if (strcasecmp(key, PF_CONFIG_NAME) == 0) { in find_device()