Home
last modified time | relevance | path

Searched refs:boundname (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/tools/build/src/engine/
Dhcache.cpp55 OBJECT * boundname; member
98 object_free( t->boundname ); in cache_name()
99 t->boundname = search( t->name, &t->time, 0, 0 ); in cache_name()
102 name = object_copy( t->boundname ); in cache_name()
225 cachedata.boundname = 0; in hcache_init()
247 cachedata.boundname = read_netstring( f ); in hcache_init()
253 if ( !cachedata.boundname || !time_secs_str || !time_nsecs_str || in hcache_init()
299 c = (HCACHEDATA *)hash_insert( hcachehash, cachedata.boundname, &found ) in hcache_init()
303 c->boundname = cachedata.boundname; in hcache_init()
338 if ( cachedata.boundname ) object_free( cachedata.boundname ); in hcache_init()
[all …]
Dsearch.cpp46 OBJECT * boundname = object_copy( boundname_ ); in call_bind_rule() local
47 if ( boundname && target ) in call_bind_rule()
56 lol_add( frame->args, list_new( boundname ) ); in call_bind_rule()
68 if ( boundname ) in call_bind_rule()
69 object_free( boundname ); in call_bind_rule()
79 OBJECT * boundname; in set_explicit_binding() local
104 boundname = object_new( buf->value ); in set_explicit_binding()
108 key = path_as_key( boundname ); in set_explicit_binding()
109 object_free( boundname ); in set_explicit_binding()
145 OBJECT * boundname = 0; in search() local
[all …]
Dhdrmacro.cpp85 if ( !( f = fopen( object_str( t->boundname ), "r" ) ) ) in macro_headers()
88 errno, object_str( t->boundname ), strerror(errno) ); in macro_headers()
107 re->startp[ 1 ], re->startp[ 2 ], object_str( t->boundname ) in macro_headers()
Dmake1.cpp426 if ( !unlink( object_str( t->boundname ) ) ) in make1b()
427 out_printf( "...removing outdated %s\n", object_str( t->boundname ) in make1b()
494 … %d targets not ready\n", object_str( cmd->rule->name ), object_str( t->boundname ), cmd->asynccnt… in make1b()
618 out_printf( "%s", object_str( t->boundname ) ); in make1c()
628 !unlink( object_str( t->boundname ) ) ) in make1c()
629 out_printf( "...removing %s\n", object_str( t->boundname ) ); in make1c()
1011 …ready\n", object_str( next_cmd->rule->name ), object_str( first_target->boundname ), next_cmd->asy… in push_cmds()
1349 if ( object_equal( list_item( iter ), t->boundname ) ) in make1list()
1356 l = list_push_back( l, object_copy( t->boundname ) ); in make1list()
1389 nl = list_push_back( nl, object_copy( t->boundname ) ); in make1settings()
[all …]
Dmake.cpp331 object_free( t->boundname ); in make0()
332 t->boundname = search( t->name, &t->time, &another_target, in make0()
385 if ( !object_equal( t->name, t->boundname ) ) in make0()
387 object_str( t->name ), object_str( t->boundname ) ); in make0()
790 if ( ( t->flags & T_FLAG_VISITED ) || !t->name || !t->boundname ) in dependGraphOutput()
810 if ( !object_equal( t->name, t->boundname ) ) in dependGraphOutput()
811 out_printf( " %s Loc: %s\n", spaces( depth ), object_str( t->boundname ) in dependGraphOutput()
Dheaders.cpp98 lol_add( frame->args, headers1( headlist, t->boundname, rec, re ) ); in headers()
105 lol_add( frame->args, list_new( object_copy( t->boundname ) ) ); in headers()
Drules.cpp64 i->boundname = object_copy( i->name ); in get_target_includes()
169 t->boundname = object_copy( t->name ); /* default for T_FLAG_NOTFILE */ in bindtarget()
464 if ( t->boundname ) object_free ( t->boundname ); in freetarget()
Drules.h125 OBJECT * boundname; /* if search() relocates target */ member
Dfunction.cpp4854 object_free( t->boundname ); in function_run()
4855 t->boundname = search( t->name, &t->time, 0, 0 ); in function_run()
4858 parse_file( t->boundname, frame ); in function_run()