/external/toybox/toys/other/ |
count.c | 25 len = xread(0, toybuf, sizeof(toybuf));
|
base64.c | 35 if (!(len = xread(fd, buf, sizeof(toybuf)-128))) {
|
mkpasswd.c | 68 if (!xread(0, toybuf+i, 1)) break;
|
shred.c | 99 if (iter != TT.iterations) xread(TT.ufd, toybuf, throw);
|
/external/toybox/toys/posix/ |
tee.c | 60 len = xread(0, toybuf, sizeof(toybuf));
|
uuencode.c | 37 if (!(i = xread(fd, buf, m ? sizeof(buf) : 45))) break;
|
split.c | 54 if (!(len = xread(infd, toybuf, sizeof(toybuf)))) break;
|
/external/toybox/toys/pending/ |
dumpleases.c | 47 xread(fd, &written_time, sizeof(written_time));
|
klogd.c | 87 size = xread(TT.fd, start, sizeof(msg_buffer) - used - 1);
|
ftpget.c | 203 while ((len = xread(rfd, toybuf, sizeof(toybuf)))) xwrite(wfd, toybuf, len);
|
tar.c | 671 xread(tar_hdl->src_fd, longlink, file_hdr->size); 677 xread(tar_hdl->src_fd, longname, file_hdr->size);
|
diff.c | 187 rd = xread(STDIN_FILENO, toybuf, sizeof(toybuf));
|
/prebuilts/tools/common/m2/repository/xml-resolver/xml-resolver/1.2/ |
xml-resolver-1.2-sources.jar | |
xml-resolver-1.2.jar | |
/external/toybox/lib/ |
xwrap.c | 350 size_t xread(int fd, void *buf, size_t len) function 353 if (ret < 0) perror_exit("xread"); 654 spid[xread(fd, spid, sizeof(spid)-1)] = 0; 676 len = xread(in, libbuf, sizeof(libbuf));
|
lib.h | 127 size_t xread(int fd, void *buf, size_t len);
|
/external/sqlite/dist/orig/ |
shell.c | [all...] |
sqlite3.c | [all...] |
sqlite3.h | [all...] |
/external/sqlite/dist/ |
shell.c | [all...] |
sqlite3.c | [all...] |
sqlite3.h | [all...] |
/external/toybox/www/ |
code.html | 624 strlcpy(), xexec(), xopen()/xread(), xgetcwd(), xabspath(), find_in_path(), [all...] |
/prebuilts/go/darwin-x86/src/cmd/internal/rsc.io/x86/x86asm/ |
decode.go | 25 // consumed data as instruction arguments. The names of the xRead and xArg [all...] |
/prebuilts/go/linux-x86/src/cmd/internal/rsc.io/x86/x86asm/ |
decode.go | 25 // consumed data as instruction arguments. The names of the xRead and xArg [all...] |