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

  /external/e2fsprogs/misc/
fsck.c 109 int progress_fd = 0; variable
458 snprintf(tmp, 80, "-C%d", progress_fd);
1160 progress_fd = string_to_int(arg+j+1);
1161 if (progress_fd < 0)
1162 progress_fd = 0;
1167 progress_fd = string_to_int(argv[i]);
1168 if (progress_fd < 0)
1169 progress_fd = 0;
  /external/e2fsprogs/e2fsck/
unix.c 457 if (ctx->progress_fd) {
459 write(ctx->progress_fd, buf, strlen(buf));
497 ctx->progress_fd = 0;
630 res = sscanf(optarg, "%d", &ctx->progress_fd);
634 if (!ctx->progress_fd)
637 fd = dup(ctx->progress_fd);
641 ctx->progress_fd,
    [all...]
e2fsck.h 303 int progress_fd; member in struct:e2fsck_struct
rehash.c 844 if (ctx->progress && !ctx->progress_fd)

Completed in 17 milliseconds