Lines Matching refs:strcasecmp
132 if (!str || !strcasecmp(str, "null") in osm_routing_engine_type()
133 || !strcasecmp(str, "minhop")) in osm_routing_engine_type()
135 else if (!strcasecmp(str, "none")) in osm_routing_engine_type()
137 else if (!strcasecmp(str, "updn")) in osm_routing_engine_type()
139 else if (!strcasecmp(str, "dnup")) in osm_routing_engine_type()
141 else if (!strcasecmp(str, "file")) in osm_routing_engine_type()
143 else if (!strcasecmp(str, "ftree")) in osm_routing_engine_type()
145 else if (!strcasecmp(str, "lash")) in osm_routing_engine_type()
147 else if (!strcasecmp(str, "dor")) in osm_routing_engine_type()
149 else if (!strcasecmp(str, "torus-2QoS")) in osm_routing_engine_type()
151 else if (!strcasecmp(str, "sssp")) in osm_routing_engine_type()
153 else if (!strcasecmp(str, "dfsssp")) in osm_routing_engine_type()