Home | History | Annotate | Download | only in hostapd

Lines Matching refs:total

630 	int res, i, total;
641 total = res;
643 tmp = &buf[total];
644 res = os_snprintf(tmp, sizeof(buf) - total, " %s", argv[i]);
645 if (os_snprintf_error(sizeof(buf) - total, res))
647 total += res;
932 int total;
950 total = res;
952 tmp = cmd + total;
953 res = os_snprintf(tmp, sizeof(cmd) - total, " %s", argv[i]);
954 if (os_snprintf_error(sizeof(cmd) - total, res)) {
958 total += res;