Home | History | Annotate | Download | only in base

Lines Matching defs:linelen

343       const int linelen = strlen(line);
344 const int bytes_to_read = sizeof(line)-1 - linelen;
346 chars_read = read(fd, line + linelen, bytes_to_read);
347 line[linelen + chars_read] = '\0';