Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/binutils/gas/
HDread.c1005 char *new_tmp; in read_a_source_file() local
1036 new_tmp = input_scrub_next_buffer (&buffer); in read_a_source_file()
1037 if (!new_tmp) in read_a_source_file()
1040 buffer_limit = new_tmp; in read_a_source_file()
1070 new_tmp = new_buf; in read_a_source_file()
1076 space = (new_buf + new_length) - new_tmp; in read_a_source_file()
1077 size = do_scrub_chars (scrub_from_string, new_tmp, space); in read_a_source_file()
1081 new_tmp[size] = 0; in read_a_source_file()
1086 new_tmp = new_buf + new_length; in read_a_source_file()