Home | History | Annotate | Download | only in dhcpcd-6.8.2

Lines Matching defs:bytes

2071 	ssize_t bytes;
2074 bytes = getline(buf, buflen, fp);
2075 if (bytes == -1)
2080 if ((*buf)[--bytes] == '\n')
2081 (*buf)[bytes] = '\0';