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

/freebsd-10-stable/usr.bin/tsort/
H A DMakefile4 PROG= tsort
H A Dtsort.c40 static const char sccsid[] = "@(#)tsort.c 8.3 (Berkeley) 5/4/95";
64 * tsort [-dlq] [inputfile]
67 * Should be compatible with AT&T tsort HOWEVER the output is not identical
68 * (i.e. for most graphs there is more than one sorted order, and this tsort
69 * usually generates a different one then the AT&T tsort). Also, cycle
70 * reporting seems to be more accurate in this version (the AT&T tsort
109 static void tsort(void);
183 tsort();
298 tsort(void) function
426 (void)fprintf(stderr, "usage: tsort [
[all...]
/freebsd-10-stable/contrib/apr-util/hooks/
H A Dapr_hooks.c139 static TSort *tsort(TSort *pData,int nItems) function
197 pSort=tsort(pSort,pHooks->nelts);
409 pResult=tsort(pResult,3);
/freebsd-10-stable/contrib/bmake/mk/sys/
H A DOpenBSD.mk94 TSORT?= tsort -q
H A DNetBSD.mk119 TSORT?= tsort -q
H A DDarwin.mk98 TSORT?= tsort -q
H A DIRIX.mk84 TSORT?= tsort -q
H A DGeneric.mk14 tsort
H A DUnixWare.mk128 TSORT?= tsort
/freebsd-10-stable/usr.bin/
H A DMakefile171 tsort \
/freebsd-10-stable/share/mk/
H A Dbsd.lib.mk178 @${AR} ${ARFLAGS} ${.TARGET} `NM='${NM}' lorder ${OBJS} ${STATICOBJS} | tsort -q` ${ARADD}
191 @${AR} ${ARFLAGS} ${.TARGET} `NM='${NM}' lorder ${POBJS} | tsort -q` ${ARADD}
220 `NM='${NM}' lorder ${SOBJS} | tsort -q` ${LDADD}
/freebsd-10-stable/gnu/lib/libgcc/
H A DMakefile353 ${AR} ${ARFLAGS} ${.TARGET} `lorder ${EH_OBJS_T} | tsort -q`
362 ${AR} ${ARFLAGS} ${.TARGET} `lorder ${EH_OBJS_P} | tsort -q`
/freebsd-10-stable/usr.sbin/crunch/examples/
H A Dreally-big.conf51 progs tcopy tee telnet tftp time tip tn3270 touch tput tr true tset tsort
/freebsd-10-stable/contrib/bmake/mk/
H A Dlib.mk174 # so we don't need to use lorder or tsort
/freebsd-10-stable/gnu/usr.bin/cc/cc_tools/
H A DMakefile525 @${AR} ${ARFLAGS} ${.TARGET} `lorder ${LIBIBERTY_OBJS} | tsort -q`

Completed in 189 milliseconds