/third_party/boost/tools/build/src/engine/ |
D | make.cpp | 138 out_printf( "...found %d target%s...\n", counts->targets, in make() 141 out_printf( "...using %d temp target%s...\n", counts->temp, in make() 144 out_printf( "...updating %d target%s...\n", counts->updating, in make() 147 out_printf( "...can't find %d target%s...\n", counts->cantfind, in make() 150 out_printf( "...can't make %d target%s...\n", counts->cantmake, in make() 190 out_printf( "fate change %s from %s to %s (as dependent of %s)\n", in update_dependants() 221 out_printf( "fate change %s from %s to %s (by rebuild)\n", in force_rebuilds() 306 out_printf( "make\t--\t%s%s\n", spaces( depth ), object_str( t->name ) ); in make0() 313 out_printf( "make\t--\t%s%s\n", spaces( depth ), object_str( t->name ) ); in make0() 386 out_printf( "bind\t--\t%s%s: %s\n", spaces( depth ), in make0() [all …]
|
D | headers.cpp | 79 out_printf( "header scan %s\n", object_str( t->name ) ); in headers() 134 out_printf( "...patience...\n" ); in headers1() 166 out_printf( "header found: %s\n", re[ i ]->startp[ 1 ] ); in headers1() 179 out_printf( "macro header found: %s", re_macros->startp[ 1 ] ); in headers1() 187 out_printf( " resolved to '%s'\n", object_str( header_filename ) in headers1() 194 out_printf( " ignored !!\n" ); in headers1() 206 out_printf( "re error %s\n", s ); in regerror()
|
D | make1.cpp | 247 out_printf( "...failed updating %d target%s...\n", counts->failed, in make1() 250 out_printf( "...skipped %d target%s...\n", counts->skipped, in make1() 253 out_printf( "...updated %d target%s...\n", counts->made, in make1() 427 out_printf( "...removing outdated %s\n", object_str( t->boundname ) in make1b() 431 out_printf( "...skipped %s for lack of %s...\n", object_str( t->name ), in make1b() 449 out_printf( "...using %s...\n", object_str( t->name ) ); in make1b() 466 out_printf( "...on %dth target...\n", counts->total ); in make1b() 494 …out_printf( "Delaying %s %s: %d targets not ready\n", object_str( cmd->rule->name ), object_str( t… in make1b() 550 out_printf( "%s %s\n", object_str( action ), object_str( target ) ); in make1c() 617 out_printf( "...failed %s ", object_str( t->actions->action->rule->name ) ); in make1c() [all …]
|
D | jam.cpp | 358 out_printf( "B2 Version %s. %s.\n", VERSION, OSMINOR ); in main() 359 out_printf( " Copyright 1993-2002 Christopher Seiwald and Perforce Software, Inc.\n" ); in main() 360 out_printf( " Copyright 2001 David Turner.\n" ); in main() 361 out_printf( " Copyright 2001-2004 David Abrahams.\n" ); in main() 362 out_printf( " Copyright 2002-2019 Rene Rivera.\n" ); in main() 363 out_printf( " Copyright 2003-2015 Vladimir Prus.\n" ); in main() 364 out_printf( "\n DEFAULTS: jobs = %i\n", globs.jobs); in main() 433 out_printf( "Invalid debug level '%s'.\n", s ); in main() 606 out_printf( "Invalid value of PARALLELISM: %s.\n", in main()
|
D | search.cpp | 106 out_printf( "explicit locate %s: %s\n", object_str( target ), buf->value ); in set_explicit_binding() 172 out_printf( "locate %s: %s\n", object_str( target ), buf->value ); in search() 198 out_printf( "search %s: %s\n", object_str( target ), buf->value ); in search() 209 out_printf(" search %s: found explicitly located target %s\n", in search() 245 out_printf( "search %s: %s\n", object_str( target ), buf->value ); in search()
|
D | hdrmacro.cpp | 70 out_printf( "macro header scan for %s\n", object_str( t->name ) ); in macro_headers() 106 out_printf( "macro '%s' used to define filename '%s' in '%s'\n", in macro_headers() 141 out_printf( "### macro '%s' evaluated to '%s'\n", object_str( macro_name in macro_header_get()
|
D | hcache.cpp | 346 out_printf( "hcache read from file %s\n", hcachename ); in hcache_init() 424 out_printf( "hcache written to %s. %d dependencies, %.0f%% hit rate\n", in hcache_done() 474 out_printf( "HDRSCAN out of date in cache for %s\n", in hcache() 476 out_printf(" real : "); in hcache() 478 out_printf( "\n cached: " ); in hcache() 480 out_printf( "\n" ); in hcache() 491 out_printf( "using header cache for %s\n", object_str( in hcache() 501 out_printf ("header cache out of date for %s\n", object_str( in hcache()
|
D | fileunix.cpp | 291 out_printf( "scan archive %s\n", path ); in file_collect_archive_content_() 327 out_printf("error reading string table\n"); in file_collect_archive_content_() 349 out_printf( "archive name %s found\n", lar_name ); in file_collect_archive_content_() 399 out_printf( "scan archive %s\n", path ); in collect_archive_content_small() 454 out_printf( "scan archive %s\n", path ); in collect_archive_content_big()
|
D | filesys.cpp | 148 out_printf( "build file: " ); in file_build1() 150 out_printf( "root = '%.*s' ", f->f_root.len, f->f_root.ptr ); in file_build1() 152 out_printf( "dir = '%.*s' ", f->f_dir.len, f->f_dir.ptr ); in file_build1() 154 out_printf( "base = '%.*s' ", f->f_base.len, f->f_base.ptr ); in file_build1() 155 out_printf( "\n" ); in file_build1() 449 out_printf( "scan directory %s\n", object_str( d->name ) ); in file_dirscan_impl()
|
D | compile.cpp | 82 out_printf( "\n" ); in evaluate_rule() 226 out_printf( "%*.*s ", i, i, indent ); in debug_compile() 230 out_printf( "%s ", s ); in debug_compile()
|
D | regexp.cpp | 1184 out_printf("%2d%s", s-r->program, regprop(s)); /* Where, what. */ in regdump() 1187 out_printf("(0)"); in regdump() 1189 out_printf("(%d)", (s-r->program)+(next-s)); in regdump() 1204 out_printf("start `%c' ", r->regstart); in regdump() 1206 out_printf("anchored "); in regdump() 1208 out_printf("must have \"%s\"", r->regmust); in regdump() 1209 out_printf("\n"); in regdump()
|
D | debug.cpp | 124 out_printf( "%10ld %12.6f %12.6f %12.8f %10.2f %10.2f %s\n", p->num_entries, in dump_profile_entry() 133 out_printf( "%10s %12s %12s %12s %10s %10s %s\n", "--count--", "--gross--", in profile_dump()
|
D | output.cpp | 68 void out_printf(char const * const f, ...) in out_printf() function 116 out_printf( "%s %s\n", action, target ); in out_action()
|
D | builtins.cpp | 621 out_printf( "\n" ); in builtin_echo() 637 out_printf( "\n" ); in builtin_exit() 1072 out_printf( "scanning '%s' for header file macro definitions\n", in builtin_hdrmacro() 1169 out_printf("%s error", key); in unknown_rule() 1171 out_printf("ERROR"); in unknown_rule() 1172 out_printf( ": rule \"%s\" unknown in ", object_str( rule_name ) ); in unknown_rule() 1174 out_printf( "module \"%s\".\n", object_str( module->name ) ); in unknown_rule() 1176 out_printf( "root module.\n" ); in unknown_rule() 1252 out_printf( "import error: length of source and target rule name lists " in builtin_import() 1254 out_printf( " source: " ); in builtin_import() [all …]
|
D | lists.cpp | 117 out_printf( "list > %s <\n", object_str( value ) ); in list_push_back() 320 out_printf( "%s", object_str( list_item( iter ) ) ); in list_print() 323 out_printf( " %s", object_str( list_item( iter ) ) ); in list_print() 436 out_printf( " : " ); in lol_print()
|
D | class.cpp | 35 out_printf( "Class %s is not defined\n", object_str( list_item( iter ) ) in check_defined() 144 out_printf( "Class %s already defined\n", object_str( list_front( xname ) ) in make_class_module()
|
D | output.h | 35 void out_printf(char const * const f, ...);
|
D | scan.cpp | 79 out_printf( "%s:%d: %s at %s\n", object_str( yylval.file ), yylval.line, s, in yyerror() 241 …out_printf( "%s:%d: %s %s\n", object_str( yylval.file ), yylval.line, "Unescaped special character… in do_token_warning() 698 out_printf( "scan %s\n", symdump( &yylval ) ); in yylex()
|
D | startup.cpp | 133 out_printf("notice: loading B2 from %s\n", bootstrap_file.c_str()); in builtin_boost_build() 236 out_printf("notice: found boost-build.jam at %s\n", b2_file_path.c_str()); in bootstrap()
|
D | execcmd.cpp | 121 out_printf( "...interrupted\n" ); in onintr()
|
D | variable.cpp | 370 out_printf( "%s %s = ", what, object_str( symbol ) ); in var_dump() 372 out_printf( "\n" ); in var_dump()
|
D | execunix.cpp | 207 out_printf( "Using shell: " ); in exec_cmd() 209 out_printf( "\n" ); in exec_cmd() 211 out_printf( " argv[%d] = '%s'\n", i, argv[ i ] ); in exec_cmd()
|
D | object.cpp | 392 out_printf( "%dK in strings\n", strtotal / 1024 ); in object_done() 394 out_printf( "--- %d strings of %d dangling\n", strcount_in - in object_done()
|
D | filent.cpp | 428 out_printf( "scan archive %s\n", path ); in file_collect_archive_content_() 451 out_printf( "error reading string table\n" ); in file_collect_archive_content_()
|
D | execnt.cpp | 358 out_printf( "Executing raw command directly\n" ); in exec_cmd() 361 out_printf( "Executing using a command file and the shell: " ); in exec_cmd() 363 out_printf( "\n" ); in exec_cmd() 551 out_printf( "Command string for CreateProcessA(): '%s'\n", command ); in invoke_cmd()
|