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

/freebsd-10.2-release/contrib/texinfo/info/
H A Dman.c182 char *temp_end; local
200 temp_end = temp + strlen (temp);
209 strcpy (temp_end, exec_extensions[i]);
/freebsd-10.2-release/contrib/gdb/gdb/
H A Dlinespec.c1015 char *temp_end = find_template_name_end (p);
1016 if (!temp_end)
1018 p = temp_end;
1171 char *temp_end;
1231 temp_end = find_template_name_end (p);
1232 if (!temp_end)
1234 p = temp_end;
1011 char *temp_end = find_template_name_end (p); local
1166 char *temp_end; local

Completed in 159 milliseconds