HomeSort by relevance Sort by last modified time
    Searched refs:str_match (Results 1 - 4 of 4) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 913 static int str_match(const char *a, const char *b) function
946 pos2 = strchr(pos, str_match(pos, WPA_CTRL_REQ) ? ':' : ' ');
960 if (str_match(pos, WPA_CTRL_REQ))
962 else if (str_match(pos, WPA_EVENT_SCAN_RESULTS) && scanres)
964 else if (str_match(pos, WPA_EVENT_DISCONNECTED))
967 else if (str_match(pos, WPA_EVENT_CONNECTED)) {
972 } else if (str_match(pos, WPS_EVENT_AP_AVAILABLE_PBC)) {
979 } else if (str_match(pos, WPS_EVENT_AP_AVAILABLE_PIN)) {
985 } else if (str_match(pos, WPS_EVENT_AP_AVAILABLE_AUTH)) {
994 } else if (str_match(pos, WPS_EVENT_AP_AVAILABLE))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lstrlib.c 634 static int str_match (lua_State *L) { function
990 {"match", str_match},
  /external/skia/third_party/lua/src/
lstrlib.c 634 static int str_match (lua_State *L) { function
990 {"match", str_match},
  /external/syslinux/com32/lua/src/
lstrlib.c 634 static int str_match (lua_State *L) { function
990 {"match", str_match},

Completed in 118 milliseconds