HomeSort by relevance Sort by last modified time
    Searched refs:get_rawline (Results 1 - 5 of 5) sorted by null

  /external/toybox/lib/
pending.h 10 char *get_rawline(int fd, long *plen, char end);
lib.c 656 char *get_rawline(int fd, long *plen, char end) function
675 char *buf = get_rawline(fd, &len, '\n');
  /external/toybox/toys/other/
tac.c 28 if (!(c = get_rawline(fd, &len, '\n'))) break;
  /external/toybox/toys/pending/
crontab.c 120 for (lno = 1; (line = get_rawline(fd, &plen, '\n')); lno++,free(line)) {
  /external/toybox/toys/posix/
sort.c 282 ? get_rawline(fd, NULL, 0) : get_line(fd);

Completed in 158 milliseconds