| /freebsd/contrib/libarchive/tar/test/ |
| H A D | test_option_exclude_vcs.c | 51 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 D | getc.c | 39 * 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 D | vi.h | 160 } 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 D | v_match.c | 35 VCS cs; in v_match() 38 int cnt, isempty, matchc, startc, (*gc)(SCR *, VCS *); in v_match()
|
| H A D | v_word.c | 101 VCS cs; in fword() 261 VCS cs; in eword() 407 VCS cs; in bword()
|
| H A D | v_sentence.c | 54 VCS cs; in v_sentencef() 192 VCS cs; in v_sentenceb()
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | misctools | 11 # 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 D | revision | 40 # URL: https://www.bazaar-vcs.org/
|
| H A D | games | 441 # 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 D | riff | 888 # see http://www.vcs.de/fileadmin/user_upload/MBS/PDF/Whitepaper/Informations_about_Sony_Wave64.pdf
|
| /freebsd/sys/contrib/openzfs/contrib/debian/ |
| H A D | control.modules.in | 11 Vcs-Git: https://github.com/openzfs/zfs.git 12 Vcs-Browser: https://github.com/openzfs/zfs
|
| H A D | control | 27 Vcs-Git: https://github.com/openzfs/zfs.git 28 Vcs-Browser: https://github.com/openzfs/zfs
|
| /freebsd/usr.bin/vi/ |
| H A D | extern.h | 168 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 D | smb_conn.h | 107 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 D | smb_conn.c | 401 * Only superuser can create VCs with different uid and gid in smb_vc_create()
|
| /freebsd/tools/test/stress2/misc/ |
| H A D | gnop4.sh | 60 (cd /usr; tar --exclude compile --exclude-vcs -cf - src) | \
|
| /freebsd/sys/contrib/device-tree/src/arm/aspeed/ |
| H A D | aspeed-bmc-opp-mowgli.dts | 200 iio-hwmon-vcs { 524 /* CP0 VDD & VCS : IR35221 */
|
| /freebsd/share/man/man9/ |
| H A D | style.9 | 110 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.h | 284 * VCS Ids.
|
| /freebsd/contrib/libarchive/tar/ |
| H A D | cmdline.c | 70 { "exclude-vcs", 0, OPTION_EXCLUDE_VCS },
|
| H A D | bsdtar.1 | 213 .It Fl Fl exclude-vcs
|
| /freebsd/contrib/pam-krb5/docs/ |
| H A D | docknot.yaml | 67 vcs:
|
| /freebsd/contrib/libarchive/ |
| H A D | NEWS | 71 Apr 14, 2019: New tar option: --exclude-vcs
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 4028 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 D | FormatTokenLexer.cpp | 1016 // <marker> <text from the vcs> in tryMergeConflictMarkers()
|