Lines Matching refs:file_path

167 				fi->file_path = xstrdup(l->file_path);  in cvs_commit()
248 buf_puts(buf, cf->file_path); in cvs_commit_loginfo()
260 buf_puts(buf, cf->file_path); in cvs_commit_loginfo()
272 buf_puts(buf, cf->file_path); in cvs_commit_loginfo()
308 cvs_log(LP_TRACE, "cvs_commit_check_files(%s)", cf->file_path); in cvs_commit_check_files()
317 cvs_log(LP_NOTICE, "Examining %s", cf->file_path); in cvs_commit_check_files()
330 cf->file_path); in cvs_commit_check_files()
338 "merging, please fix these first", cf->file_path); in cvs_commit_check_files()
347 "conflict indicators", cf->file_path); in cvs_commit_check_files()
352 cf->file_path); in cvs_commit_check_files()
368 cf->file_path); in cvs_commit_check_files()
383 cvs_file_get(cf->file_path, 0, &files_affected, CVS_FILE); in cvs_commit_check_files()
387 cvs_file_get(cf->file_path, 0, &files_added, CVS_FILE); in cvs_commit_check_files()
390 cvs_file_get(cf->file_path, 0, &files_removed, CVS_FILE); in cvs_commit_check_files()
393 cvs_file_get(cf->file_path, 0, &files_modified, CVS_FILE); in cvs_commit_check_files()
411 cvs_log(LP_TRACE, "cvs_commit_local(%s)", cf->file_path); in cvs_commit_local()
418 fatal("cvs_commit_local: '%s' is not a file", cf->file_path); in cvs_commit_local()
436 cf->file_path); in cvs_commit_local()
441 cvs_log(LP_ERR, "skipping bogus file `%s'", cf->file_path); in cvs_commit_local()
461 cf->file_path); in cvs_commit_local()
513 cf->file_path); in cvs_commit_local()
517 "to be dead", cf->file_path); in cvs_commit_local()
527 cf->file_path, strerror(errno)); in cvs_commit_local()
547 "for %s", cf->file_path); in cvs_commit_local()
556 cvs_printf("Checking in %s:\n", cf->file_path); in cvs_commit_local()
557 cvs_printf("%s <- %s\n", cf->file_rpath, cf->file_path); in cvs_commit_local()
562 fatal("no head revision in RCS file for %s", cf->file_path); in cvs_commit_local()
617 (void)unlink(cf->file_path); in cvs_commit_local()
640 cf->file_path); in cvs_commit_local()
650 cf->file_path, rbuf, nbuf); in cvs_commit_local()
655 fi->file_path = xstrdup(cf->file_path); in cvs_commit_local()
683 cvs_log(LP_NOTICE, "histtype was -1 for %s", cf->file_path); in cvs_commit_local()