Lines Matching refs:fileName
579 wrap_tocvs_process_file(fileName) in wrap_tocvs_process_file() argument
580 const char *fileName; in wrap_tocvs_process_file()
582 WrapperEntry *e=wrap_matching_entry(fileName);
594 + strlen (fileName)
598 sprintf (args, e->tocvsFilter, fileName, buf);
607 wrap_merge_is_copy (fileName) in wrap_merge_is_copy() argument
608 const char *fileName; in wrap_merge_is_copy()
610 WrapperEntry *e=wrap_matching_entry(fileName);
618 wrap_fromcvs_process_file(fileName) in wrap_fromcvs_process_file() argument
619 const char *fileName; in wrap_fromcvs_process_file()
622 WrapperEntry *e=wrap_matching_entry(fileName);
628 + strlen (fileName));
631 sprintf (args, e->fromcvsFilter, fileName);