Lines Matching defs:bytes
2758 ssize_t bytes = 0;2760 bytes = scnprintf(buf, PAGE_SIZE,2762 bytes += scnprintf(buf + bytes, PAGE_SIZE - bytes,2765 return bytes;2783 ssize_t bytes = 0;2796 bytes += scnprintf(buf + bytes, PAGE_SIZE - bytes,2799 return bytes;