Home
last modified time | relevance | path

Searched refs:strncasecmp (Results 1 – 25 of 76) sorted by relevance

1234

/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/
DIPACM_Xml.cpp107 ret = strncasecmp(xml_str, str, len1); in IPACM_util_icmp_string()
230 if (0 == strncasecmp(content_buf, ODU_ROUTER_TAG, str_size)) in ipacm_cfg_xml_parse_tree()
235 else if (0 == strncasecmp(content_buf, ODU_BRIDGE_TAG, str_size)) in ipacm_cfg_xml_parse_tree()
283 if (0 == strncasecmp(content_buf, WANIF_TAG, str_size)) in ipacm_cfg_xml_parse_tree()
288 else if (0 == strncasecmp(content_buf, LANIF_TAG, str_size)) in ipacm_cfg_xml_parse_tree()
293 else if (0 == strncasecmp(content_buf, WLANIF_TAG, str_size)) in ipacm_cfg_xml_parse_tree()
298 else if (0 == strncasecmp(content_buf, VIRTUALIF_TAG, str_size)) in ipacm_cfg_xml_parse_tree()
303 else if (0 == strncasecmp(content_buf, UNKNOWNIF_TAG, str_size)) in ipacm_cfg_xml_parse_tree()
308 else if (0 == strncasecmp(content_buf, ETHIF_TAG, str_size)) in ipacm_cfg_xml_parse_tree()
313 else if (0 == strncasecmp(content_buf, ODUIF_TAG, str_size)) in ipacm_cfg_xml_parse_tree()
[all …]
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
DIPACM_Xml.cpp107 ret = strncasecmp(xml_str, str, len1); in IPACM_util_icmp_string()
230 if (0 == strncasecmp(content_buf, ODU_ROUTER_TAG, str_size)) in ipacm_cfg_xml_parse_tree()
235 else if (0 == strncasecmp(content_buf, ODU_BRIDGE_TAG, str_size)) in ipacm_cfg_xml_parse_tree()
283 if (0 == strncasecmp(content_buf, WANIF_TAG, str_size)) in ipacm_cfg_xml_parse_tree()
288 else if (0 == strncasecmp(content_buf, LANIF_TAG, str_size)) in ipacm_cfg_xml_parse_tree()
293 else if (0 == strncasecmp(content_buf, WLANIF_TAG, str_size)) in ipacm_cfg_xml_parse_tree()
298 else if (0 == strncasecmp(content_buf, VIRTUALIF_TAG, str_size)) in ipacm_cfg_xml_parse_tree()
303 else if (0 == strncasecmp(content_buf, UNKNOWNIF_TAG, str_size)) in ipacm_cfg_xml_parse_tree()
308 else if (0 == strncasecmp(content_buf, ETHIF_TAG, str_size)) in ipacm_cfg_xml_parse_tree()
313 else if (0 == strncasecmp(content_buf, ODUIF_TAG, str_size)) in ipacm_cfg_xml_parse_tree()
[all …]
/hardware/qcom/msm8998/json-c/
Djson_tokener.c49 # define strncasecmp _strnicmp macro
51 # error You do not have strncasecmp on your system.
368 strncasecmp(json_inf_str, infbuf, size_inf) == 0) || in json_tokener_parse_ex()
394 strncasecmp(json_null_str, tok->pb->buf, size) == 0) in json_tokener_parse_ex()
405 strncasecmp(json_nan_str, tok->pb->buf, size_nan) == 0) || in json_tokener_parse_ex()
640 strncasecmp(json_true_str, tok->pb->buf, size1) == 0) in json_tokener_parse_ex()
650 strncasecmp(json_false_str, tok->pb->buf, size2) == 0) in json_tokener_parse_ex()
Dconfigure.ac45 AC_CHECK_FUNCS(strcasecmp strdup strerror snprintf vsnprintf vasprintf open vsyslog strncasecmp set…
/hardware/qcom/audio/hal/audio_extn/
Dsndmonitor.c194 if ((strncasecmp(card_id, "msm", 3) != 0) && in enum_sndcards()
195 (strncasecmp(card_id, "sdm", 3) != 0) && in enum_sndcards()
196 (strncasecmp(card_id, "sdc", 3) != 0) && in enum_sndcards()
197 (strncasecmp(card_id, "apq", 3) != 0) && in enum_sndcards()
198 (strncasecmp(card_id, "sm8150", 6) != 0)) { in enum_sndcards()
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_adreno_info.cpp74 (!strncasecmp(property, "true", PROPERTY_VALUE_MAX)))) { in Init()
/hardware/qcom/display/msm8998/libgralloc1/
Dgr_adreno_info.cpp73 (!strncasecmp(property, "true", PROPERTY_VALUE_MAX)))) { in Init()
/hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/
Dbt_vendor_qcom.c198 if (!strncasecmp(bt_soc_type, "rome", sizeof("rome"))) { in get_bt_soc_type()
201 else if (!strncasecmp(bt_soc_type, "cherokee", sizeof("cherokee"))) { in get_bt_soc_type()
204 else if (!strncasecmp(bt_soc_type, "ath3k", sizeof("ath3k"))) { in get_bt_soc_type()
207 else if (!strncasecmp(bt_soc_type, "cherokee", sizeof("cherokee"))) { in get_bt_soc_type()
728 if (!strncasecmp(init_value, "1", sizeof("1"))) { in is_soc_initialized()
/hardware/qcom/sdm845/bt/libbt-vendor/src/
Dbt_vendor_qcom.c202 if (!strncasecmp(bt_soc_type, "rome", sizeof("rome"))) { in get_bt_soc_type()
205 else if (!strncasecmp(bt_soc_type, "cherokee", sizeof("cherokee"))) { in get_bt_soc_type()
208 else if (!strncasecmp(bt_soc_type, "ath3k", sizeof("ath3k"))) { in get_bt_soc_type()
211 else if (!strncasecmp(bt_soc_type, "cherokee", sizeof("cherokee"))) { in get_bt_soc_type()
732 if (!strncasecmp(init_value, "1", sizeof("1"))) { in is_soc_initialized()
/hardware/qcom/bt/msm8998/libbt-vendor/src/
Dbt_vendor_qcom.c202 if (!strncasecmp(bt_soc_type, "rome", sizeof("rome"))) { in get_bt_soc_type()
205 else if (!strncasecmp(bt_soc_type, "cherokee", sizeof("cherokee"))) { in get_bt_soc_type()
208 else if (!strncasecmp(bt_soc_type, "ath3k", sizeof("ath3k"))) { in get_bt_soc_type()
211 else if (!strncasecmp(bt_soc_type, "cherokee", sizeof("cherokee"))) { in get_bt_soc_type()
700 if (!strncasecmp(init_value, "1", sizeof("1"))) { in is_soc_initialized()
/hardware/qcom/display/msm8909/gralloc/
Dgr_adreno_info.cpp84 (!strncasecmp(property, "true", PROPERTY_VALUE_MAX)))) { in AdrenoMemInfo()
/hardware/qcom/display/msm8909w_3100/libgralloc1/
Dgr_adreno_info.cpp84 (!strncasecmp(property, "true", PROPERTY_VALUE_MAX)))) { in AdrenoMemInfo()
/hardware/qcom/bt/msm8992/libbt-vendor/src/
Dbt_vendor_qcom.c204 if (!strncasecmp(bt_soc_type, "rome", sizeof("rome"))) { in get_bt_soc_type()
207 else if (!strncasecmp(bt_soc_type, "ath3k", sizeof("ath3k"))) { in get_bt_soc_type()
606 if (!strncasecmp(init_value, "1", sizeof("1"))) { in is_soc_initialized()
/hardware/qcom/bt/msm8996/libbt-vendor/src/
Dbt_vendor_qcom.c226 if (!strncasecmp(bt_soc_type, "rome", sizeof("rome"))) { in get_bt_soc_type()
229 else if (!strncasecmp(bt_soc_type, "ath3k", sizeof("ath3k"))) { in get_bt_soc_type()
638 if (!strncasecmp(init_value, "1", sizeof("1"))) { in is_soc_initialized()
/hardware/qcom/bt/msm8909/libbt-vendor/src/
Dbt_vendor_qcom.c210 if (!strncasecmp(bt_soc_type, "rome", sizeof("rome"))) { in get_bt_soc_type()
213 else if (!strncasecmp(bt_soc_type, "ath3k", sizeof("ath3k"))) { in get_bt_soc_type()
619 if (!strncasecmp(init_value, "1", sizeof("1"))) { in is_soc_initialized()
/hardware/qcom/display/msm8909/libgralloc/
Dgpu.cpp310 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) { in alloc_impl()
316 (!strncasecmp(isUBWC, "true", PROPERTY_VALUE_MAX))) { in alloc_impl()
/hardware/qcom/display/msm8994/libqdutils/
Dmdp_version.cpp254 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) { in updatePanelInfo()
281 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) { in updateSysFsInfo()
/hardware/qcom/display/msm8909w_3100/libgralloc/
Dgpu.cpp310 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) { in alloc_impl()
316 (!strncasecmp(isUBWC, "true", PROPERTY_VALUE_MAX))) { in alloc_impl()
/hardware/qcom/display/msm8996/libgralloc/
Dgpu.cpp307 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) { in alloc_impl()
313 (!strncasecmp(isUBWC, "true", PROPERTY_VALUE_MAX))) { in alloc_impl()
/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_uevents.cpp77 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) { in handle_uevent()
/hardware/qcom/display/msm8994/liboverlay/
DoverlayRotator.cpp37 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) { in Rotator()
/hardware/google/av/media/codecs/cmds/
Dcodec2.cpp423 if (strncasecmp(filename, "sine:", 5) && dataSource == nullptr) { in main()
461 if (!strncasecmp(mime, "video/avc", 9)) { in main()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_uevents.cpp266 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) { in handle_uevent()
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_uevents.cpp258 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) { in handle_uevent()
/hardware/qcom/display/msm8084/libqdutils/
Dmdp_version.cpp232 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) { in updateSysFsInfo()

1234