Home
last modified time | relevance | path

Searched refs:unmatched_slash_count (Results 1 – 1 of 1) sorted by relevance

/trueos/contrib/gcc/
HDprotoize.c1179 int unmatched_slash_count = 0; in shortpath() local
1211 unmatched_slash_count++; in shortpath()
1217 unmatched_slash_count++; in shortpath()
1221 if (unmatched_slash_count * 3 + strlen (path_p) >= filename_len) in shortpath()
1225 while (unmatched_slash_count--) in shortpath()