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

/freebsd-9.3-release/contrib/gcc/
H A Dprotoize.c991 char *copy_p = line_buf;
999 copy_p = line_buf;
1014 if (copy_p + size - line_buf >= line_buf_size)
1016 int offset = copy_p - line_buf;
1020 copy_p = line_buf + offset;
1022 strcpy (copy_p, unexp_p->contracted);
1023 copy_p += size;
1032 if (copy_p - line_buf == line_buf_size)
1034 int offset = copy_p - line_buf;
1037 copy_p
982 char *copy_p = line_buf; local
[all...]

Completed in 51 milliseconds