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

/freebsd-current/usr.bin/locate/locate/
H A Dfastfind.c46 int count, longest_path; local
55 lines = chars = big = zwerg = umlaut = longest_path = 0;
90 if ((p - path) > longest_path)
91 longest_path = p - path;
108 printf("Longest path: %d\n", longest_path > 0 ? longest_path - 1 : 0);

Completed in 144 milliseconds