Home
last modified time | relevance | path

Searched refs:xlseek (Results 1 - 10 of 10) sorted by relevance

/third_party/toybox/toys/other/
H A Dmkswap.c35 xlseek(fd, 1024, SEEK_SET); in mkswap_main()
39 xlseek(fd, pagesize-10, SEEK_SET); in mkswap_main()
H A Dxxd.c48 xlseek(fd, TT.s, SEEK_SET); in do_xxd()
/third_party/toybox/toys/pending/
H A Dlast.c100 loc = xlseek(fd, 0, SEEK_END); in last_main()
106 xlseek(fd, loc, SEEK_SET); in last_main()
187 xlseek(fd, loc, SEEK_SET); in last_main()
H A Dhexdump.c73 fs = xlseek(fd, 0L, SEEK_END); in do_hexdump()
79 xlseek(fd, TT.s-TT.pos, SEEK_SET); in do_hexdump()
H A Ddd.c228 xlseek(TT.out.fd, bs, SEEK_CUR); in dd_main()
256 xlseek(TT.in.fd, TT.in.sz, SEEK_CUR); in dd_main()
H A Dfdisk.c260 xlseek(dev_fd, (off_t)(offset * g_sect_size), SEEK_SET); in read_ebr()
673 xlseek(dev_fd, offset * g_sect_size, SEEK_SET); in write_table()
/third_party/toybox/toys/net/
H A Dftpget.c260 xlseek(ii, lenl, SEEK_SET); in ftpget_main()
/third_party/toybox/lib/
H A Dlib.h169 off_t xlseek(int fd, off_t offset, int whence);
H A Dxwrap.c505 off_t xlseek(int fd, off_t offset, int whence) in xlseek() function
/third_party/toybox/porting/liteos_a/lib/
H A Dlib.h164 off_t xlseek(int fd, off_t offset, int whence);

Completed in 8 milliseconds