HomeSort by relevance Sort by last modified time
    Searched refs:xlseek (Results 1 - 8 of 8) sorted by null

  /external/toybox/toys/other/
mkswap.c 35 xlseek(fd, 1024, SEEK_SET);
39 xlseek(fd, pagesize-10, SEEK_SET);
xxd.c 44 xlseek(fd, TT.s, SEEK_SET);
  /external/toybox/toys/pending/
last.c 100 loc = xlseek(fd, 0, SEEK_END);
106 xlseek(fd, loc, SEEK_SET);
187 xlseek(fd, loc, SEEK_SET);
dd.c 242 xlseek(TT.out.fd, bs, SEEK_CUR);
265 xlseek(TT.in.fd, TT.in.sz, SEEK_CUR);
fdisk.c 260 xlseek(dev_fd, (off_t)(offset * g_sect_size), SEEK_SET);
673 xlseek(dev_fd, offset * g_sect_size, SEEK_SET);
    [all...]
  /external/toybox/toys/net/
ftpget.c 188 xlseek(ii, lenl, SEEK_SET);
  /external/toybox/lib/
lib.h 154 off_t xlseek(int fd, off_t offset, int whence);
xwrap.c 441 off_t xlseek(int fd, off_t offset, int whence) function

Completed in 195 milliseconds