Lines Matching refs:errno

404 	error (1, errno, "cannot chdir to %s", dir);
433 && !existence_error (errno))
434 error (0, errno, "cannot remove %s", temp);
456 && !existence_error (errno))
457 error (0, errno, "cannot remove %s", temp);
505 && !existence_error (errno))
506 error (0, errno, "cannot remove %s", temp);
512 error (0, errno, "cannot read %s", CVSROOTADM_CHECKOUTLIST);
514 error (0, errno, "cannot close %s", CVSROOTADM_CHECKOUTLIST);
519 if (!existence_error (errno))
520 error (0, errno, "cannot open %s", CVSROOTADM_CHECKOUTLIST);
548 if (errno != EEXIST) in make_tempfile()
549 error (1, errno, "cannot create temporary file %s", temp); in make_tempfile()
552 error(1, errno, "cannot close temporary file %s", temp); in make_tempfile()
610 error (1, errno, "cannot open dbm file %s for creation", temp);
680 error (0, errno, "cannot close %s", temp);
693 && !existence_error (errno))
694 error (0, errno, "cannot remove %s", dotdir);
696 && !existence_error (errno))
697 error (0, errno, "cannot remove %s", dotpag);
699 && !existence_error (errno))
700 error (0, errno, "cannot remove %s", dotdb);
740 dir1_errno = errno;
742 pag1_errno = errno;
744 db1_errno = errno;
748 dir2_errno = errno;
751 pag2_errno = errno;
754 db2_errno = errno;
758 dir3_errno = errno;
761 pag3_errno = errno;
764 db3_errno = errno;
809 && !existence_error (errno))
810 error (0, errno, "cannot stat %s", rcs);
814 error (0, errno, "warning: cannot chmod %s", temp);
820 && !existence_error (errno))
821 error (0, errno, "cannot remove %s", bak);
825 && !existence_error (errno))
826 error (0, errno, "cannot rename %s to %s", real, bak);
830 && !existence_error (errno))
831 error (0, errno, "cannot rename %s to %s", temp, real);
889 error (1, errno, "cannot change to directory %s", adm);
923 error (1, errno, "cannot write %s", info);
925 error (1, errno, "cannot close %s", info);
954 error (1, errno, "cannot close %s", info);
972 error (1, errno, "cannot close %s", info);