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

  /src/external/gpl2/xcvs/dist/src/
vers_ts.c 14 __RCSID("$NetBSD: vers_ts.c,v 1.3 2017/09/15 21:03:26 christos Exp $");
20 static void time_stamp_server (const char *, Vers_TS *, Entnode *);
23 /* Fill in and return a Vers_TS structure for the file FINFO.
40 * Vers_TS structure for FINFO.
42 Vers_TS *
48 Vers_TS *vers_ts; local
53 /* get a new Vers_TS struct */
55 vers_ts = xmalloc (sizeof (Vers_TS));
    [all...]
update.c 56 static int checkout_file (struct file_info *finfo, Vers_TS *vers_ts,
61 Vers_TS *vers_ts,
66 static int merge_file (struct file_info *finfo, Vers_TS *vers);
67 static int scratch_file (struct file_info *finfo, Vers_TS *vers);
82 static void join_file (struct file_info *finfo, Vers_TS *vers_ts);
603 Vers_TS *vers;
1183 scratch_file (struct file_info *finfo, Vers_TS *vers
    [all...]
build_src.com 53 $ CC vers_ts.c
67 subr.obj,tag.obj,update.obj,version.obj,vers_ts.obj,watch.obj,wrapper.obj,-
server.h 68 void server_modtime (struct file_info *finfo, Vers_TS *vers_ts);
116 void server_updated (struct file_info *finfo, Vers_TS *vers,
Makefile.am 86 vers_ts.c \
cvs.h 724 * a struct vers_ts contains all the information about a file including the
730 struct vers_ts struct
791 typedef struct vers_ts Vers_TS;
793 Vers_TS *Version_TS (struct file_info *finfo, char *options, char *tag,
796 void freevers_ts (Vers_TS ** versp);
804 int No_Difference (struct file_info *finfo, Vers_TS *vers);
836 int force_tag_match, int aflag, Vers_TS **versp, int pipeout);
server.c 2125 * checking in time_stamp_server() from vers_ts.c &
4959 server_modtime (struct file_info *finfo, Vers_TS *vers_ts)
4964 assert (vers_ts->vn_rcs != NULL);
4969 if (RCS_getrevtime (finfo->rcs, vers_ts->vn_rcs, date, 0) == (time_t) -1)
4986 Vers_TS *vers,
  /src/external/gpl2/xcvs/bin/xcvs/
Makefile 21 vers_ts.c version.c watch.c wrapper.c zlib.c

Completed in 32 milliseconds