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

/freebsd-11-stable/share/doc/psd/13.rcs/
H A DMakefile3 SUBDIR= rcs rcs_func
H A DMakefile.inc3 VOLUME= psd/13.rcs
5 SRCDIR= ${.CURDIR}/../../../../../gnu/usr.bin/rcs/doc
/freebsd-11-stable/gnu/usr.bin/rcs/rcs/
H A DMakefile3 PROG= rcs
4 MAN= rcs.1 rcsintro.1 rcsfile.5
H A DMakefile.depend7 gnu/usr.bin/rcs/lib \
/freebsd-11-stable/share/doc/psd/13.rcs/rcs/
H A DMakefile3 SRCS= rcs.ms
/freebsd-11-stable/gnu/usr.bin/rcs/
H A DMakefile4 ci co merge rcs rcsclean rcsdiff rcsmerge rlog rcsfreeze
H A Drcstest43 # rcs-bugs@cs.purdue.edu
86 rcs -i -L -ta.11 $q a.c &&
88 echo "#rcs -i -L failed; perhaps RCS is not properly installed."
98 rcs -L $q a.c || { echo "#ci+rcs -L failed"; exit 1; }
145 rcs -l $q a.c &&
146 co -u $q a.c || { echo "#rcs -l + co -u failed"; exit 1; }
223 rcs -oOz $q a.c &&
224 rcs -l $q a.c &&
232 rcs
[all...]
/freebsd-11-stable/gnu/usr.bin/rcs/ci/
H A DMakefile.depend7 gnu/usr.bin/rcs/lib \
/freebsd-11-stable/gnu/usr.bin/rcs/co/
H A DMakefile.depend7 gnu/usr.bin/rcs/lib \
/freebsd-11-stable/gnu/usr.bin/rcs/merge/
H A DMakefile.depend7 gnu/usr.bin/rcs/lib \
/freebsd-11-stable/gnu/usr.bin/rcs/rcsclean/
H A DMakefile.depend7 gnu/usr.bin/rcs/lib \
/freebsd-11-stable/gnu/usr.bin/rcs/rcsdiff/
H A DMakefile.depend7 gnu/usr.bin/rcs/lib \
/freebsd-11-stable/gnu/usr.bin/rcs/rcsmerge/
H A DMakefile.depend7 gnu/usr.bin/rcs/lib \
/freebsd-11-stable/gnu/usr.bin/rcs/rlog/
H A DMakefile.depend7 gnu/usr.bin/rcs/lib \
/freebsd-11-stable/share/doc/psd/
H A DMakefile23 13.rcs \
/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A DMakefile7 LIB = rcs
/freebsd-11-stable/targets/pseudo/userland/gnu/
H A DMakefile.depend91 gnu/usr.bin/rcs/ci \
92 gnu/usr.bin/rcs/co \
93 gnu/usr.bin/rcs/ident \
94 gnu/usr.bin/rcs/lib \
95 gnu/usr.bin/rcs/merge \
96 gnu/usr.bin/rcs/rcs \
97 gnu/usr.bin/rcs/rcsclean \
98 gnu/usr.bin/rcs/rcsdiff \
99 gnu/usr.bin/rcs/rcsfreez
[all...]
/freebsd-11-stable/gnu/usr.bin/
H A DMakefile22 SUBDIR.${MK_RCS}+= rcs
/freebsd-11-stable/gnu/usr.bin/rcs/rcsfreeze/
H A Drcsfreeze.sh85 # to each rcs file. Take the most recent version on the default branch.
99 exec rcs -q -n$SYMREVNAME: ${RCSDIR}*$EXT $DOTFILES
/freebsd-11-stable/targets/pseudo/userland/share/
H A DMakefile.depend39 share/doc/psd/13.rcs/rcs \
40 share/doc/psd/13.rcs/rcs_func \
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/scripts/
H A Dbuild_symbolizer.sh197 $AR rcs $A symbolizer.o
/freebsd-11-stable/sys/dev/sound/pci/
H A Dds1.c795 u_int32_t *ci, r, pcs, rcs, ecs, ws, memsz, cb; local
832 rcs = ds_rd(sc, YDSXGR_RECCTRLSIZE, 4) << 2;
836 memsz = 64 * 2 * pcs + 2 * 2 * rcs + 5 * 2 * ecs + ws;
849 device_printf(sc->dev, "pcs=%d, rcs=%d, ecs=%d, ws=%d, memsz=%d\n",
850 pcs, rcs, ecs, ws, memsz);
867 cb += 2 * 2 * rcs;
/freebsd-11-stable/contrib/binutils/
H A DMakefile.in644 maybe-configure-rcs \
792 all-host: maybe-all-rcs
907 info-host: maybe-info-rcs
1013 dvi-host: maybe-dvi-rcs
1119 pdf-host: maybe-pdf-rcs
1225 html-host: maybe-html-rcs
1331 TAGS-host: maybe-TAGS-rcs
1437 install-info-host: maybe-install-info-rcs
1543 install-pdf-host: maybe-install-pdf-rcs
1649 install-html-host: maybe-install-html-rcs
[all...]
/freebsd-11-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c1661 int rcs; local
1666 rcs = sqlite3_step(pStmt);
1667 if( rcs==SQLITE_ROW ){
1673 rcs = sqlite3_reset(pStmt);
1682 if( rcs!=SQLITE_OK ){
1687 if( p->pDb->bLegacyPrepare && rcs==SQLITE_SCHEMA && zPrevSql ){
/freebsd-11-stable/contrib/ncurses/
H A Dconfigure777 --with-rcs-ids compile-in RCS identifiers
10371 ### Enable compiling-in rcs id's
10375 # Check whether --with-rcs-ids or --without-rcs-ids was given.

Completed in 395 milliseconds