Home | History | Annotate | Download | only in adb

Lines Matching refs:hostbuf

1408     char hostbuf[100];
1411 strncpy(hostbuf, host, sizeof(hostbuf) - 1);
1413 if (portstr - host >= (ptrdiff_t)sizeof(hostbuf)) {
1418 hostbuf[portstr - host] = 0;
1427 snprintf(serial, sizeof(serial), "%s:%d", hostbuf, port);
1433 fd = socket_network_client(hostbuf, port, SOCK_STREAM);
1586 char hostbuf[100];
1589 snprintf(hostbuf, sizeof(hostbuf) - 1, "%s:5555", serial);
1590 serial = hostbuf;