Searched refs:err_printf (Results 1 – 3 of 3) sorted by relevance
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfsresize.c | 276 static void err_printf(const char *fmt, ...) in err_printf() function 629 err_printf("Very rare fragmentation type detected. " in print_advise() 800 err_printf("$MFTMirr can't be split up yet. Please try " in collect_relocation_info() 997 err_printf("%s", corrupt_volume_msg); in compare_bitmaps() 2405 err_printf("Could not access the bad sector list\n"); in open_badclust_bad_attr() 2408 err_printf("Could not decode the bad sector list\n"); in open_badclust_bad_attr() 2435 err_printf("Could not access the bad sector list\n"); in truncate_badclust_bad_attr() 2440 err_printf("Could not adjust the bad sector list\n"); in truncate_badclust_bad_attr() 2624 err_printf("Could not access the bad sector list\n"); in check_bad_sectors() 3056 err_printf("Filesystem check failed!\n"); in check_cluster_allocation() [all …]
|
D | ntfscmp.c | 105 static void err_printf(const char *fmt, ...) in err_printf() function 211 err_printf("Too many arguments!\n"); in parse_options() 230 err_printf("Unknown option '%s'.\n", argv[optind - 1]); in parse_options() 237 err_printf("You must specify exactly 2 volumes.\n"); in parse_options() 624 err_printf("%s read error: ", __FUNCTION__); in cmp_attribute_data() 636 err_printf("%s read error before EOF: ", __FUNCTION__); in cmp_attribute_data() 647 err_printf("%s read overrun: ", __FUNCTION__); in cmp_attribute_data() 649 err_printf("(len = %lld, pos = %lld, count = %lld)\n", in cmp_attribute_data()
|
D | ntfsclone.c | 307 static void err_printf(const char *fmt, ...) in err_printf() function 493 err_printf("Unknown option '%s'.\n", argv[optind-1]); 499 err_printf("You must specify an output file.\n"); 507 err_printf("You must specify a device file.\n"); 512 err_printf("Only special images can be read from standard input\n");
|