Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dlinespec.c1013 char *temp_end = find_template_name_end (p); in locate_first_half() local
1014 if (!temp_end) in locate_first_half()
1016 p = temp_end; in locate_first_half()
1168 char *temp_end; in decode_compound() local
1228 temp_end = find_template_name_end (p); in decode_compound()
1229 if (!temp_end) in decode_compound()
1231 p = temp_end; in decode_compound()
/mirbsd/src/gnu/usr.bin/texinfo/info/
Dman.c182 char *temp_end; in executable_file_in_path() local
200 temp_end = temp + strlen (temp); in executable_file_in_path()
209 strcpy (temp_end, exec_extensions[i]); in executable_file_in_path()