OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_rawline
(Results
1 - 6
of
6
) sorted by null
/external/toybox/lib/
pending.h
10
char *
get_rawline
(int fd, long *plen, char end);
lib.c
583
char *
get_rawline
(int fd, long *plen, char end)
function
602
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
119
for (lno = 1; (line =
get_rawline
(fd, &plen, '\n')); lno++,free(line)) {
/external/toybox/toys/posix/
sort.c
279
?
get_rawline
(fd, NULL, 0) : get_line(fd);
/external/toybox/www/
code.html
[
all
...]
Completed in 4264 milliseconds