Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/make/bin/
H A Dimplicit.cc115 wchar_t *sourcename = (wchar_t*)static_string_buf_3M; in find_suffix_rule() local
168 sourcename = ALLOC_WC(src_len); in find_suffix_rule()
170 (void) mbstowcs(sourcename, in find_suffix_rule()
173 put_suffix = sourcename + target_body->hash.length; in find_suffix_rule()
192 WCSTOMBS(mbs_buffer, sourcename); in find_suffix_rule()
198 source = getname_fn(sourcename, FIND_LENGTH, false, &name_found); in find_suffix_rule()
346 if (sourcename != static_string_buf_3M) { in find_suffix_rule()
347 retmem(sourcename); in find_suffix_rule()
353 WCSTOMBS(mbs_buffer, sourcename); in find_suffix_rule()
451 if (sourcename != static_string_buf_3M) { in find_suffix_rule()
[all …]