Searched refs:INIT_STRING_FROM_STACK (Results 1 – 12 of 12) sorted by relevance
/titanic_41/usr/src/cmd/make/bin/ |
H A D | read.cc | 673 INIT_STRING_FROM_STACK( in parse_makefile() 686 INIT_STRING_FROM_STACK(name_string, in parse_makefile() 773 INIT_STRING_FROM_STACK(name_string, in parse_makefile() 825 INIT_STRING_FROM_STACK(include_name, include_buffer); in parse_makefile() 852 INIT_STRING_FROM_STACK(destination, buffer); in parse_makefile() 1046 INIT_STRING_FROM_STACK(name_string, in parse_makefile() 1091 INIT_STRING_FROM_STACK(name_string, in parse_makefile() 1128 INIT_STRING_FROM_STACK(name_string, in parse_makefile() 1308 INIT_STRING_FROM_STACK(name_string, in parse_makefile() 1328 INIT_STRING_FROM_STACK(name_string, in parse_makefile() [all …]
|
H A D | macro.cc | 75 INIT_STRING_FROM_STACK(destination, buffer); in setvar_append() 126 INIT_STRING_FROM_STACK(value, buffer); in setvar_envvar()
|
H A D | implicit.cc | 871 INIT_STRING_FROM_STACK(string, string_buf); in find_percent_rule() 888 INIT_STRING_FROM_STACK(string, string_buf); in find_percent_rule() 1004 INIT_STRING_FROM_STACK(string, string_buf); in find_percent_rule() 1010 INIT_STRING_FROM_STACK(string, string_buf); in find_percent_rule() 1195 INIT_STRING_FROM_STACK(string, string_buf); in match_found_with_pattern() 1219 INIT_STRING_FROM_STACK(string, string_buf); in match_found_with_pattern() 1243 INIT_STRING_FROM_STACK(string, string_buf); in match_found_with_pattern() 1313 INIT_STRING_FROM_STACK(string, string_buf); in create_target_group_and_dependencies_list() 1322 INIT_STRING_FROM_STACK(string, string_buf); in create_target_group_and_dependencies_list() 1334 INIT_STRING_FROM_STACK(string, string_buf); in create_target_group_and_dependencies_list()
|
H A D | rep.cc | 175 INIT_STRING_FROM_STACK(string, rec_buf); in report_recursive_dep() 223 INIT_STRING_FROM_STACK(string, rec_buf); in find_recursive_target() 339 INIT_STRING_FROM_STACK(rec, rec_buf); in gather_recursive_deps()
|
H A D | doname.cc | 217 INIT_STRING_FROM_STACK(string, buffer); in find_dyntarget() 1353 INIT_STRING_FROM_STACK(string, buffer); in dynamic_dependencies() 1440 INIT_STRING_FROM_STACK(string, buffer); in dynamic_dependencies() 1905 INIT_STRING_FROM_STACK(new_cmd, buffer); in vpath_translation() 2341 INIT_STRING_FROM_STACK(command_line, buffer); in build_command_strings() 2518 INIT_STRING_FROM_STACK(touch_string, buffer); in touch_command() 2699 INIT_STRING_FROM_STACK(string, name); in sccs_get()
|
H A D | files.cc | 580 INIT_STRING_FROM_STACK(lib_name, buffer); in enter_file_name()
|
H A D | main.cc | 1879 INIT_STRING_FROM_STACK(makeflags_string, buffer); in read_files_and_state() 1880 INIT_STRING_FROM_STACK(makeflags_string_posix, buffer_posix); in read_files_and_state() 2334 INIT_STRING_FROM_STACK(dest, destbuffer); in read_files_and_state()
|
H A D | ar.cc | 203 INIT_STRING_FROM_STACK(true_member_name, buffer); in read_archive()
|
H A D | read2.cc | 1811 INIT_STRING_FROM_STACK(destination, buffer); in sh_transform() 1818 INIT_STRING_FROM_STACK(command, buffer1); in sh_transform()
|
/titanic_41/usr/src/cmd/make/lib/mksh/ |
H A D | macro.cc | 92 INIT_STRING_FROM_STACK(destination, buffer); in getvar() 311 INIT_STRING_FROM_STACK(string, buffer); in expand_macro() 648 INIT_STRING_FROM_STACK(string, buffer); in expand_macro() 657 INIT_STRING_FROM_STACK(string, buffer); in expand_macro() 686 INIT_STRING_FROM_STACK(extracted, extracted_string); in expand_macro() 913 INIT_STRING_FROM_STACK(result_string, wc_buf); in init_arch_macros() 968 INIT_STRING_FROM_STACK(result_string, wc_buf); in init_mach_macros() 1102 INIT_STRING_FROM_STACK(destination, buffer); in setvar_daemon() 1126 INIT_STRING_FROM_STACK(destination, buffer); in setvar_daemon() 1179 INIT_STRING_FROM_STACK(destination, buffer); in setvar_daemon()
|
H A D | misc.cc | 860 INIT_STRING_FROM_STACK(string, string_buf); in Wstring() 865 INIT_STRING_FROM_STACK(string, string_buf); in Wstring() 882 INIT_STRING_FROM_STACK(string, string_buf); in init() 889 INIT_STRING_FROM_STACK(string, string_buf); in init()
|
/titanic_41/usr/src/cmd/make/include/mksh/ |
H A D | defs.h | 221 #define INIT_STRING_FROM_STACK(str, buf) { \ macro
|