Lines Matching refs:strcasecmp
170 if (strcasecmp(strVal, "trunk") == 0) { in add_vlan_config()
198 if (strcasecmp(type, "bool") == 0) in add_config()
200 else if (strcasecmp(type, "string") == 0) in add_config()
202 else if (strcasecmp(type, "uint8_t") == 0) in add_config()
204 else if (strcasecmp(type, "uint16_t") == 0) in add_config()
206 else if (strcasecmp(type, "uint32_t") == 0) in add_config()
208 else if (strcasecmp(type, "uint64_t") == 0) in add_config()
210 else if (strcasecmp(type, "unicast-mac") == 0) in add_config()
212 else if (strcasecmp(type, "vlan") == 0) in add_config()
319 if (strcasecmp(key, PF_CONFIG_NAME) == 0) in parse_config_file()
321 else if (strcasecmp(key, DEFAULT_SCHEMA_NAME) == 0) { in parse_config_file()
369 if (strcasecmp(key, "device") == 0) { in find_pf_device()
421 if (strcasecmp(key, PF_CONFIG_NAME) == 0) { in find_device()