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

  /external/toybox/toys/other/
mkswap.c 35 xlseek(fd, 1024, SEEK_SET);
39 xlseek(fd, pagesize-10, 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 200 if (out.offset) xlseek(out.fd, (off_t)(out.offset * out.sz), SEEK_CUR);
250 xlseek(in.fd, 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/lib/
lib.h 130 off_t xlseek(int fd, off_t offset, int whence);
xwrap.c 374 off_t xlseek(int fd, off_t offset, int whence) function

Completed in 302 milliseconds