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

  /src/external/gpl2/xcvs/dist/src/
rcs.c 50 struct rcsbuffer struct
76 static void rcsbuf_open (struct rcsbuffer *, FILE *fp,
78 static void rcsbuf_close (struct rcsbuffer *);
79 static int rcsbuf_getkey (struct rcsbuffer *, char **keyp, char **valp);
80 static int rcsbuf_getrevnum (struct rcsbuffer *, char **revp);
81 static char *rcsbuf_fill (struct rcsbuffer *, char *ptr, char **keyp,
83 static int rcsbuf_valcmp (struct rcsbuffer *);
84 static char *rcsbuf_valcopy (struct rcsbuffer *, char *val, int polish,
86 static void rcsbuf_valpolish (struct rcsbuffer *, char *val, int polish,
88 static void rcsbuf_valpolish_internal (struct rcsbuffer *, char *to
    [all...]

Completed in 57 milliseconds