Home
last modified time | relevance | path

Searched full:vcs (Results 1 – 25 of 29) sorted by relevance

12

/freebsd/contrib/libarchive/tar/test/
H A Dtest_option_exclude_vcs.c51 systemf("%s -c --exclude-vcs -C in -f excluded.tar .", testprog)); in DEFINE_TEST()
53 /* No flags, archive with vcs files */ in DEFINE_TEST()
54 assertMakeDir("vcs-noexclude", 0755); in DEFINE_TEST()
55 assertEqualInt(0, systemf("%s -x -C vcs-noexclude -f included.tar", in DEFINE_TEST()
57 assertChdir("vcs-noexclude"); in DEFINE_TEST()
93 /* --exclude-vcs, archive with vcs files */ in DEFINE_TEST()
94 assertMakeDir("vcs-exclude", 0755); in DEFINE_TEST()
96 systemf("%s -x --exclude-vcs -C vcs-exclude -f included.tar", testprog)); in DEFINE_TEST()
97 assertChdir("vcs-exclude"); in DEFINE_TEST()
133 /* --exclude-vcs, archive without vcs files */ in DEFINE_TEST()
[all …]
/freebsd/contrib/nvi/vi/
H A Dgetc.c39 * PUBLIC: int cs_init(SCR *, VCS *);
42 cs_init(SCR *sp, VCS *csp) in cs_init()
65 * PUBLIC: int cs_next(SCR *, VCS *);
68 cs_next(SCR *sp, VCS *csp) in cs_next()
115 * PUBLIC: int cs_fspace(SCR *, VCS *);
118 cs_fspace(SCR *sp, VCS *csp) in cs_fspace()
135 * PUBLIC: int cs_fblank(SCR *, VCS *);
138 cs_fblank(SCR *sp, VCS *csp) in cs_fblank()
155 * PUBLIC: int cs_prev(SCR *, VCS *);
158 cs_prev(SCR *sp, VCS *csp) in cs_prev()
[all …]
H A Dvi.h160 } VCS; typedef
162 int cs_bblank(SCR *, VCS *);
163 int cs_fblank(SCR *, VCS *);
164 int cs_fspace(SCR *, VCS *);
165 int cs_init(SCR *, VCS *);
166 int cs_next(SCR *, VCS *);
167 int cs_prev(SCR *, VCS *);
H A Dv_match.c35 VCS cs; in v_match()
38 int cnt, isempty, matchc, startc, (*gc)(SCR *, VCS *); in v_match()
H A Dv_word.c101 VCS cs; in fword()
261 VCS cs; in eword()
407 VCS cs; in bword()
H A Dv_sentence.c54 VCS cs; in v_sentencef()
192 VCS cs; in v_sentenceb()
/freebsd/contrib/file/magic/Magdir/
H A Dmisctools11 # http://mark0.net/download/triddefs_xml.7z/defs/v/vcs.trid.xml
14 # skip DROID fmt-387-signature-id-572.vcs fmt-388-signature-id-573.ics
55 !:ext vcs
62 # no vcs example found
63 !:ext ics/vcs
65 # like CRLF,LF in Sport Today.vcs created by calendar plugin of TV-Browser https://enwiki.tvbrowser…
H A Drevision40 # URL: https://www.bazaar-vcs.org/
H A Dgames441 # GTA 3D-Era (III/VC/SA/LCS/VCS) - used by the RenderWare engine by Criterion Games
497 0 string TABL GTA in-game text (GXT), version 3, used in GTA VC/LS/VCS
H A Driff888 # see http://www.vcs.de/fileadmin/user_upload/MBS/PDF/Whitepaper/Informations_about_Sony_Wave64.pdf
/freebsd/sys/contrib/openzfs/contrib/debian/
H A Dcontrol.modules.in11 Vcs-Git: https://github.com/openzfs/zfs.git
12 Vcs-Browser: https://github.com/openzfs/zfs
H A Dcontrol27 Vcs-Git: https://github.com/openzfs/zfs.git
28 Vcs-Browser: https://github.com/openzfs/zfs
/freebsd/usr.bin/vi/
H A Dextern.h168 int cs_init(SCR *, VCS *);
169 int cs_next(SCR *, VCS *);
170 int cs_fspace(SCR *, VCS *);
171 int cs_fblank(SCR *, VCS *);
172 int cs_prev(SCR *, VCS *);
173 int cs_bblank(SCR *, VCS *);
/freebsd/sys/netsmb/
H A Dsmb_conn.h107 u_int16_t sv_maxvcs; /* max number of VCs */
216 * VCs, because user name is not used and can be the same. On other hand,
217 * multiple VCs allows us to create separate sessions to server on a per
H A Dsmb_conn.c401 * Only superuser can create VCs with different uid and gid in smb_vc_create()
/freebsd/tools/test/stress2/misc/
H A Dgnop4.sh60 (cd /usr; tar --exclude compile --exclude-vcs -cf - src) | \
/freebsd/sys/contrib/device-tree/src/arm/aspeed/
H A Daspeed-bmc-opp-mowgli.dts200 iio-hwmon-vcs {
524 /* CP0 VDD & VCS : IR35221 */
/freebsd/share/man/man9/
H A Dstyle.9110 All VCS (version control system) revision identification in files obtained
122 in front of foreign VCS IDs if the file is renamed.
/freebsd/contrib/elftoolchain/common/
H A D_elftc.h284 * VCS Ids.
/freebsd/contrib/libarchive/tar/
H A Dcmdline.c70 { "exclude-vcs", 0, OPTION_EXCLUDE_VCS },
H A Dbsdtar.1213 .It Fl Fl exclude-vcs
/freebsd/contrib/pam-krb5/docs/
H A Ddocknot.yaml67 vcs:
/freebsd/contrib/libarchive/
H A DNEWS71 Apr 14, 2019: New tar option: --exclude-vcs
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4028 ArrayRef<FunctionSummary::ConstVCall> VCs) { in writeFunctionTypeMetadataRecords() argument
4029 for (auto &VC : VCs) { in writeFunctionTypeMetadataRecords()
4094 [&](ArrayRef<FunctionSummary::ConstVCall> VCs) { in getReferencedTypeIds() argument
4095 for (auto &VC : VCs) in getReferencedTypeIds()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.cpp1016 // <marker> <text from the vcs> in tryMergeConflictMarkers()

12