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

/freebsd-10.0-release/contrib/gcc/
H A Dgcc.c7544 unsigned int last_path_len = 0;
7672 && (unsigned int) (p - this_path) == last_path_len
7673 && ! strncmp (last_path, this_path, last_path_len));
7676 last_path_len = p - this_path;
7514 unsigned int last_path_len = 0; local

Completed in 125 milliseconds