Home
last modified time | relevance | path

Searched refs:err_printf (Results 1 – 17 of 17) sorted by relevance

/third_party/boost/tools/build/src/engine/
Djam.cpp224 err_printf("\nusage: %s [ options ] targets...\n\n", progname); in usage()
226 err_printf("-a Build all targets, even if they are current.\n"); in usage()
227 err_printf("-dx Set the debug level to x (0-13,console,mi).\n"); in usage()
228 err_printf("-fx Read x instead of bootstrap.\n"); in usage()
230 err_printf("-jx Run up to x shell commands concurrently.\n"); in usage()
231 err_printf("-lx Limit actions to x number of seconds after which they are stopped.\n"); in usage()
232 err_printf("-mx Maximum target output saved (kb), default is to save all output.\n"); in usage()
233 err_printf("-n Don't actually execute the updating actions.\n"); in usage()
234 err_printf("-ox Mirror all output to file x.\n"); in usage()
235 err_printf("-px x=0, pipes action stdout and stderr merged into action output.\n"); in usage()
[all …]
Dhcache.cpp200 err_printf( "[errno %d] failed to read hcache file '%s': %s", in hcache_init()
232 err_printf( "invalid %s\n", hcachename ); in hcache_init()
242 err_printf( "invalid %s with record separator <%s>\n", in hcache_init()
256 err_printf( "invalid %s\n", hcachename ); in hcache_init()
270 err_printf( "invalid %s\n", hcachename ); in hcache_init()
281 err_printf( "invalid %s\n", hcachename ); in hcache_init()
291 err_printf( "invalid %s\n", hcachename ); in hcache_init()
311 err_printf( "can not insert header cache item, bailing on %s" in hcache_init()
371 err_printf( "[errno %d] failed to write hcache file '%s': %s", in hcache_done()
Dstartup.cpp52 err_printf( in builtin_boost_build()
104 err_printf( in builtin_boost_build()
117 err_printf(" %s\n", file.c_str()); in builtin_boost_build()
229 err_printf(not_found_error, b2::cwd_str().c_str(), b2_exe_path.c_str()); in bootstrap()
247 err_printf( in bootstrap()
Doutput.h36 void err_printf(char const * const f, ...);
Dhdrmacro.cpp87 err_printf( "[errno %d] failed to scan include file '%s': %s", in macro_headers()
Doutput.cpp84 void err_printf(char const * const f, ...) in err_printf() function
Dheaders.cpp154 err_printf( "[errno %d] failed to scan file '%s': %s", in headers1()
Dexecunix.cpp543 err_printf( "unknown pid %d with errno = %d\n", pid, errno ); in exec_wait()
602 err_printf( "no slots for child!\n" ); in get_free_cmdtab_slot()
Dexecvms.cpp172 err_printf( "[errno %d] failed to wite cmd_string file '%s': %s", in exec_cmd()
Dregexp.cpp911 err_printf("%s(\n", regprop(scan)); in regmatch()
916 err_printf("%s...\n", regprop(scan)); in regmatch()
Dexecnt.cpp1270 err_printf( "failed to write command file!\n" ); in prepare_command_file()
1289 err_printf( "no slots for child!\n" ); in get_free_cmdtab_slot()
Dfunction.cpp3355 err_printf( "%s:%d: missing argument name before type name: %s\n", in argument_compiler_add()
3403 err_printf( "%s:%d: missing argument name after type name: %s\n", in arg_compile_impl()
5021 err_printf( "[errno %d] failed to write output file '%s': %s", in function_run()
5299 err_printf( in call_python_function()
5330 err_printf( "Call failed\n" ); in call_python_function()
Dbuiltins.cpp1987 err_printf( "Cannot find function \"%s\"\n", python_function ); in builtin_python_import_rule()
1994 err_printf( "Failed to load \"%s\"\n", python_module ); in builtin_python_import_rule()
Dmake1.cpp478 err_printf( "ERROR: %s has bad fate %d", object_str( t->name ), in make1b()
/third_party/ntfs-3g/ntfsprogs/
Dntfsresize.c276 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 …]
Dntfscmp.c105 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()
Dntfsclone.c307 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");