HomeSort by: relevance | last modified time | path
    Searched refs:checkout (Results 1 - 25 of 30) sorted by relevancy

1 2

  /src/games/battlestar/
init.c 43 static int checkout(const char *);
115 if ((flag = checkout(uname)) != 0)
121 checkout(const char *uname) function
  /src/external/apache2/llvm/dist/llvm/utils/docker/scripts/
checkout.sh 2 #===- llvm/utils/docker/scripts/checkout.sh ---------------------===//
14 Usage: checkout.sh [options]
16 Checkout svn sources into /tmp/clang-build/src. Used inside a docker container.
20 -b|--branch svn branch to checkout, i.e. 'trunk',
23 -r|--revision svn revision to checkout
28 -p|--llvm-project name of an svn project to checkout.
39 # We always checkout llvm
165 echo "Validating checksums for LLVM checkout..."
  /src/external/bsd/elftoolchain/
README 2 $ svn checkout https://svn.code.sf.net/p/elftoolchain/code/trunk elftoolchain-code
  /src/external/gpl3/gcc/dist/contrib/reghunt/bin/
gcc-svn-update 62 echo "`date` svn checkout begun for id ${ID}, rev ${REV}"
63 echo svn checkout --non-interactive --revision ${REV} \
65 svn checkout --non-interactive --revision ${REV} \
68 echo "`date` svn checkout done"
70 echo "`date` svn checkout failed"
gcc-svn-update-fix 45 echo "`date` svn checkout begun for id ${ID}, rev ${REV}"
46 echo svn checkout --non-interactive --revision ${REV} \
48 svn checkout --non-interactive --revision ${REV} \
51 echo "`date` svn checkout done"
53 echo "`date` svn checkout failed"
  /src/external/gpl3/gcc.old/dist/contrib/reghunt/bin/
gcc-svn-update 62 echo "`date` svn checkout begun for id ${ID}, rev ${REV}"
63 echo svn checkout --non-interactive --revision ${REV} \
65 svn checkout --non-interactive --revision ${REV} \
68 echo "`date` svn checkout done"
70 echo "`date` svn checkout failed"
gcc-svn-update-fix 45 echo "`date` svn checkout begun for id ${ID}, rev ${REV}"
46 echo svn checkout --non-interactive --revision ${REV} \
48 svn checkout --non-interactive --revision ${REV} \
51 echo "`date` svn checkout done"
53 echo "`date` svn checkout failed"
  /src/external/apache2/llvm/dist/llvm/utils/docker/
build_docker_image.sh 29 Checkout arguments:
30 -b|--branch svn branch to checkout, i.e. 'trunk',
33 -r|--revision svn revision to checkout
38 -p|--llvm-project name of an svn project to checkout. Will also add the
44 -c|--checksums name of a file, containing checksums of llvm checkout.
45 Script will fail if checksums of the checkout do not
  /src/external/bsd/elftoolchain/dist/tools/
netbsd-base-system-import.sh 3 # Copy files from an Elftoolchain checkout and prepare them for import
25 echo " -s SRCDIR The 'trunk' directory of an elftoolchain checkout."
26 echo " Defaults to a fresh checkout from upstream."
66 [ "$verbose" = YES ] && echo SVN checkout into \"${svncheckout}\".
67 (cd ${svncheckout} && svn -q checkout ${elftoolchain_svn} trunk) || \
68 err "SVN checkout failed."
  /src/external/gpl3/gcc/dist/contrib/
gcc_build 72 [checkout]
89 # Checkout a fresh copy of the GCC build tree.
96 # Checkout the tree
232 CHECKOUT=0
268 checkout) CHECKOUT=1;;
280 if [ ${CHECKOUT} -ne 0 ] && [ ${UPDATE} -ne 0 ]; then
281 error "Cannot checkout and update simultaneously"
284 if [ ${CHECKOUT} -eq 0 ] && test -n "${SVN_BRANCH}"; then
285 error "Branch argument only makes sense when doing a checkout"
    [all...]
  /src/external/gpl3/gcc.old/dist/contrib/gcc-changelog/
