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

  /system/core/toolbox/
newfs_msdos.c 273 off_t opt_create = 0, opt_ofs = 0; local
287 opt_create = argtooff(optarg, "create size");
367 if (!opt_create && !strchr(fname, '/')) {
373 if (opt_create) {
379 if (ftruncate(fd, opt_create))
380 errx(1, "failed to initialize %jd bytes", (intmax_t)opt_create);
385 if (opt_create) {

Completed in 69 milliseconds