Home | History | Annotate | Download | only in adb

Lines Matching refs: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));
139 writex(fd, buf, strlen(buf));
146 writex(fd, buf, strlen(buf));
552 snprintf(resp, sizeof(resp), "%04x%s",(unsigned)strlen
553 writex(fd, resp, strlen(resp));
563 } else if (!strncmp(name, "wait-for-", strlen("wait-for-"))) {
571 name += strlen("wait-for-");
573 if (!strncmp(name, "local", strlen("local"))) {
576 } else if (!strncmp(name, "usb", strlen("usb"))) {
579 } else if (!strncmp(name, "any", strlen("any"))) {