OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:xreadfile
(Results
1 - 5
of
5
) sorted by null
/external/toybox/toys/other/
vmstat.c
57
xreadfile
(name = vmstuff[i], toybuf, sizeof(toybuf));
120
xreadfile
("/proc/uptime", toybuf, sizeof(toybuf)-1);
/external/toybox/lib/
lib.h
118
char *
xreadfile
(char *name, char *buf, off_t len);
xwrap.c
561
char *
xreadfile
(char *name, char *buf, off_t len)
function
/external/toybox/toys/posix/
grep.c
202
if (TT.f) s = ss =
xreadfile
(al->arg, 0, 0);
/external/toybox/www/
code.html
[
all
...]
Completed in 574 milliseconds