Home
last modified time | relevance | path

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

/dflybsd-src/contrib/cvs-1.12/src/
H A Dimport.c980 char *suffix_path; in get_comment() local
984 suffix_path = xmalloc (strlen (user) + 5); in get_comment()
994 (void) strcpy (suffix_path, cp); in get_comment()
995 for (cp = suffix_path; *cp; cp++) in get_comment()
998 suffix = suffix_path; in get_comment()
1017 free (suffix_path); in get_comment()