git_update_version.py 121 repo.git.checkout(force=True)
150 branch.checkout()
  /src/external/gpl3/gcc.old/dist/contrib/
gcc_build 72 [checkout]
89 # Checkout a fresh copy of the GCC build tree.
96 # Checkout the tree
232 CHECKOUT=0
268 checkout) CHECKOUT=1;;
280 if [ ${CHECKOUT} -ne 0 ] && [ ${UPDATE} -ne 0 ]; then
281 error "Cannot checkout and update simultaneously"
284 if [ ${CHECKOUT} -eq 0 ] && test -n "${SVN_BRANCH}"; then
285 error "Branch argument only makes sense when doing a checkout"
    [all...]
  /src/external/gpl2/xcvs/dist/src/
build_src.com 9 $ CC checkout.c
58 checkout.obj,-
Makefile.am 35 checkout.c \
main.c 150 { "checkout", "co", "get", checkout, 0 },
155 { "export", "exp", "ex", checkout, CVS_CMD_USES_WORK_DIR },
244 " checkout Checkout sources for editing\n",
249 " export Export sources from CVS, similar to checkout\n",
checkout.c 15 * "checkout" creates a "version" of an RCS repository. This version is owned
17 * as seen fit. Once "checkout" has been called in a given directory, it
23 * "checkout" can be given a list of directories or files to be updated and in
31 * The call is cvs checkout [options] <module-name>...
33 * "checkout" creates a directory ./CVS, in which it keeps its administration,
41 __RCSID("$NetBSD: checkout.c,v 1.4 2016/05/17 14:00:09 christos Exp $");
68 "\t-k kopt\tUse RCS kopt -k option on checkout. (is sticky)\n",
85 "\t-k kopt\tUse RCS kopt -k option on checkout.\n",
106 checkout (int argc, char **argv) function
135 * is essentially like checkout, except that it hard-codes certai
    [all...]
cvs.h 326 CHECKOUT, TAG, PATCH, EXPORT, MISC
825 T_CHECKOUT, /* O (needs checkout) list */
898 int checkout (int argc, char **argv);
  /src/crypto/external/bsd/openssh/dist/
mlkem768.sh 28 git checkout -B extract 1>&2
  /src/external/gpl2/xcvs/bin/xcvs/
Makefile 13 SRCS= acl.c add.c admin.c annotate.c buffer.c checkin.c checkout.c \
  /src/external/gpl2/gettext/dist/
autogen.sh 8 # in a gnulib checkout, or
42 cvs -d "$GNULIB_CVS_ROOT" checkout $GNULIB_CVS_REPOSITORY
  /src/external/gpl3/gcc/dist/contrib/gcc-changelog/
git_update_version.py 135 repo.git.checkout(force=True)
168 branch.checkout()
  /src/external/apache2/llvm/dist/llvm/utils/
collect_and_build_with_pgo.py 341 help='directory containing an LLVM checkout (default: $PWD)')
453 _die('Need a clang checkout at tools/clang')
455 _die('Need a compiler-rt checkout at projects/compiler-rt')
  /src/external/apache2/llvm/dist/llvm/utils/release/
test-release.sh 59 echo " -no-checkout Don't checkout the sources from SVN."
128 -no-checkout | --no-checkout )
  /src/external/bsd/pdisk/dist/
makefile 171 checkout: $(ALL_FILES)
  /src/external/gpl2/gettext/dist/gettext-tools/misc/
autopoint.in 374 # Set up a temporary CVS repository and a temporary checkout directory.
375 # We need the temporary CVS repository because any checkout needs write
377 # We need the temporary checkout directory because when --force was not
381 # - work_dir directory containing the temporary checkout
423 (cvs checkout -r"$cvsver" archive > /dev/null) 2>&1 | grep -v '^cvs checkout: Updating'

Completed in 35 milliseconds

1 2