Lines Matching refs:strcasecmp
171 if (strcasecmp(strVal, "trunk") == 0) { in add_vlan_config()
199 if (strcasecmp(type, "bool") == 0) in add_config()
201 else if (strcasecmp(type, "string") == 0) in add_config()
203 else if (strcasecmp(type, "uint8_t") == 0) in add_config()
205 else if (strcasecmp(type, "uint16_t") == 0) in add_config()
207 else if (strcasecmp(type, "uint32_t") == 0) in add_config()
209 else if (strcasecmp(type, "uint64_t") == 0) in add_config()
211 else if (strcasecmp(type, "unicast-mac") == 0) in add_config()
213 else if (strcasecmp(type, "vlan") == 0) in add_config()
320 if (strcasecmp(key, PF_CONFIG_NAME) == 0) in parse_config_file()
322 else if (strcasecmp(key, DEFAULT_SCHEMA_NAME) == 0) { in parse_config_file()
370 if (strcasecmp(key, "device") == 0) { in find_pf_device()
422 if (strcasecmp(key, PF_CONFIG_NAME) == 0) { in find_device()