Searched refs:xlseek (Results 1 - 10 of 10) sorted by relevance
/third_party/toybox/toys/other/ |
H A D | mkswap.c | 35 xlseek(fd, 1024, SEEK_SET); in mkswap_main() 39 xlseek(fd, pagesize-10, SEEK_SET); in mkswap_main()
|
H A D | xxd.c | 48 xlseek(fd, TT.s, SEEK_SET); in do_xxd()
|
/third_party/toybox/toys/pending/ |
H A D | last.c | 100 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 D | hexdump.c | 73 fs = xlseek(fd, 0L, SEEK_END); in do_hexdump() 79 xlseek(fd, TT.s-TT.pos, SEEK_SET); in do_hexdump()
|
H A D | dd.c | 228 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 D | fdisk.c | 260 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 D | ftpget.c | 260 xlseek(ii, lenl, SEEK_SET); in ftpget_main()
|
/third_party/toybox/lib/ |
H A D | lib.h | 169 off_t xlseek(int fd, off_t offset, int whence);
|
H A D | xwrap.c | 505 off_t xlseek(int fd, off_t offset, int whence) in xlseek() function
|
/third_party/toybox/porting/liteos_a/lib/ |
H A D | lib.h | 164 off_t xlseek(int fd, off_t offset, int whence);
|
Completed in 8 milliseconds