Searched refs:find_cycle (Results 1 – 1 of 1) sorted by relevance
| /freebsd-9-stable/usr.bin/tsort/ |
| D | tsort.c | 104 int find_cycle(NODE *, NODE *, int, int); 337 if ((cnt = find_cycle(n, n, 0, 0))) { in tsort() 378 find_cycle(NODE *from, NODE *to, int longest_len, int depth) in find_cycle() function 403 len = find_cycle(*np, to, longest_len, depth + 1); in find_cycle()
|