Home
last modified time | relevance | path

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

/dports/net-p2p/libbt/libbt-1.06/src/
H A DMakefile.in11 PROGRAMS:=btlist btget btcheck
52 btlist: ${LIBBT} btlist.c
53 ${CC} ${CFLAGS} -DVERSION=${VERSION} ${LDFLAGS} -o btlist btlist.c -lbt ${LIBS}
59 rm -f ${OBJS} btcheck.o btlist.o btget.o
H A DMakefile11 PROGRAMS:=btlist btget btcheck
52 btlist: ${LIBBT} btlist.c target
53 ${CC} ${CFLAGS} -DVERSION=${VERSION} ${LDFLAGS} -o btlist btlist.c -lbt ${LIBS}
59 rm -f ${OBJS} btcheck.o btlist.o btget.o
88 btlist.o: ../include/config.h ../include/bts.h ../include/types.h
89 btlist.o: ../include/util.h ../include/benc.h
H A DMakefile.default11 PROGRAMS:=btlist btget btcheck
52 btlist: ${LIBBT} btlist.c
53 ${CC} ${CFLAGS} -DVERSION=${VERSION} ${LDFLAGS} -o btlist btlist.c -lbt ${LIBS}
59 rm -f ${OBJS} btcheck.o btlist.o btget.o
88 btlist.o: ../include/config.h ../include/bts.h ../include/types.h
89 btlist.o: ../include/util.h ../include/benc.h
/dports/net-p2p/libbt/libbt-1.06/rel/
H A Dbuild.sh3 gcc btlist.c -o btlist -I../include -L../lib -lbt -lcurl -lssl -lm -luuid
/dports/archivers/squsq/t20-squsq/
H A Dtr2.c56 int btlist[NUMVALS]; /* list of intermediate binary trees */ local
96 btlist[listlen++] = i;
102 heap(btlist, listlen);
105 bld_tree(btlist, listlen);
/dports/archivers/arc/arc-5.21p/
H A Darcsq.c116 int btlist[NUMVALS]; /* list of intermediate in pred_sq() local
142 btlist[listlen++] = i; in pred_sq()
151 heap(btlist, listlen); in pred_sq()
155 bld_tree(btlist, listlen); in pred_sq()
/dports/devel/z88dk/z88dk/support/squsq/
H A Dsq.c485 int btlist[NUMVALS]; /* list of intermediate binary trees */ in init_huff() local
521 btlist[listlen++] = i; in init_huff()
527 heap(btlist, listlen); in init_huff()
530 bld_tree(btlist, listlen); in init_huff()
/dports/net-p2p/libbt/libbt-1.06/
H A Dmakerel-bin34 cp src/btget.c src/btlist.c src/btcheck.c $RELDIR/examples
H A DCHANGELOG3 Incorporated Leon Kos's patch to add scraping support for btlist.
4 New btlist option '-s' uses the scrape convention to report torrent stats
H A DREADME45 with three sample applications; btlist, btget, and btcheck. There is
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/xfs/scrub/
H A Drepair.h36 int xrep_invalidate_blocks(struct xfs_scrub *sc, struct xbitmap *btlist);
/dports/multimedia/libv4l/linux-5.13-rc2/fs/xfs/scrub/
H A Drepair.h36 int xrep_invalidate_blocks(struct xfs_scrub *sc, struct xbitmap *btlist);
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/xfs/scrub/
H A Drepair.h36 int xrep_invalidate_blocks(struct xfs_scrub *sc, struct xbitmap *btlist);
/dports/textproc/heirloom-doctools/heirloom-doctools-160308/mpm/
H A Dpage.cc553 if (btlist.more()) { // print page footer in print()
554 btlist.current()->print(0, 0); in print()
555 btlist.advance(); in print()
H A Drange.cc535 stream ptlist, btlist; variable
569 btlist.append(new btrange(p, t = new stream)); in makeranges()
H A Drange.h321 extern stream ptlist, btlist; // page titles
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/mpm/
H A Dpage.cc537 if (btlist.more()) { // print page footer in print()
538 btlist.current()->print(0, 0); in print()
539 btlist.advance(); in print()
H A Drange.cc521 stream ptlist, btlist; variable
555 btlist.append(new btrange(p, t = new stream)); in makeranges()
H A Drange.h309 extern stream ptlist, btlist; // page titles
/dports/net-p2p/libbt/libbt-1.06/w32_vc6/
H A Dw32_vc6.dsp126 SOURCE=..\src\btlist.c