Searched defs:target_body (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/make/bin/
H A Dimplicit.cc56 extern Doname find_suffix_rule(Name target, Name target_body, Name target_suffix, Property *command, Boolean rechecking);
69 * find_suffix_rule(target, target_body, target_suffix, command, rechecking)
84 * target_body The target name without the suffix
109 find_suffix_rule(Name target, Name target_body, Name target_suffix, Property *command, Boolean rechecking) argument
122 int src_len = MAXPATHLEN + strlen(target_body->string_mb);
145 target_body->string_mb,
159 read_directory_of_file(target_body);
169 target_body->string_mb,
170 (int) target_body->hash.length);
171 put_suffix = sourcename + target_body
593 Name target_body; local
[all...]
H A Ddoname.cc1232 Name target_body; local
1258 target_body = GETNAME(
1262 line->body.line.star = target_body;

Completed in 83 milliseconds