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

  /external/toybox/toys/other/
tac.c 28 if (!(c = get_rawline(fd, &len, '\n'))) break;
  /external/toybox/lib/
lib.h 169 char *get_rawline(int fd, long *plen, char end);
lib.c 475 char *get_rawline(int fd, long *plen, char end) function
494 char *buf = get_rawline(fd, &len, '\n');
  /external/toybox/toys/pending/
crontab.c 119 for (lno = 1; (line = get_rawline(fd, &plen, '\n')); lno++,free(line)) {
  /external/toybox/toys/posix/
sort.c 278 ? get_rawline(fd, NULL, 0) : get_line(fd);
  /external/toybox/www/
code.html     [all...]

Completed in 1022 milliseconds