Home
last modified time | relevance | path

Searched refs:progress_fd (Results 1 – 21 of 21) sorted by relevance

/dports/misc/e2fsprogs-libblkid/e2fsprogs-1.46.5/misc/
H A Dfsck.c113 static int progress_fd = 0; variable
471 snprintf(tmp, 80, "-C%d", progress_fd); in execute()
473 } else if (progress_fd) in execute()
474 snprintf(tmp, 80, "-C%d", progress_fd * -1); in execute()
1179 progress_fd = string_to_int(arg+j+1); in PRS()
1180 if (progress_fd < 0) in PRS()
1181 progress_fd = 0; in PRS()
1186 progress_fd = string_to_int(argv[i]); in PRS()
1187 if (progress_fd < 0) in PRS()
1188 progress_fd = 0; in PRS()
/dports/misc/e2fsprogs-libuuid/e2fsprogs-1.46.5/misc/
H A Dfsck.c113 static int progress_fd = 0; variable
471 snprintf(tmp, 80, "-C%d", progress_fd); in execute()
473 } else if (progress_fd) in execute()
474 snprintf(tmp, 80, "-C%d", progress_fd * -1); in execute()
1179 progress_fd = string_to_int(arg+j+1); in PRS()
1180 if (progress_fd < 0) in PRS()
1181 progress_fd = 0; in PRS()
1186 progress_fd = string_to_int(argv[i]); in PRS()
1187 if (progress_fd < 0) in PRS()
1188 progress_fd = 0; in PRS()
/dports/sysutils/e2fsprogs/e2fsprogs-1.46.5/misc/
H A Dfsck.c113 static int progress_fd = 0; variable
471 snprintf(tmp, 80, "-C%d", progress_fd); in execute()
473 } else if (progress_fd) in execute()
474 snprintf(tmp, 80, "-C%d", progress_fd * -1); in execute()
1179 progress_fd = string_to_int(arg+j+1); in PRS()
1180 if (progress_fd < 0) in PRS()
1181 progress_fd = 0; in PRS()
1186 progress_fd = string_to_int(argv[i]); in PRS()
1187 if (progress_fd < 0) in PRS()
1188 progress_fd = 0; in PRS()
/dports/devel/util-linux/util-linux-2.36/disk-utils/
H A Dfsck.c144 static int progress_fd; variable
652 snprintf(tmp, 80, "-C%d", progress_fd); in execute()
654 } else if (progress_fd) in execute()
655 snprintf(tmp, 80, "-C%d", progress_fd * -1); in execute()
1504 progress_fd = string_to_int(arg+j+1); in parse_argv()
1505 if (progress_fd < 0) in parse_argv()
1506 progress_fd = 0; in parse_argv()
1510 progress_fd = string_to_int(argv[i+1]); in parse_argv()
1511 if (progress_fd < 0) in parse_argv()
1512 progress_fd = 0; in parse_argv()
/dports/sysutils/linrename/util-linux-2.25.2/disk-utils/
H A Dfsck.c140 static int progress_fd; variable
625 snprintf(tmp, 80, "-C%d", progress_fd); in execute()
627 } else if (progress_fd) in execute()
628 snprintf(tmp, 80, "-C%d", progress_fd * -1); in execute()
1461 progress_fd = string_to_int(arg+j+1); in parse_argv()
1462 if (progress_fd < 0) in parse_argv()
1463 progress_fd = 0; in parse_argv()
1468 progress_fd = string_to_int(argv[i]); in parse_argv()
1469 if (progress_fd < 0) in parse_argv()
1470 progress_fd = 0; in parse_argv()
/dports/sysutils/busybox/busybox-1.26.2/e2fsprogs/
H A Dfsck.c163 int progress_fd; member
540 G.args[XXX] = xasprintf("-C%d", progress_fd); /* 1 */ in execute()
1004 progress_fd = xatoi_positive(&arg[j]); in fsck_main()
1010 progress_fd = xatoi_positive(*argv); in fsck_main()
/dports/misc/e2fsprogs-libblkid/e2fsprogs-1.46.5/e2fsck/
H A Dunix.c593 if (ctx->progress_fd) { in e2fsck_update_progress()
596 write_all(ctx->progress_fd, buf, strlen(buf)); in e2fsck_update_progress()
664 ctx->progress_fd = 0; in signal_progress_now()
887 res = sscanf(optarg, "%d", &ctx->progress_fd); in PRS()
891 if (ctx->progress_fd < 0) { in PRS()
893 ctx->progress_fd = ctx->progress_fd * -1; in PRS()
895 if (!ctx->progress_fd) in PRS()
898 fd = dup(ctx->progress_fd); in PRS()
902 ctx->progress_fd, in PRS()
H A Dlogfile.c238 if (e2fsck_global_ctx && e2fsck_global_ctx->progress_fd) in save_output()
239 close(e2fsck_global_ctx->progress_fd); in save_output()
H A De2fsck.h400 int progress_fd; member
H A Dextents.c449 if (ctx->progress && !ctx->progress_fd) in rebuild_extents()
H A Drehash.c1174 if (ctx->progress && !ctx->progress_fd) in e2fsck_rehash_directories()
/dports/misc/e2fsprogs-libuuid/e2fsprogs-1.46.5/e2fsck/
H A Dunix.c593 if (ctx->progress_fd) { in e2fsck_update_progress()
596 write_all(ctx->progress_fd, buf, strlen(buf)); in e2fsck_update_progress()
664 ctx->progress_fd = 0; in signal_progress_now()
887 res = sscanf(optarg, "%d", &ctx->progress_fd); in PRS()
891 if (ctx->progress_fd < 0) { in PRS()
893 ctx->progress_fd = ctx->progress_fd * -1; in PRS()
895 if (!ctx->progress_fd) in PRS()
898 fd = dup(ctx->progress_fd); in PRS()
902 ctx->progress_fd, in PRS()
H A Dlogfile.c238 if (e2fsck_global_ctx && e2fsck_global_ctx->progress_fd) in save_output()
239 close(e2fsck_global_ctx->progress_fd); in save_output()
H A De2fsck.h400 int progress_fd; member
H A Dextents.c449 if (ctx->progress && !ctx->progress_fd) in rebuild_extents()
H A Drehash.c1174 if (ctx->progress && !ctx->progress_fd) in e2fsck_rehash_directories()
/dports/sysutils/e2fsprogs/e2fsprogs-1.46.5/e2fsck/
H A Dunix.c593 if (ctx->progress_fd) {
596 write_all(ctx->progress_fd, buf, strlen(buf));
664 ctx->progress_fd = 0;
887 res = sscanf(optarg, "%d", &ctx->progress_fd);
891 if (ctx->progress_fd < 0) {
893 ctx->progress_fd = ctx->progress_fd * -1;
895 if (!ctx->progress_fd)
898 fd = dup(ctx->progress_fd);
902 ctx->progress_fd,
H A Dlogfile.c238 if (e2fsck_global_ctx && e2fsck_global_ctx->progress_fd) in save_output()
239 close(e2fsck_global_ctx->progress_fd); in save_output()
H A De2fsck.h400 int progress_fd; member
H A Dextents.c449 if (ctx->progress && !ctx->progress_fd) in rebuild_extents()
H A Drehash.c1174 if (ctx->progress && !ctx->progress_fd) in e2fsck_rehash_directories()