Home
last modified time | relevance | path

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

/dragonfly/contrib/cvs-1.12/src/
HDimport.c793 fperrmsg (logfp, 0, status == -1 ? ierrno : 0, in add_rev()
828 fperrmsg (logfp, 0, retcode == -1 ? ierrno : 0, in add_tags()
852 fperrmsg (logfp, 0, retcode == -1 ? ierrno : 0, in add_tags()
1147 fperrmsg (add_logfp, 0, errno, in add_rcs_file()
1170 fperrmsg (add_logfp, 0, errno, in add_rcs_file()
1462 fperrmsg (add_logfp, 0, ierrno, in add_rcs_file()
1482 fperrmsg (add_logfp, 0, ierrno, "ERROR: cannot write file %s", rcs); in add_rcs_file()
1489 fperrmsg (add_logfp, 0, 0, "ERROR: out of space - aborting"); in add_rcs_file()
1712 fperrmsg (logfp, 0, errno, "Failed to save current directory."); in import_descend_dir()
1736 fperrmsg (logfp, 0, ierrno, "ERROR: cannot chdir to %s", repository); in import_descend_dir()
[all …]
HDerror.c253 fperrmsg (FILE *fp, int status, int errnum, char *message, ...) in fperrmsg() function
HDcvs.h589 void fperrmsg (FILE * fp, int status, int errnum, char *message,...);