Lines Matching refs:end
624 int wps_attr_text(struct wpabuf *data, char *buf, char *end) in wps_attr_text() argument
641 ret = snprintf(pos, end - pos, in wps_attr_text()
644 ret = snprintf(pos, end - pos, in wps_attr_text()
648 if (ret < 0 || ret >= end - pos) { in wps_attr_text()
656 ret = snprintf(pos, end - pos, in wps_attr_text()
658 if (ret < 0 || ret >= end - pos) { in wps_attr_text()
666 ret = snprintf(pos, end - pos, in wps_attr_text()
668 if (ret < 0 || ret >= end - pos) { in wps_attr_text()
676 ret = snprintf(pos, end - pos, in wps_attr_text()
679 if (ret < 0 || ret >= end - pos) { in wps_attr_text()
687 ret = snprintf(pos, end - pos, in wps_attr_text()
691 if (ret < 0 || ret >= end - pos) { in wps_attr_text()
700 ret = snprintf(pos, end - pos, in wps_attr_text()
705 if (ret < 0 || ret >= end - pos) { in wps_attr_text()
726 ret = snprintf(pos, end - pos, "wps_device_name=%s\n", str); in wps_attr_text()
728 if (ret < 0 || ret >= end - pos) { in wps_attr_text()
736 ret = snprintf(pos, end - pos, in wps_attr_text()
739 if (ret < 0 || ret >= end - pos) { in wps_attr_text()