HomeSort by relevance Sort by last modified time
    Searched full:opt_ofs (Results 1 - 1 of 1) sorted by null

  /system/core/toolbox/
newfs_msdos.c 273 off_t opt_create = 0, opt_ofs = 0; local
278 opt_ofs = argtooff(optarg, "offset");
394 if (opt_ofs && opt_ofs != lseek(fd, opt_ofs, SEEK_SET))
395 errx(1, "cannot seek to %jd", (intmax_t)opt_ofs);
420 bpb.bsec -= (opt_ofs / bpb.bps);
629 if (!x && lseek(fd1, opt_ofs, SEEK_SET))

Completed in 394 milliseconds