Lines Matching refs:strchr
332 pos = strchr(buf, '\n'); in openCtrlConnection()
424 pos2 = strchr(pos, '\n'); in openCtrlConnection()
542 end = strchr(start, '\n'); in updateStatus()
551 pos = strchr(start, '='); in updateStatus()
667 start = strchr(buf, '\n'); in updateNetworks()
674 end = strchr(start, '\n'); in updateNetworks()
684 ssid = strchr(id, '\t'); in updateNetworks()
688 bssid = strchr(ssid, '\t'); in updateNetworks()
692 flags = strchr(bssid, '\t'); in updateNetworks()
719 if (*start && strchr(start, '\n')) in updateNetworks()
730 start = strchr(buf, '\n'); in updateNetworks()
943 pos = strchr(pos, '>'); in processMsg()
961 pos2 = strchr(pos, str_match(pos, WPA_CTRL_REQ) ? ':' : ' '); in processMsg()