Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/make/bin/
H A Dimplicit.cc113 wchar_t *sourcename = (wchar_t*)static_string_buf_3M; in find_suffix_rule() local
166 sourcename = ALLOC_WC(src_len); in find_suffix_rule()
168 (void) mbstowcs(sourcename, in find_suffix_rule()
171 put_suffix = sourcename + target_body->hash.length; in find_suffix_rule()
190 WCSTOMBS(mbs_buffer, sourcename); in find_suffix_rule()
196 source = getname_fn(sourcename, FIND_LENGTH, false, &name_found); in find_suffix_rule()
343 if (sourcename != static_string_buf_3M) { in find_suffix_rule()
344 retmem(sourcename); in find_suffix_rule()
350 WCSTOMBS(mbs_buffer, sourcename); in find_suffix_rule()
448 if (sourcename != static_string_buf_3M) { in find_suffix_rule()
[all …]