Home
last modified time | relevance | path

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

/netbsd/external/gpl2/xcvs/dist/src/
H A Dfind_names.c280 char *catpat = NULL; in find_files() local
301 expand_string (&catpat, &catpatlen, len + 1); in find_files()
302 catpat[len++] = '\\'; in find_files()
304 expand_string (&catpat, &catpatlen, len + 1); in find_files()
305 catpat[len++] = *p++; in find_files()
309 catpat[len] = '\0'; in find_files()
313 xrealloc_and_strcat (&catpat, &catpatlen, dir); in find_files()
321 xrealloc_and_strcat (&catpat, &catpatlen, pat); in find_files()
322 pat = catpat; in find_files()
334 if (catpat) free (catpat); in find_files()
[all …]