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

/freebsd-9.3-release/contrib/gcc/
H A Dprotoize.c424 static const char *invocation_filename; variable
1391 fi_p = find_file (abspath (invocation_filename, filename), 0);
1460 def_dec_p->file = find_file (abspath (invocation_filename, filename), is_syscalls);
2169 invocation_filename = p; /* Save a pointer to first byte of path. */
2178 if (! IS_ABSOLUTE_PATH (invocation_filename))
2183 aux_info_relocated_name = xmalloc (base_len + (p-invocation_filename));
2200 strcpy (dir_end, invocation_filename);
2201 invocation_filename = aux_info_relocated_name;

Completed in 101 milliseconds