Home
last modified time | relevance | path

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

/dragonfly/usr.bin/tsort/
H A Dtsort.c93 NODE *graph, **cycle_buf, **longest_cycle; variable
326 longest_cycle = malloc(sizeof(NODE *) * cnt); in tsort()
327 if (cycle_buf == NULL || longest_cycle == NULL) in tsort()
337 longest_cycle[i]->n_name); in tsort()
394 memcpy((char *)longest_cycle, in find_cycle()