HomeSort by: relevance | last modified time | path
    Searched defs:checkout (Results 1 - 2 of 2) sorted by relevancy

  /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/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...]

Completed in 27 milliseconds