Home
last modified time | relevance | path

Searched refs:str_match (Results 1 – 3 of 3) sorted by relevance

/external/libiio/src/tests/
Diio_attr.c43 static bool str_match(const char * haystack, char * needle, bool ignore) in str_match() function
569 if (!attr_index || str_match(key, argv[attr_index], ignore_case)) { in main()
587 if (device_index && !str_match(name, argv[device_index], ignore_case)) in main()
626 !str_match(iio_channel_get_id(ch), in main()
629 !str_match( name,argv[channel_index], ignore_case)))) in main()
684 !str_match(attr, argv[attr_index], in main()
703 !str_match(attr, argv[attr_index], ignore_case)) in main()
722 if ((attr_index && str_match(attr, argv[attr_index], in main()
741 if ((attr_index && str_match(attr, argv[attr_index], in main()
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dwpagui.cpp928 static int str_match(const char *a, const char *b) in str_match() function
961 pos2 = strchr(pos, str_match(pos, WPA_CTRL_REQ) ? ':' : ' '); in processMsg()
975 if (str_match(pos, WPA_CTRL_REQ)) in processMsg()
977 else if (str_match(pos, WPA_EVENT_SCAN_RESULTS) && scanres) in processMsg()
979 else if (str_match(pos, WPA_EVENT_DISCONNECTED)) in processMsg()
982 else if (str_match(pos, WPA_EVENT_CONNECTED)) { in processMsg()
987 } else if (str_match(pos, WPS_EVENT_AP_AVAILABLE_PBC)) { in processMsg()
994 } else if (str_match(pos, WPS_EVENT_AP_AVAILABLE_PIN)) { in processMsg()
1000 } else if (str_match(pos, WPS_EVENT_AP_AVAILABLE_AUTH)) { in processMsg()
1009 } else if (str_match(pos, WPS_EVENT_AP_AVAILABLE)) { in processMsg()
[all …]
/external/lua/src/
Dlstrlib.c821 static int str_match (lua_State *L) { in str_match() function
1771 {"match", str_match},