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

Lines Matching defs:bytes

433 	size_t bytes;
436 bytes = 0;
451 bytes += 2;
478 bytes += 2;
492 bytes += 4;
502 bytes++;
522 return (ssize_t)bytes;
580 ssize_t bytes = 0, sl;
672 bytes++;
718 bytes += len;
722 bytes += sl;
726 return bytes;