Searched refs:fperrmsg (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/gpl2/xcvs/dist/src/ |
| H A D | import.c | 810 fperrmsg (logfp, 0, status == -1 ? ierrno : 0, in add_rev() 845 fperrmsg (logfp, 0, retcode == -1 ? ierrno : 0, in add_tags() 869 fperrmsg (logfp, 0, retcode == -1 ? ierrno : 0, in add_tags() 1164 fperrmsg (add_logfp, 0, errno, in add_rcs_file() 1187 fperrmsg (add_logfp, 0, errno, in add_rcs_file() 1479 fperrmsg (add_logfp, 0, ierrno, in add_rcs_file() 1499 fperrmsg (add_logfp, 0, ierrno, "ERROR: cannot write file %s", rcs); in add_rcs_file() 1506 fperrmsg (add_logfp, 0, 0, "ERROR: out of space - aborting"); in add_rcs_file() 1729 fperrmsg (logfp, 0, errno, "Failed to save current directory."); in import_descend_dir() 1753 fperrmsg (logfp, 0, ierrno, "ERROR: cannot chdir to %s", repository); in import_descend_dir() [all …]
|
| H A D | error.c | 255 fperrmsg (FILE *fp, int status, int errnum, char *message, ...) in fperrmsg() function
|
| H A D | cvs.h | 615 void fperrmsg (FILE * fp, int status, int errnum, char *message,...);
|
| H A D | ChangeLog | 7550 (fperrmsg): Assume vprintf().
|