Home | History | Annotate | Download | only in adb

Lines Matching full:strlen

67         writex(fd, buf, strlen(buf));
73 writex(fd, buf, strlen(buf));
80 writex(fd, buf, strlen(buf));
93 writex(fd, buf, strlen(buf));
101 writex(fd, buf, strlen(buf));
111 writex(fd, buf, strlen(buf));
126 writex(fd, buf, strlen(buf));
133 writex(fd, buf, strlen(buf));
539 snprintf(resp, sizeof(resp), "%04x%s",(unsigned)strlen(buf), buf);
540 writex(fd, resp, strlen(resp));
550 } else if (!strncmp(name, "wait-for-", strlen("wait-for-"))) {
558 name += strlen("wait-for-");
560 if (!strncmp(name, "local", strlen("local"))) {
563 } else if (!strncmp(name, "usb", strlen("usb"))) {
566 } else if (!strncmp(name, "any", strlen("any"))) {