Home
last modified time | relevance | path

Searched refs:datep (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dentries.c706 ParseTag (char **tagp, char **datep, int *nonbranchp) in ParseTag() argument
712 if (datep) in ParseTag()
713 *datep = NULL; in ParseTag()
741 if (datep != NULL) in ParseTag()
742 *datep = xstrdup (line + 1); in ParseTag()
H A Dcvs.h606 void ParseTag (char **tagp, char **datep, int *nonbranchp);