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

/freebsd-9.3-release/contrib/gcc/
H A Dprotoize.c1601 const char *past_fn = p + 1;
1603 check_aux_info (*past_fn == ' ');
1614 char *fn_string = alloca (past_fn - p + 1);
1616 strncpy (fn_string, p, (size_t) (past_fn - p));
1617 fn_string[past_fn-p] = '\0';
1587 const char *past_fn = p + 1; local
/freebsd-9.3-release/contrib/binutils/bfd/
H A Decofflink.c2267 bfd_boolean past_fn;
2294 past_fn = FALSE;
2302 sym_ptr < sym_ptr_end && (! past_line || ! past_fn);
2344 past_fn = TRUE;
2263 bfd_boolean past_fn; local

Completed in 67 milliseconds