Searched refs:progress_fd (Results 1 - 4 of 4) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/
H A Dfsck.c114 static int progress_fd; variable
620 argv[argc++] = xasprintf("-C%d", progress_fd); /* 1 */
1054 progress_fd = xatoi_u(&arg[j]);
1058 progress_fd = xatoi_u(argv[++i]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.c10947 if (ctx->progress && !ctx->progress_fd)
12854 if (ctx->progress_fd) {
12856 write(ctx->progress_fd, buf, strlen(buf));
12891 ctx->progress_fd = 0;
13000 ctx->progress_fd = atoi(optarg);
13001 if (!ctx->progress_fd)
13004 fd = dup(ctx->progress_fd);
13008 ctx->progress_fd,
H A De2fsck.h596 int progress_fd; member in struct:e2fsck_struct
H A Dfsck.c270 static int progress_fd; variable
596 snprintf(tmp, 80, "-C%d", progress_fd);
1246 progress_fd = string_to_int(arg+j+1);
1247 if (progress_fd < 0)
1248 progress_fd = 0;
1253 progress_fd = string_to_int(argv[i]);
1254 if (progress_fd < 0)
1255 progress_fd = 0;

Completed in 225 milliseconds