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

/freebsd-current/usr.bin/tsort/
H A Dtsort.c89 static NODE *graph, **cycle_buf, **longest_cycle; variable
313 if (!cycle_buf) {
321 cycle_buf = malloc(sizeof(NODE *) * cnt);
323 if (cycle_buf == NULL || longest_cycle == NULL)
383 cycle_buf[depth] = *np;
388 (char *)cycle_buf,

Completed in 55 milliseconds