Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dimport.c997 char *suffix_path; in get_comment() local
1001 suffix_path = xmalloc (strlen (user) + 5); in get_comment()
1011 (void) strcpy (suffix_path, cp); in get_comment()
1012 for (cp = suffix_path; *cp; cp++) in get_comment()
1015 suffix = suffix_path; in get_comment()
1034 free (suffix_path); in get_comment()