Home
last modified time | relevance | path

Searched refs:checkout (Results 1 – 25 of 43) sorted by relevance

12

/freebsd/usr.bin/bintrans/
H A Duudecode.c338 checkout(int rval) in checkout() function
363 return (checkout(0)); in uu_decode()
365 return (checkout(1)); in uu_decode()
422 return (checkout(0)); in uu_decode()
424 return (checkout(1)); in uu_decode()
426 return (checkout(checkend(buf, "end", "no \"end\" line"))); in uu_decode()
444 return (checkout(0)); in base64_decode()
446 return (checkout(1)); in base64_decode()
473 return (checkout(checkend(inbuf, "====", "error decoding base64 input stream"))); in base64_decode()
/freebsd/tools/tools/git/ghpr/
H A Dghpr-stage.sh14 git checkout ${base}
36 git checkout ${staging}
51 gh pr checkout $PR -b PR-$PR
62 git checkout -B ${staging} HEAD
H A Dghpr-init.sh24 git checkout -b ${BRANCH} ${base} || die "Can't create ${BRANCH}"
H A Dghpr-push.sh38 git checkout main;
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/
H A Dqemu-4-build-vm.sh37 git checkout $PREV_BRANCH
279 git clone --depth 1 --no-checkout \
283 git sparse-checkout set zfs-release
284 git checkout
393 git checkout $CUSTOM_BRANCH
421 git checkout $PREV_BRANCH
/freebsd/sys/contrib/device-tree/scripts/
H A Dcronjob67 git checkout master
86 git checkout -b ${TESTBRANCH} origin/master
109 git checkout master
/freebsd/contrib/libucl/
H A DFREEBSD-upgrade14 # $ git checkout <REF_BRANCH_TO_BE_IMPORTED>
16 # $ git checkout vendor/libucl
26 # $ git checkout vendor/libucl/<REF_BRANCH_TO_BE_IMPORTED>
/freebsd/crypto/openssl/test/
H A DREADME-external.md14 First checkout the `PYCA/Cryptography` module into `./pyca-cryptography` using:
40 You will need a git checkout of krb5 at the top level:
48 $ git checkout krb5-1.15.1-final
74 You will need a git checkout of gost-engine at the top level:
97 You will need a git checkout of oqsprovider at the top level:
125 You will need a git checkout of pkcs11-provider at the top level:
/freebsd/tools/tools/git/
H A Darcgit69 git checkout $commit > /dev/null || error "Could not checkout $commit"
101 git checkout -b review_$phab_id
210 git checkout $orig_branch
H A Dgit-arc.sh741 git checkout -b "$new"
913 git checkout -q main
915 git checkout -q -b "${branch}" main
934 git checkout -f
H A DHOWTO47 $ git checkout review_D1234
82 $ git checkout myfeature_dev
/freebsd/crypto/krb5/src/util/
H A Dmkrel6 checkout=t
20 checkout=nil;;
97 if test $checkout = t; then
100 (cd $reldir && git checkout -q $reltag)
/freebsd/contrib/libcbor/
H A Drelease.sh25 git checkout -b "$BRANCH_NAME"
79 git checkout master
/freebsd/contrib/netbsd-tests/
H A DFREEBSD-upgrade23 Please adjust the checkout date spec (the argument passed via -D) to match
24 the desired checkout time.
/freebsd/contrib/unifdef/scripts/
H A Dsvnup.sh5 git checkout FreeBSD
/freebsd/crypto/openssh/.github/
H A Dinstall_dropbear.sh25 git checkout "$ver"
H A Dinstall_libcrypto.sh70 git checkout ${ver}
/freebsd/contrib/elftoolchain/
H A DREADME.rst68 using the ``svn checkout`` command::
70 % svn checkout https://svn.code.sf.net/p/elftoolchain/code/trunk
/freebsd/contrib/ldns/
H A Dmakewin.sh114 (cd ldns; git checkout "$CHECKOUT") || error_cleanup "Could not checkout $CHECKOUT"
118 (cd ldns-nonstatic; git checkout "$CHECKOUT") || error_cleanup "Could not checkout $CHECKOUT"
/freebsd/contrib/unbound/doc/
H A DREADME.svn3 For a svn checkout:
/freebsd/contrib/tzcode/
H A DCONTRIBUTING50 git checkout main
56 git checkout -b mybranch
/freebsd/contrib/tzdata/
H A DCONTRIBUTING50 git checkout main
56 git checkout -b mybranch
/freebsd/contrib/jemalloc/
H A DFREEBSD-upgrade
/freebsd/share/examples/csh/
H A Ddot.cshrc103 …'n@help@(add blame cat checkout cleanup commit copy delete export help import info list ls lock lo…
104 …ropset resolved revert status switch unlock update)@' 'p@1@(add blame cat checkout cleanup commit \
/freebsd/crypto/openssh/
H A Dmlkem_mldsa.sh34 git checkout -B extract 1>&2

12