HomeSort by: relevance | last modified time | path
    Searched refs:CHECKOUT (Results 1 - 8 of 8) sorted by relevancy

  /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_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/usr.bin/patch/
common.h 53 #define CHECKOUT "/usr/bin/co"
inp.c 259 argp[0] = __UNCONST(CHECKOUT);
262 execv(CHECKOUT, argp);
  /src/external/gpl2/xcvs/dist/src/
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...]
modules.c 104 * It runs the post checkout or post tag proc from the modules file
664 /* run checkout or tag prog if appropriate */
668 (m_type == CHECKOUT && checkout_prog != NULL) ||
672 * If a relative pathname is specified as the checkout, tag
679 (m_type == CHECKOUT ? checkout_prog : export_prog));
cvs.h 326 CHECKOUT, TAG, PATCH, EXPORT, MISC
825 T_CHECKOUT, /* O (needs checkout) list */
898 int checkout (int argc, char **argv);
server.c 245 us the real value. This code is similar to checkout.c
4917 * or "checkout", but we ought to be accurate where possible.]
4919 do_cvs_command (!strcmp (cvs_cmd_name, "export") ? "export" : "checkout",
4920 checkout);
4928 /* Tell checkout() to behave like export not checkout. */
5271 * a dead file in a checkout.
5712 CHECKOUT, "Updating", expand_proc,

Completed in 61 milliseconds