Searched refs:rcs (Results 1 – 16 of 16) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchFloatInstrFormats.td | 186 class FP_CONV<bits<32> op, RegisterClass rcd = FPR32, RegisterClass rcs = FPR32> 187 : FPFmt2R<op, (outs rcd:$fd), (ins rcs:$fj), "$fd, $fj">; 189 class FP_MOV<bits<32> op, RegisterClass rcd = FPR32, RegisterClass rcs = FPR32> 190 : FPFmtMOV<op, (outs rcd:$dst), (ins rcs:$src), "$dst, $src">;
|
/freebsd/contrib/bearssl/conf/ |
H A D | Unix.mk | 46 ARFLAGS = -rcs
|
/freebsd/crypto/libecc/ |
H A D | common.mk | 131 AR_FLAGS ?= rcs
|
/freebsd/contrib/sqlite3/tea/generic/ |
H A D | tclsqlite3.c | 1703 int rcs; in dbEvalStep() local 1708 rcs = sqlite3_step(pStmt); in dbEvalStep() 1709 if( rcs==SQLITE_ROW ){ in dbEvalStep() 1715 rcs = sqlite3_reset(pStmt); in dbEvalStep() 1724 if( rcs!=SQLITE_OK ){ in dbEvalStep() 1729 if( p->pDb->bLegacyPrepare && rcs==SQLITE_SCHEMA && zPrevSql ){ in dbEvalStep()
|
/freebsd/sys/contrib/zstd/lib/ |
H A D | Makefile | 115 $(ZSTD_STATLIB): ARFLAGS = rcs
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | diff | 45 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/d/diff-rcs.trid.xml
|
/freebsd/ |
H A D | UPDATING | 1946 GNU rcs has been removed from base. It is available as packages: 1947 - rcs: Latest GPLv3 GNU rcs version. 1948 - rcs57: Copy of the latest version of GNU rcs (GPLv2) before it was 1967 GNU rcs has been turned off by default. It can (temporarily) be built 1969 Otherwise, GNU rcs is available from packages: 1970 - rcs: Latest GPLv3 GNU rcs version. 1971 - rcs57: Copy of the latest version of GNU rcs (GPLv2) from base.
|
H A D | ObsoleteFiles.inc | 13001 OLD_FILES+=usr/share/doc/psd/13.rcs/paper.ascii.gz 13002 OLD_DIRS+=usr/share/doc/psd/13.rcs 13003 OLD_FILES+=usr/share/doc/psd/13.rcs/rcs_func.ascii.gz 13004 OLD_DIRS+=usr/share/doc/psd/13.rcs 13564 # 20161015: Remove GNU rcs 13568 OLD_FILES+=usr/bin/rcs 13574 OLD_FILES+=usr/share/doc/psd/13.rcs/paper.ascii.gz 13575 OLD_FILES+=usr/share/doc/psd/13.rcs/rcs_func.ascii.gz 13576 OLD_DIRS+=usr/share/doc/psd/13.rcs 13580 OLD_FILES+=usr/share/man/man1/rcs.1.gz [all …]
|
/freebsd/contrib/ncurses/ |
H A D | configure.in | 1130 ### Enable compiling-in rcs id's 1132 AC_ARG_WITH(rcs-ids, 1133 [ --with-rcs-ids compile-in RCS identifiers],
|
H A D | INSTALL | 1211 --with-rcs-ids
|
H A D | NEWS | 10823 + reorder includes in c++ binding so that rcs identifiers can be 12119 --with-rcs-ids option. 13017 + add copyright notices (and rcs id's) on remaining man-pages. 14331 + add configure option --with-rcs-ids 14565 + use MODULE_ID (rcs keywords) in forms and menus libraries (Juergen
|
H A D | configure | 807 --with-rcs-ids compile-in RCS identifiers
|
/freebsd/sys/contrib/zlib/ |
H A D | ChangeLog | 1365 - Avoid expanded $Id$. Use "rcs -kb" or "cvs admin -kb" to avoid Id expansion
|
/freebsd/contrib/diff/doc/ |
H A D | diff.texi | 1274 @option{-n} or @option{--rcs} option to select this output format. It 3798 @itemx --rcs
|
/freebsd/contrib/bmake/ |
H A D | ChangeLog | 4742 caused by an unresolved cvs/rcs conflict and say so.
|
/freebsd/contrib/flex/ |
H A D | ChangeLog | 7829 sym.c, tblcmp.c, yylex.c: remove extraneous rcs keywords
|