Searched refs:longest_cycle (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
322 longest_cycle = malloc(sizeof(NODE *) * cnt);
323 if (cycle_buf == NULL || longest_cycle == NULL)
333 longest_cycle[i]->n_name);
387 (void)memcpy((char *)longest_cycle,

Completed in 66 milliseconds